-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1021 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
34
35
36
37
38
{
"name": "escuela",
"version": "1.0.0",
"description": "Aprendiendo SASS, CSS Grid, Gulp y más",
"main": "index.js",
"scripts": {
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Devchris256/escuela-cocina.git"
},
"author": "Christina Sarai Atoche Pascual",
"license": "ISC",
"bugs": {
"url": "https://github.com/Devchris256/escuela-cocina/issues"
},
"homepage": "https://github.com/Devchris256/escuela-cocina#readme",
"devDependencies": {
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"gulp": "^4.0.2",
"gulp-avif": "^1.1.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^4.0.1",
"gulp-webp": "^4.0.1",
"postcss": "^8.4.38",
"sass": "^1.74.1"
},
"browserslist": [
"last 1 version",
"> 1%"
]
}