-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
46 lines (46 loc) · 1.24 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": "cc",
"version": "0.0.1",
"description": "gulp",
"main": "index.js",
"scripts": {
"web_proxy": "set NODE_ENV=web_proxy&&gulp",
"web_only": "set NODE_ENV=web_only&& gulp",
"api_proxy": "node ./api_server/app_auto.js",
"api_only": "node ./api_server/app.js"
},
"author": "cc",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.17.5",
"cross-env": "^3.0.0",
"express": "^4.16.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^3.3.0",
"gulp-nodemon": "^2.4.1",
"gulp-plumber": "^1.2.0",
"gulp-remove-use-strict": "0.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.1.2",
"gulp-uglifyes": "^0.2.1",
"imagemin-pngquant": "^5.1.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"fs-extra": "^2.1.2"
}
}