-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "bootstrap5-boilerplate",
"version": "1.0.1",
"description": "Bootstrap 5+ boilerplate with Gulp4, cross-env, SaSS, sourcemaps, concat, CSS & HTML minification, uglify, image optimization, template partials, BrowserSync, ready for deployment.",
"author": "Sal",
"license": "MIT",
"homepage": "https://bootstrapstarter.com/bootstrap-templates/template-basic-bootstrap5-html/",
"repository": {
"type": "git",
"url": "https://github.com/wowthemesnet/bootstrap5-boilerplate.git"
},
"scripts": {
"start": "gulp",
"dev": "gulp serve",
"prod": "cross-env NODE_ENV=prod gulp"
},
"devDependencies": {
"bootstrap": "5.0.0-beta3",
"browser-sync": "^2.26.3",
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-partial": "^1.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-js-import": "^1.0.6",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
},
"dependencies": {}
}