-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
81 lines (81 loc) · 2.25 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "zhihu-spider-daily",
"version": "3.1.1",
"author": "cc <ccking@foxmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ccforward/zhihu.git"
},
"homepage": "https://github.com/ccforward/zhihu#readme",
"scripts": {
"start": "node ./bin/zh.js",
"dev": "supervisor ./bin/zh.js",
"dev:fe": "node ./bin/zh.js -fe",
"build": "node ./build/build.js",
"build-statis": "node ./build/build.js statis"
},
"dependencies": {
"axios": "^0.15.3",
"body-parser": "~1.15.2",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"cron": "~1.1.0",
"debug": "~2.2.0",
"echarts": "^3.2.3",
"ejs": "^2.5.2",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"file-stream-rotator": "0.0.7",
"html-webpack-plugin": "^2.28.0",
"lodash": "^4.16.4",
"md5": "~2.1.0",
"mongoose": "^4.8.5",
"morgan": "~1.7.0",
"nodejieba": "^2.2.3",
"nodemailer": "^3.1.5",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"stylus": "^0.54.5",
"vue": "^2.4.1",
"vue-lazy-image": "^1.1.0",
"vue-router": "^2.7.0",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.2.0",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.26.2",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"log4js": "^0.6.38",
"nib": "^1.1.2",
"nodejs-dashboard": "^0.1.1",
"offline-plugin": "^4.6.1",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^0.3.0",
"shelljs": "^0.7.4",
"sinon": "^1.17.6",
"style-loader": "^0.13.2",
"stylus-loader": "^2.5.0",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.3",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.4.1",
"webpack": "^3.0.0",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^3.0.0"
}
}