-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "Fronted-kit",
"version": "1.0.0",
"description": "Start project.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "Andrei Cojocari",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sinups/frontedn-kit"
},
"devDependencies": {
"autoprefixer": "^9.0.2",
"browser-sync": "^2.18.5",
"css-mqpacker": "^5.0.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-cleancss": "^0.2.2",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-html-beautify": "^1.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.3.0",
"gulp-svgmin": "^1.2.3",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.0.0",
"gulp.spritesmith": "^6.3.0",
"imagemin-pngquant": "^5.0.0",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1"
},
"dependencies": {}
}