-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "gulp-es6-boilerplate",
"version": "1.0.1",
"description": "Gulp boilerplate for html,js,css apps",
"author": {
"name": "Rudenko Nikolay",
"url": "https://github.com/rudenich"
},
"keywords": [
"sass",
"scss",
"babel",
"rollup.js",
"foundation",
"es6",
"twig",
"boilerplate",
"gulp"
],
"repository": {
"type": "git",
"url": "git://github.com/rudenich/gulp-es6-boilerplate.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"browser-sync": "^2.26.5",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-environments": "^0.1.2",
"gulp-imagemin": "^5.0.3",
"gulp-inline-source": "^4.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-cssnames": "^2.1.0",
"gulp-order": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rollup": "^2.16.2",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.6.5",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-zip": "^4.2.0",
"imagemin-pngquant": "^7.0.0",
"rimraf": "^2.6.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "8.3.0",
"rollup-plugin-node-resolve": "^4.2.3",
"run-sequence": "^2.2.1"
}
}