-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.41 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
{
"private": true,
"devDependencies": {
"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",
"del": "^3.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"google-closure-compiler": "^20181008.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.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": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"gulp-vulcanize": "^7.0.0",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"jscs": "^3.0.7",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1",
"path": "^0.12.7",
"postcss-syntax": "^0.34.0",
"swig-templates": "^2.0.3",
"through2": "^3.0.0",
"uglify-es": "^3.3.9",
"vulcanize": "^1.16.0",
"yargs": "^12.0.4",
"sass": "^1.57.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp build --codelabs-dir=./codelabs-rendered --source=./codelabs/*.md",
"serve": "gulp serve --codelabs-dir=./codelabs-rendered --source=./codelabs/*.md",
"serve:dist": "gulp serve:dist --codelabs-dir=./codelabs-rendered"
}
}