forked from uqlibrary/uqlibrary-mylibrary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 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
{
"private": true,
"devDependencies": {
"browser-sync": "^2.23.6",
"chai": "^4.2.0",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"es6-promise": "^4.2.4",
"glob-all": "^3.0.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-awspublish": "^3.3.1",
"gulp-cache": "^1.0.2",
"gulp-changed": "^3.2.0",
"gulp-crisper": "^1.0.0",
"gulp-filter": "^5.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-invalidate-cloudfront": "^0.1.2",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.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": "^0.2.2",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.4",
"gulp-util": "^3.0.5",
"gulp-vulcanize": "^8.0.0",
"merge-stream": "^1.0.0",
"nightwatch": "^1.0.18",
"require-dir": "^1.2.0",
"sauce-connect-launcher": "^1.2.4",
"vulcanize": ">= 1.4.2",
"web-component-tester": "*",
"yargs": "^12.0.5"
},
"scripts": {
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"npm": "^6.5.0",
"node": "^11.8.0"
},
"engine-strict": true
}