-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"homepage": "https://hocompany.website/",
"name": "kompani-ndertimi",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.9",
"bootstrap": "^5.3.7",
"date-fns": "^4.1.0",
"firebase": "^12.4.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.545.0",
"react": "^18.3.1",
"react-big-calendar": "^1.17.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.3.1",
"react-rating-stars-component": "^2.2.0",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"react-select": "^5.10.2",
"react-toastify": "^11.0.5",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1"
}
}