-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.46 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "next-material-kit",
"version": "1.1.0",
"description": "NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)",
"main": "index.js",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run --env allure=true",
"allure:send": "export $(cat .env | xargs) && python send_and_generate.py livinglab-site-v3 $ALLURE_USER $ALLURE_PASSWORD $ALLURE_API_SERVER /test_results github github",
"ci:test": "NODE_ENV=testing start-server-and-test start:test http://localhost:3000 cypress:run",
"dev": "NODE_ENV=development next",
"build": "next build",
"start": "NODE_ENV=production next start",
"start:test": "NODE_ENV=testing next start",
"export": "next export",
"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.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^0.21.0",
"classnames": "2.2.6",
"image-trace-loader": "^1.0.2",
"material-ui-popup-state": "^1.6.1",
"moment": "2.29.1",
"next": "12.0.4",
"next-compose-plugins": "2.2.1",
"next-images": "1.7.0",
"next-seo": "^4.7.3",
"nextjs-redirect": "5.0.0",
"nouislider": "14.6.3",
"path": "0.12.7",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-datetime": "3.0.4",
"react-dom": "16.14.0",
"react-ga": "^3.1.2",
"react-photo-collage": "^1.0.7",
"react-slick": "0.28.0",
"react-swipeable-views": "0.13.9",
"responsive-loader": "^2.0.2",
"sass": "^1.32.8",
"styled-components": "5.2.1",
"webp-loader": "^0.6.0",
"webpack": "4.46.0"
},
"devDependencies": {
"@frinzekt/cypress-allure-plugin": "^0.0.1-development",
"cypress": "^6.3.0",
"cypress-image-snapshot": "^4.0.1",
"del": "^6.0.0",
"move-file": "^2.0.0",
"start-server-and-test": "^1.11.7"
}
}