-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"private": true,
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.3.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.8.4",
"css-declaration-sorter": "^4.0.1",
"cssnano": "^4.1.7",
"debug": "^4.1.1",
"deep-extend": "^0.6.0",
"del": "^5.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.3",
"google-closure-compiler": "^20181008.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-crisper": "^1.1.0",
"gulp-flatten": "^0.4.0",
"gulp-html-postcss": "^7.1.4",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-url-prefixer": "^1.0.2",
"gulp-useref": "^4.0.1",
"gulp-vulcanize": "^8.0.0",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"js-yaml": "^3.13.1",
"jscs": "^3.0.7",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"lodash.template": "^4.5.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
"open": "^7.0.4",
"path": "^0.12.7",
"postcss-syntax": "^0.36.2",
"swig-templates": "^2.0.3",
"through2": "^3.0.0",
"uglify-es": "^3.3.9",
"vulcanize": "^1.16.0",
"yargs": "^15.3.1"
},
"engines": {
"node": ">=0.10.0"
}
}