-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.21 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
{
"devDependencies": {
"autoprefixer": "^7.1.5",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"eslint-plugin-html": "^3.2.2",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.1",
"gulp-gray-matter": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-inline-source": "^3.1.0",
"gulp-notify": "^3.0.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-process-inline": "^0.1.4",
"gulp-rollup-file": "^0.1.5",
"gulp-size": "^2.1.0",
"lazypipe": "^1.0.1",
"postcss-custom-media": "^6.0.0",
"postcss-normalize": "^4.0.0",
"postcss-plugin-context": "^2.0.0",
"postcss-responsive-type": "^1.0.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"fontfaceobserver": "^2.0.5",
"prismjs": "^1.5.1",
"simpla": "^3.0.1"
}
}