-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 988 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 988 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
35
36
37
38
39
40
41
{
"engines": {
"node": "16.19.0"
},
"name": "admin-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.5.0",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@mui/x-date-pickers": "^6.0.4",
"axios": "^0.23.0",
"date-fns": "^2.25.0",
"html-loader": "^4.2.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@types/react": "17.0.31",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
}
}