-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 885 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 885 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
31
32
33
34
{
"private": true,
"scripts": {
"dev": "node server.js",
"build": "npx next build",
"start": "node server.js"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.4.2",
"axios": "^0.24.0",
"express": "^4.17.2",
"http-proxy-middleware": "^2.0.2",
"json2emap": "^0.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "^12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.22.5",
"styled-components": "^5.3.3",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/styled-components": "^5.1.19",
"typescript": "^4.5.4"
}
}