-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1010 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
39
40
{
"name": "bootiful",
"version": "1.0.0",
"description": "Open-source, bare, modern Bootstrap 5 theme",
"author": "bdavidxyz",
"license": "MIT",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/bdavidxyz/bootiful"
},
"scripts": {
"start": "gulp",
"dev": "gulp serve",
"prod": "cross-env NODE_ENV=prod gulp"
},
"devDependencies": {
"bootstrap": "5.1.3",
"browser-sync": "^2.26.3",
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"gulp-sitemap": "8.0.0",
"gulp-beautify": "^3.0.0",
"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-nunjucks-render": "^2.2.3",
"gulp-purgecss": "4.0.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^2.1.0",
"sass": "^1.43.4"
},
"dependencies": {}
}