-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "heart-rate-detection",
"version": "0.1.0",
"private": true,
"scripts": {
"app": "concurrently \"npm run dev\" \"python main.py\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.1.1",
"@next/font": "14.1.4",
"chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"firebase": "^10.10.0",
"framer-motion": "^11.0.25",
"js-cookie": "^3.0.5",
"material-react-table": "^2.12.1",
"moment": "^2.30.1",
"next": "13.1.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"sass": "^1.72.0",
"socket.io-client": "^4.7.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}