-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
57 lines (57 loc) · 1.4 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
{
"private": true,
"devDependencies": {
"browser-sync": "^2.26.7",
"connect-history-api-fallback": "^1.6.0",
"del": "^2.0.2",
"glob-all": "^3.2.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.1.3",
"gulp-callback": "0.0.3",
"gulp-changed": "^4.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"gulp-vulcanize": "^7.0.0",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^2.2.1",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^6.9.2",
"yamljs": "^0.2.5",
"yargs": "^4.1.0"
},
"scripts": {
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"adm-zip": "^0.4.13",
"atob": "^2.1.2",
"cryptiles": "^4.1.3",
"deep-extend": "^0.5.1",
"growl": "^1.10.5",
"hoek": "^5.0.4",
"https-proxy-agent": "^3.0.0",
"lodash": ">=4.17.19",
"mime": "^1.6.0",
"mustache": "^2.3.2",
"npm": "^6.14.6",
"randomatic": "^3.1.1",
"sshpk": ">=1.13.2"
}
}