-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.67 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
{
"name": "PolyTeX",
"version": "0.0.1",
"author": "David Xu",
"private": true,
"devDependencies": {
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^1.1.1",
"browser-sync": "^2.7.7",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.0.2",
"es6-promise": "^3.1.2",
"eslint-plugin-html": "^1.4.0",
"glob-all": "^3.0.1",
"gulp": "^3.9.1",
"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-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.1.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "^6.0.0",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"rollup": "^0.26.0",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-includepaths": "^0.1.2",
"rollup-plugin-multi-entry": "^1.2.0",
"run-sequence": "^1.0.2",
"through2": "^2.0.1",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^4.0.0"
},
"scripts": {
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"node": ">=0.10.0"
}
}