-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
{
"name": "it_seminar",
"version": "0.1.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "npx nodemon ./server/app.js",
"devnext": "next dev",
"build": "next build",
"start": "node ./server/app.js",
"sync": "node ./server/scripts/sync.js",
"sync:force": "node ./server/scripts/sync.js --force"
},
"homepage": "https://demos.creative-tim.com/nextjs-material-kit",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@zeit/next-sass": "1.0.1",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"classnames": "2.2.6",
"compression": "^1.7.4",
"connect-timeout": "^1.9.0",
"cookie-parser": "~1.4.4",
"cross-env": "^7.0.2",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-async-await": "^1.1.0",
"express-async-wrap": "^1.0.0",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"material-table": "^1.68.1",
"moment": "2.25.3",
"moment-timezone": "^0.5.31",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"next": "9.4.4",
"next-compose-plugins": "2.2.0",
"next-images": "1.3.1",
"nextjs-redirect": "2.0.2",
"node-sass": "4.14.1",
"nouislider": "14.4.0",
"path": "0.12.7",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-datetime": "^2.16.3",
"react-dom": "16.13.1",
"react-moment": "^0.9.7",
"react-pdf": "^4.2.0",
"react-slick": "0.25.2",
"react-swipeable-views": "0.13.9",
"sequelize": "^6.3.3",
"styled-components": "5.1.0",
"webpack": "4.43.0",
"yarn": "^1.22.4"
},
"devDependencies": {}
}