-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "cai",
"version": "1.0.0",
"description": "An wiki system",
"homepage": "http://127.0.0.1/index.html",
"main": "index.js",
"scripts": {
"dev": "cross-env PORT=80 HOST='0.0.0.0' DEBUG=blog:* NODE_ENV=development node ./bin/www.js",
"start": "cross-env PORT=80 HOST='0.0.0.0' webpack-dev-server",
"build": "webpack",
"build2": "webpack.cmd --config ./build/webpack.config.js --progress --colors --display-error-details",
"build3": "webpack.cmd ./client/src/js/entry.js ./client/assets/js/bundle.js --progress --colors --display-error-details"
},
"keywords": [
"wiki",
"book"
],
"author": "rosen",
"license": "UNLICENSED",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-component": "^0.9.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"debug": "^2.6.1",
"html-webpack-plugin": "^2.28.0",
"opn": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.3.0",
"webpack-hot-middleware": "^2.17.0",
"webpack-merge": "^2.6.1",
"webpack-validator": "^2.3.0"
},
"dependencies": {
"body-parser": "^1.16.1",
"cookie-parser": "^1.4.3",
"cross-env": "^3.1.4",
"ejs": "^2.5.6",
"express": "^4.14.1",
"morgan": "^1.8.1",
"serve-favicon": "^2.3.2"
}
}