-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 Bytes
/
package.json
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
{
"name": "practice-walking-project-front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.4.4",
"apexcharts": "^3.33.2",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"md5": "^2.3.0",
"mime": "^3.0.0",
"multer": "^1.4.4",
"next": "12.1.0",
"next-connect": "^0.12.2",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"sass": "^1.49.9",
"socket.io-client": "^4.4.1",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}