-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
87 lines (87 loc) · 2.61 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
79
80
81
82
83
84
85
86
87
{
"name": "next-material-kit",
"version": "1.2.0",
"description": "NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SET NODE_OPTIONS='--inspect' && next dev",
"build": "next build && next export",
"start-next": "next start",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev",
"start-api": "cd api && npm start",
"start-app": "cd app && npm start",
"start-dev": "concurrently \"npm:start-api\" \"npm:start-next\" ",
"start-swa": "swa start http://localhost:3000 --api-port 7071 --api-location /api",
"start": " npm run start-dev && npm run swa-up"
},
"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": {
"@azure/arm-mediaservices": "^13.0.0",
"@azure/identity": "^3.0.0",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"i18next": "^20.3.4",
"i18next-browser-languagedetector": "^6.1.2",
"jquery": "^3.6.0",
"moment": "^2.29.3",
"next": "^12.1.6",
"next-compose-plugins": "2.2.1",
"next-images": "1.7.0",
"nextjs-redirect": "5.0.2",
"node-sass": "^7.0.1",
"nouislider": "15.1.0",
"path": "0.12.7",
"postcss": "^8.2.13",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-chartjs-2": "^4.2.0",
"react-datetime": "3.0.4",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"react-slick": "0.28.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.6",
"shaka-player": "^4.2.2",
"styled-components": "5.3.0",
"tailwindcss": "^2.2.4",
"webpack": "^5.45.1",
"worker-timers": "^7.0.51"
},
"devDependencies": {
"@azure/functions": "^1.2.3",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"concurrently": "^6.2.1",
"serve": "^13.0.2",
"typescript": "^4.3.2"
}
}