forked from livisky/liblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "thinkjs-application",
"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/ --retain-lines",
"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": {
"babel-runtime": "6.x.x",
"cheerio": "^0.22.0",
"geetest": "^3.0.2",
"marked": "^0.3.5",
"nodemailer": "^0.7.1",
"nunjucks": "^2.2.0",
"pm2": "^1.1.2",
"ali-oss":"4.5.0",
"co":"4.5.0",
"request": "^2.74.0",
"source-map-support": "^0.4.0",
"thinkjs": "2.2.12"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-core": "6.x.x"
},
"repository": "",
"license": "MIT"
}