-
Notifications
You must be signed in to change notification settings - Fork 596
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "nextjs-material-dashboard",
"version": "1.1.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev"
},
"dependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"chartist": "0.10.1",
"classnames": "2.2.6",
"history": "5.0.0",
"next": "10.0.5",
"next-compose-plugins": "2.2.1",
"next-images": "1.3.1",
"path": "0.12.7",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-chartist": "0.14.3",
"react-dom": "17.0.1",
"react-swipeable-views": "0.13.9"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"node-sass": "4.14.1",
"typescript": "4.1.3"
}
}