-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "material-kit-react",
"author": "Devias IO",
"licence": "MIT",
"version": "2.0.0",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@mui/x-date-pickers": "^5.0.8",
"@mui/x-date-pickers-pro": "^5.0.8",
"axios": "^0.24.0",
"chart.js": "^3.5.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"formik": "^2.1.5",
"history": "^5.0.0",
"next": "^12.1.6",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-dom": "^17.0.2",
"react-perfect-scrollbar": "^1.5.8",
"uuid": "^8.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.3-canary.7"
}
}