-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 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
{
"name": "hdtv-admin",
"version": "0.0.0",
"description": "hdtv的管理系统",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"keywords": [
"hdtv"
],
"author": "zackbee",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"cas-authentication": "0.0.8",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"moment": "^2.22.2",
"mysql2": "^1.6.1",
"sequelize": "^4.38.1",
"session-memory-store": "^0.2.2"
},
"devDependencies": {
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^1.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"qrcode.react": "^0.8.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-responsive": "^4.1.0",
"react-transition-group": "^2.3.1",
"resolve-url-loader": "^2.3.0",
"style-loader": "^0.21.0",
"typeface-roboto": "0.0.54",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.7",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3",
"webpack-pwa-manifest": "^3.6.2"
}
}