-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 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
{
"name": "gulp_template",
"version": "1.0.0",
"private": true,
"description": "gulp template for web_project",
"author": "Raman Yasel",
"devDependencies": {
"browser-sync": "2.18.12",
"css-mqpacker": "^6.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.2",
"gulp-csscomb": "^3.0.8",
"gulp-csso": "^3.0.0",
"gulp-html5-lint": "^1.1.0",
"gulp-imagemin": "3.2.0",
"gulp-minify": "^1.0.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rigger": "^0.5.8",
"gulp-sass": "3.1.0",
"gulp-stylefmt": "^1.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.4",
"gulp-typograf": "3.0.0",
"npm-check-updates": "^2.11.0",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^1.0.0",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"validation": "gulp validation",
"csslint": "gulp cssLint",
"sprite": "gulp svgSprite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yasell/start-template.git"
},
"bugs": {
"url": "https://github.com/yasell/start-template/issues"
}
}