-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "sass-gulp-boilerplate",
"version": "1.0.0",
"description": "This is a nice Sass-gulp boilerplate project built with some tools to make life easy when needed.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "10.4.7",
"cssnano": "5.1.12",
"gulp": "4.0.2",
"gulp-avif": "1.1.1",
"gulp-cli": "2.3.0",
"gulp-imagemin": "7.0.0",
"gulp-postcss": "9.0.1",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-webp": "4.0.1",
"postcss": "8.4.14",
"sass": "1.53.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danipv54/sass-gulp-boilerplate.git"
},
"browsersList": [
"last 1 version",
"> 1%"
],
"keywords": [],
"author": "Daniel Patricio",
"license": " MIT License",
"bugs": {
"url": "https://github.com/danipv54/sass-gulp-boilerplate/issues"
},
"homepage": "https://github.com/danipv54/sass-gulp-boilerplate#readme"
}