-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
32
{
"private": true,
"devDependencies": {
"css-slam": "^1.1.0",
"del": "^3.0.0",
"fs-extra": "^4.0.1",
"glob": "^7.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel-minify": "^0.2.0",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.2",
"gulp-replace": "^0.6.1",
"gulp-style-modules": "^0.1.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.0",
"merge-stream": "^1.0.0",
"plylog": "^0.5.0",
"polymer-build": "^2.0.0",
"polyserve": "^0.27.13",
"superagent": "^5.0.2"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js",
"ensure-images": "node ./node_modules/gulp/bin/gulp.js ensure-images-optimized",
"serve": "yarn run ensure-images && node ./node_modules/polyserve/bin/polyserve -p 5101 --proxy-path api --proxy-target http://localhost:9000/api/"
},
"engines": {
"node": ">=6.0.0"
}
}