-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
84 lines (84 loc) · 2.52 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
76
77
78
79
80
81
82
83
84
{
"private": true,
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"bower": "^1.7.9",
"browser-sync": "^2.7.7",
"commonmark": "^0.24.0",
"connect-history-api-fallback": "^1.1.0",
"css-mqpacker": "^4.0.0",
"csswring": "^4.1.1",
"del": "^2.0.2",
"glob-all": "^3.0.1",
"gulp": "^3.8.5",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.0",
"gulp-changed": "^1.0.0",
"gulp-crisper": "1.0.0",
"gulp-download": "0.0.1",
"gulp-file": "^0.2.0",
"gulp-google-webfonts": "0.0.12",
"gulp-html-postcss": "^6.0.1",
"gulp-htmlmin": "^1.1.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-nunjucks-html": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.21",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^1.5.0",
"gulp-useref": "^3.0.5",
"gulp-vulcanize": "^6.0.0",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"nunjucks-markdown": "^1.1.0",
"postcss-apply": "^0.1.0",
"postcss-bem-linter": "^2.3.3",
"postcss-custom-media": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-discard-empty": "^2.0.0",
"postcss-import": "^7.1.3",
"postcss-nesting": "^2.0.2",
"postcss-reporter": "^1.2.1",
"postcss-simple-vars": "^1.2.0",
"psi": "^2.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"stylelint": "^4.3.3",
"stylelint-config-standard": "^3.0.0",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^4.0.0"
},
"scripts": {
"deploy:dev": "gulp deploy:dev",
"deploy:prod": "gulp deploy:prod",
"deploy:promote": "gulp deploy:promote",
"deploy:stag": "gulp deploy:stag",
"check:ver": "ncu && ncu -m bower",
"init": "gulp init",
"build": "gulp",
"gulp": "gulp",
"install:all": "npm install && bower install",
"install:complete": "sudo npm install -g npm && sudo npm install -g bower gulp && npm install && bower install",
"lint": "gulp lint",
"serve": "gulp serve",
"serve:dist": "gulp serve:dist",
"serve:gae": "gulp serve:gae",
"test": "gulp test:local",
"update:all": "npm update && bower update",
"update:ver": "ncu -u && ncu -um bower"
},
"engines": {
"node": ">=4.0"
}
}