-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
52
{
"name": "material-kit-react",
"author": "Devias IO",
"licence": "MIT",
"version": "2.1.1",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.3",
"@mui/lab": "5.0.0-alpha.99",
"@mui/material": "5.10.5",
"@mui/system": "5.10.5",
"@mui/x-data-grid": "^5.17.18",
"@mui/x-data-grid-generator": "^5.17.18",
"@mui/x-date-pickers": "5.0.1",
"@zalter/identity-js": "1.2.1",
"aws-sdk": "^2.1295.0",
"axios": "^1.2.2",
"chart.js": "3.9.1",
"date-fns": "2.29.3",
"dotenv": "^16.0.3",
"formik": "2.2.9",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"next": "12.3.0",
"nprogress": "0.2.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-chartjs-2": "4.3.1",
"react-dom": "18.2.0",
"react-lightbox-pack": "^0.1.5",
"react-perfect-scrollbar": "1.5.8",
"react-toastify": "^9.1.1",
"uuid": "9.0.0",
"yup": "0.32.11"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.0"
}
}