generated from lucasjoliveau/basemodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 817 Bytes
/
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
{
"name": "base_model",
"version": "1.0.0",
"description": "Base model for SASS configuration.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Lucas Joliveau",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"debug": "^4.1.1",
"gulp": "^4.0.2",
"gulp-htmlclean": "^2.7.22",
"gulp-imagemin": "^6.2.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"normalize.css": "^8.0.1"
},
"dependencies": {
"gulp-uglify-es": "^2.0.0",
"hamburgers": "^1.1.3",
"swiper": "^5.4.1"
}
}