-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
31 lines (31 loc) · 979 Bytes
/
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
{
"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",
"geetest": "^1.0.1",
"jquery": "^2.2.2",
"marked": "^0.3.5",
"nodemailer": "^0.7.1",
"pm2": "^1.1.2",
"think-debug-toolbar": "^1.0.12",
"think-ip-filter": "^1.0.3",
"thinkjs": "2.1.x"
},
"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"
}