-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "bootstrap-5-sass-gulp-4-boilerplate",
"version": "1.0.4",
"description": "A Bootstrap 5.0.2 boilerplate with sass and gulp 4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JayeshLab/bootstrap-5-sass-gulp-4-boilerplate.git"
},
"keywords": [
"bootstrap 5",
"sass",
"scss",
"gulp",
"gulp 4",
"bootstrap icons",
"boilerplate",
"stater"
],
"author": "Jayesh Vachhani",
"license": "MIT",
"bugs": {
"url": "https://github.com/JayeshLab/bootstrap-5-sass-gulp-4-boilerplate/issues"
},
"homepage": "https://github.com/JayeshLab/bootstrap-5-sass-gulp-4-boilerplate#readme",
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.2"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "3.9.4",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.1",
"sass": "^1.49.0"
}
}