-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "RegistrationSystem",
"version": "0.2.0",
"description": "报名系统",
"scripts": {
"start": "cross-env NODE_ENV=production node ./bin/server",
"dev": "cross-env NODE_ENV=dev node ./bin/dev",
"build": "NODE_ENV=production webpack -p --config webpack.production.config.js"
},
"dependencies": {
"bulma": "^0.5.2",
"jquery": "^2.1.2",
"reload": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"body-parser": "^1.18.1",
"chunk-manifest-webpack-plugin": "^1.1.0",
"cookie-parser": "~1.4.3",
"cross-env": "^5.0.5",
"css-loader": "^0.28.0",
"debug": "^3.0.1",
"ejs": "~2.5.6",
"express": "~4.15.2",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"i18n": "^0.8.3",
"mongodb": "^2.2.11",
"monk": "^6.0.4",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"style-css": "^1.0.2",
"style-loader": "^0.18.2",
"uglify-js": "^2.8.29",
"webpack": "^3.5.6",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-manifest-plugin": "^1.1.0"
}
}