forked from creativetimofficial/nextjs-material-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 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
{
"name": "samrofer-home",
"version": "0.1.0",
"description": "Samrofer repository for public site",
"main": "index.js",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnunezdm/samrofer-home.git"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"material",
"material-design",
"material-kit",
"material-kit-react",
"next-material-kit"
],
"author": "Miguel Núñez Díaz-Montes",
"license": "MIT",
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"classnames": "2.3.2",
"moment": "2.29.4",
"next": "^12.0.1",
"next-compose-plugins": "2.2.1",
"next-images": "1.8.5",
"nextjs-redirect": "6.0.1",
"nouislider": "15.7.1",
"path": "0.12.7",
"prop-types": "15.8.1",
"react": "^17.0.0",
"react-datetime": "3.2.0",
"react-dom": "^17.0.0",
"react-image-gallery": "^1.1.1",
"react-slick": "0.29.0",
"sass": "^1.69.5",
"styled-components": "6.1.0",
"webpack": "^5.42.0"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-next": "^12.0.1"
}
}