-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
69 lines (69 loc) · 2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "price-notify",
"version": "1.0.0",
"description": "股价提醒系统",
"main": "index.js",
"scripts": {
"babel-node": "babel-node --plugins=transform-es2015-modules-commonjs",
"build": "webpack --config ./webapi/web/webpack.config.js --progress --colors --watch -d",
"buildll": "webpack --config ./webapi/web/webpack.dll.config.js --progress -p",
"priceNotify": "nodemon --exec npm run babel-node priceNotify/index.js",
"homePageGen": "nodemon --exec npm run babel-node homePageGenerator/index.js"
},
"repository": {
"type": "git",
"url": "http://git.wolfstreet.tv/PriceNotify.git"
},
"author": "dexter",
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.1",
"axios": "^0.15.3",
"babel-register": "^6.18.0",
"bluebird": "^3.5.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"express-graphql": "^0.5.3",
"express-session": "^1.14.2",
"gm": "^1.23.0",
"graphql": "^0.6.0",
"iconv-lite": "^0.4.15",
"jpush-sdk": "^3.3.7",
"jshtml-express": "^0.0.1",
"knex": "^0.13.0",
"less-loader": "^4.0.3",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongodb": "^2.2.26",
"multer": "^1.2.1",
"mysql": "^2.12.0",
"node-uuid": "^1.4.8",
"pm2": "^2.4.3",
"redis": "^2.7.1",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"rongcloud-sdk": "^1.0.3",
"rxjs": "^5.0.2",
"sequelize": "^3.28.0",
"vue-resource": "^1.3.1",
"wechat-api": "^1.33.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"muse-ui": "^2.0.2",
"nodemon": "^1.9.2",
"pug": "^2.0.0-beta11",
"style-loader": "^0.16.1",
"vue": "^2.2.6",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3"
}
}