forked from StartPolymer/polymer-starter-kit-plus-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.31 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-modules-amd": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"browser-sync": "^2.7.7",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.0.2",
"dependency-tree": "^5.1.0",
"eslint-plugin-html": "^1.4.0",
"glob-all": "^3.0.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.0",
"gulp-changed": "^1.3.0",
"gulp-crisper": "^1.0.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.22",
"gulp-rollup": "^1.7.0",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "^6.0.0",
"install": "^0.8.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"merge-stream": "^1.0.0",
"npm": "^3.9.5",
"polyclean": "^1.3.1",
"polymer-redux": "git+https://github.com/tur-nr/polymer-redux.git",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"require-dir": "^0.3.0",
"reselect": "^2.5.1",
"rollup-plugin-babel": "^2.3.9",
"rollup-stream": "^1.4.1",
"run-sequence": "^1.1.5",
"systemjs-plugin-babel": "0.0.12",
"through2": "^2.0.1",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^4.0.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {}
}