-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
46 lines (46 loc) · 1.55 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
{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"dev": "node www/development.js",
"app": "node www/production.js",
"compress": "gulp default",
"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": {
"ali-oss": "4.5.0",
"babel-runtime": "6.x.x",
"cheerio": "^0.22.0",
"co": "4.5.0",
"geetest": "^3.0.2",
"marked": "^0.3.5",
"nodemailer": "^0.7.1",
"nunjucks": "^2.2.0",
"pm2": "^1.1.2",
"request": "^2.74.0",
"source-map-support": "^0.4.0",
"thinkjs": "2.2.12",
"transfer-webpack-plugin": "^0.1.4"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"gulp": "^3.8.10",
"gulp-concat": "2.6.0",
"gulp-cssmin": "0.1.7",
"gulp-file-include": "0.13.7",
"gulp-html-replace": "^1.6.2",
"gulp-md5-plus": "0.1.8",
"gulp-minify-html": "^1.0.6",
"gulp-uglify": "1.4.2"
},
"repository": "",
"license": "MIT"
}