forked from HarshS16/Civix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.95 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "civixx",
"version": "0.1",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "vitest",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:start": "cypress open",
"eject": "react-scripts eject"
},
"dependencies": {
"@clerk/clerk-react": "^5.32.3",
"@emailjs/browser": "^4.4.1",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"aos": "^2.3.4",
"axios": "^1.11.0",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"framer-motion": "^12.23.12",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.516.0",
"mongoose": "^8.16.0",
"papaparse": "^5.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^7.6.3",
"react-scripts": "^5.0.1",
"react-toastify": "^11.0.5",
"recharts": "^3.1.2",
"styled-components": "^6.1.19",
"swiper": "^11.2.10",
"three": "^0.177.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"cypress": "^14.5.1",
"jsdom": "^26.1.0",
"postcss": "^8.5.5",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5",
"vitest": "^3.2.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}