-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gulp-bootstrap-starter",
"version": "4.0.0",
"description": "https://github.com/tagtwp",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"code": "editorconfig-checker",
"dev": "gulp",
"build": "gulp build --build",
"deploy": "gh-pages -d app",
"cache": "gulp cache",
"backend": "gulp backend",
"zip": "gulp zip --build"
},
"author": "tagtwp",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/register": "^7.24.6",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"gh-pages": "^6.1.1",
"del": "^7.1.0",
"editorconfig-checker": "^5.1.5",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.0.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-replace": "^1.1.4",
"gulp-rev": "^11.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "^6.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-svgmin": "^4.1.0",
"gulp-webp": "^5.0.0",
"gulp-zip": "^6.0.0",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"sass": "^1.75.0",
"webpack": "^5.91.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"jquery": "^3.7.1"
}
}