-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"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.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.5",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@thirdweb-dev/react": "^2.4.1",
"@thirdweb-dev/sdk": "^2.3.11",
"chart.js": "^3.5.1",
"date-fns": "^2.25.0",
"formik": "^2.1.5",
"history": "^5.0.0",
"next": "^12.0.3-canary.7",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-dom": "^17.0.2",
"react-perfect-scrollbar": "^1.5.8",
"react-toastify": "^9.0.4",
"uuid": "^8.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "12.0.3-canary.7",
"netlify-cli": "^10.5.1"
}
}