forked from arterli/CmsWing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (41 loc) · 1.21 KB
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
{
"name": "CmsWing",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --source-maps",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile"
},
"dependencies": {
"thinkjs": "2.2.x",
"babel-runtime": "6.x.x",
"source-map-support": "0.4.0",
"geetest": "latest",
"node-crontab": "latest",
"nunjucks": "^2.2.0",
"pingpp": "latest",
"tar.gz": "^1.0.2",
"think-pagination": "latest",
"think-wechat": "latest",
"lodash":"4.x.x",
"wechat-api":"latest",
"jimp":"latest",
"qiniu":"latest",
"urllib": ">=0.5.2",
"moment": "latest",
"superagent": "latest",
"segment":"latest"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-core": "^6.20.0"
},
"repository": "",
"license": "MIT"
}