This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.01 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
{
"private": true,
"devDependencies": {
"axios": "^0.19.0",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"clean-css": "^4.2.1",
"connect-history-api-fallback": "^1.6.0",
"del": "^5.0.0",
"es6-promise": "^4.2.8",
"glob-all": "^3.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-awspublish": "^4.0.0",
"gulp-cache": "^1.1.3",
"gulp-changed": "^4.0.0",
"gulp-crisper": "^1.1.0",
"gulp-filter": "^6.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-invalidate-cloudfront": "^0.1.2",
"gulp-load-plugins": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-replace-task": "^0.11.0",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.4",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"gulp-util": "^3.0.8",
"gulp-vulcanize": "^8.0.0",
"js-yaml": "^3.13.1",
"merge-stream": "^2.0.0",
"nightwatch": "^1.2.1",
"require-dir": "^1.2.0",
"sauce-connect-launcher": "^1.2.7",
"tar": "^4.4.10",
"vulcanize": ">=1.16.0",
"web-component-tester": "*",
"yargs": "^13.3.0"
},
"peerDependencies": {
"bower": "^1.8.8",
"gulp-cli": "^2.2.0",
"nightwatch": "^1.2.1",
"web-component-tester": "^6.9.2",
"npm": "^6"
},
"scripts": {
"postinstall": "bower update",
"pretest": "bin/test-setup.sh",
"test": "gulp test:local",
"test:local": "gulp test:local",
"test:remote": "gulp test:remote",
"clean": "rm -rf node_modules app/bower_components app/test/bower_components app/test/index.html dist .tmp",
"start": "gulp serve"
},
"engines": {
"npm": "^6",
"node": "11.10.1"
},
"engine-strict": true,
"dependencies": {
"moment": "^2.12.0",
"page": "^1.7.1"
}
}