-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "fitness-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"migrate": "node model/database.js"
},
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/daygrid": "^6.1.13",
"@fullcalendar/interaction": "^6.1.13",
"@fullcalendar/react": "^6.1.13",
"@fullcalendar/timegrid": "^6.1.13",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@mui/x-date-pickers": "^7.6.1",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "~4.16.1",
"jsonwebtoken": "^9.0.2",
"ldrs": "^1.0.2",
"mime-types": "^2.1.35",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.10.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.2",
"react-router-dom": "^6.23.1",
"uuid": "^10.0.0"
}
}