-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 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
{
"name": "polymer-typescript-starter",
"version": "1.0.0-alpha.2",
"private": true,
"scripts": {
"postinstall": "bower install && typings install",
"clean": "gulp --cwd . --gulpfile tool/gulpfile-dev.ts clean",
"start": "gulp --cwd . --gulpfile tool/gulpfile-dev.ts",
"build": "gulp --cwd . --gulpfile tool/gulpfile-prod.ts",
"lint": "gulp --cwd . --gulpfile tool/gulpfile-prod.ts lint",
"test": "gulp --cwd . --gulpfile tool/gulpfile-test.ts",
"preserve:dist": "npm run build",
"serve:dist": "static dist -p 7000 -z"
},
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.12.3",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-gzip": "^1.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.0",
"gulp-util": "^3.0.7",
"node-static": "^0.7.7",
"polylint": "^2.10.1",
"run-sequence": "^1.1.5",
"ts-node": "^0.7.2",
"typescript": "^1.8.10",
"typings": "^0.7.12",
"web-component-shards": "^1.1.4",
"web-component-tester": "^4.2.2"
}
}