-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "italy",
"version": "0.1.0",
"scripts": {
"ghpages": "git subtree push --prefix dist origin gh-pages",
"build": "gulp build --production",
"start": "gulp"
},
"authors": "Coderiver <html@coderiver.com.ua>",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.10.0",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "^0.1.2",
"gulp-filter": "^4.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-include": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.0.0",
"lodash": "^4.3.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0"
}
}