-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"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": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.5.3",
"@mui/styles": "^5.5.3",
"chart.js": "^3.7.1",
"date-fns": "^2.28.0",
"formik": "^2.1.5",
"history": "^5.3.0",
"next": "^12.1.4",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-perfect-scrollbar": "^1.5.8",
"react-type-animation": "^1.1.2",
"styled-components": "^5.3.5",
"uuid": "^8.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.3-canary.7"
}
}