-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 949 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": "devwebcamp-php-mvc-mysql",
"version": "1.0.0",
"description": "Proyecto Final Desarrollo Web Completo con @codigoconjuan",
"main": "index.js",
"scripts": {
"dev": "gulp dev"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^7.1.2",
"cssnano": "^5.1.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-avif": "^1.1.1",
"gulp-cache": "^1.1.3",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser-js": "^5.2.2",
"gulp-webp": "^4.0.1",
"sass": "^1.41.1",
"style-loader": "^4.0.0",
"terser": "^5.14.2"
},
"dependencies": {
"sweetalert2": "^11.12.3",
"swiper": "^11.1.5",
"webpack-stream": "^7.0.0"
}
}