-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
53
54
55
56
57
58
{
"name": "next-material-kit",
"version": "1.0.0",
"description": "gfghs",
"main": "index.js",
"scripts": {
"test": "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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/nextjs-material-kit.git"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"material",
"material-design",
"material-kit",
"material-kit-react",
"next-material-kit"
],
"author": "Creative Tim",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/nextjs-material-kit/issues"
},
"homepage": "https://demos.creative-tim.com/nextjs-material-kit",
"dependencies": {
"@material-ui/core": "4.3.2",
"@material-ui/icons": "4.2.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "1.0.1",
"classnames": "2.2.6",
"jquery": "^3.4.1",
"moment": "2.24.0",
"next": "^9.3.1",
"next-compose-plugins": "2.2.0",
"next-images": "1.1.2",
"nextjs-redirect": "1.0.2",
"node-sass": "^4.13.1",
"nouislider": "14.0.2",
"path": "0.12.7",
"prop-types": "15.7.2",
"react": "^16.13.0",
"react-datetime": "2.16.3",
"react-dom": "^16.13.0",
"react-slick": "0.25.2",
"react-swipeable-views": "0.13.3",
"styled-components": "4.3.2",
"webpack": "4.39.3"
}
}