-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "scss-starter-kit",
"version": "0.0.2",
"description": "Boilerplate with SCSS and Gulp",
"author": "Vitalii Saienko",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/modestfake/SCSS-Starter-Kit"
},
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"build": "node node_modules/gulp/bin/gulp build",
"serve": "node node_modules/gulp/bin/gulp serve"
},
"devDependencies": {
"browserify": "^14.4.0",
"del": "^3.0.0",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-buffer": "0.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprites": "^4.1.2",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"pump": "^1.0.2",
"standard": "^10.0.3"
},
"dependencies": {}
}