-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "h5-zhuanti-expand",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production pm2 start app.js --node-args='--harmony' --name 'h5-editor'"
},
"dependencies": {
"archiver": "^1.2.0",
"art-template": "^3.1.3",
"bignumber": "^1.1.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cookie-session": "^1.2.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"file-stream-rotator": "0.0.7",
"gm": "^1.21.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"jade": "~1.11.0",
"jssha": "^1.5.0",
"log4js": "^1.1.1",
"mime": "^1.3.4",
"moment": "^2.14.1",
"mongodb": "^2.1.16",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"mysql": "^2.11.1",
"node-xml": "^1.0.2",
"phantom": "^3.2.1",
"phantomjs": "^2.1.7",
"serve-favicon": "~2.3.0",
"sha1": "^1.1.1",
"sqlstring": "^2.0.1",
"url-extract": "^0.2.6",
"webshot": "^0.18.0",
"winston": "^2.3.1"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"css-loader": "^0.23.1",
"ejs-loader": "^0.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-jslint": "^1.0.10",
"html-webpack-plugin": "^2.28.0",
"jquery": "^1.12.0",
"style-loader": "^0.13.0",
"tmod-loader": "0.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1"
}
}