-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "html_biolerplate",
"version": "2.0.0",
"description": "Brewnbeer HTML/SCSS/CSS Boilerplate is a lightweight and customizable boilerplate for developing HTML-based projects with SCSS and CSS. It provides a structured file organization and useful build tasks using Gulp.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"gsap": "^3.12.5",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-sitemap": "^8.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webpack": "^1.5.0",
"sass": "^1.72.0",
"smooth-scrollbar": "^8.8.4"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.24.3",
"@prettier/plugin-pug": "^3.0.0",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"glob": "^10.3.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-prettify": "^0.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-prettier": "^6.0.0",
"gulp-prettify": "^0.5.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"http-server": "^14.1.1",
"install": "^0.13.0",
"npm": "^10.5.0",
"path": "^0.12.7",
"prettier": "^3.2.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0"
}
}