-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 725 Bytes
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
{
"dependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"framer-motion": "^12.23.26",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"jspdf": "^4.2.1",
"lucide-react": "^0.562.0",
"mongoose": "^9.1.1",
"morgan": "^1.10.1",
"react-router-dom": "^7.11.0",
"recharts": "^3.6.0",
"shortid": "^2.2.17",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18"
}
}