-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 845 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
{
"name": "focusmaster-root",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node backend/src/server.js",
"build": "npm install --prefix backend && npm install --prefix frontend && npm run build --prefix frontend"
},
"dependencies": {
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^8.5.2",
"google-auth-library": "^10.5.0",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.0.0",
"mongoose": "^9.0.0",
"mongodb-memory-server": "^10.4.1",
"node-cron": "^4.2.1",
"xss": "^1.0.15",
"zod": "^4.3.6"
}
}