-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "frontend_template",
"version": "1.0.0",
"description": "Frontend Template",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KanDai",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/KanDai/frontend-template"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-csscomb": "^3.0.8",
"gulp-ejs": "^2.3.0",
"gulp-hologram": "^1.2.3",
"gulp-htmlhint": "^0.3.1",
"gulp-iconfont": "^8.0.1",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylestats": "^3.0.1",
"gulp-uglify": "^2.0.1",
"gulp-watch": "^4.3.11",
"gulp-webpack": "^1.5.0",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.4",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"dependencies": {
"jquery": "^3.1.1"
}
}