-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1009 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
{
"name": "planningtool",
"private": true,
"devDependencies": {
"css-slam": "^1.1.0",
"del": "^2.2.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-style-modules": "^0.1.0",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"polyserve": "git+https://github.com/timvdLippe/polyserve.git#proxy"
},
"scripts": {
"postinstall": "node node_modules/gulp/bin/gulp.js modularize-styles && cd ./node_modules/polyserve && npm install && npm run build -s || true",
"build": "node ./node_modules/gulp/bin/gulp.js",
"serve": "node ./node_modules/polyserve/bin/polyserve -P h2 --proxy-root v1 --proxy-target http://localhost:9000/v1/",
"serve-build": "node ./node_modules/polyserve/bin/polyserve --root build/unbundled/ -P h2 --proxy-root v1 --proxy-target http://localhost:9000/v1/"
},
"engines": {
"node": ">=0.10.0"
}
}