forked from themefisher/sleek-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"private": true,
"name": "sleek-dashboard",
"version": "1.0.0",
"description": "Free Bootstrap 4 admin dashboard template",
"author": "Themefisher",
"license": "MIT",
"scripts": {
"start": "gulp",
"theme-option": "gulp --to",
"demo": "gulp build --demo",
"publish": "gulp build --pub"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-file-include": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-inject-string": "^1.1.2",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"imagemin-webp": "^7.0.0",
"jshint": "^2.13.4",
"jshint-stylish": "^2.2.1",
"minimist": "^1.2.6"
},
"dependencies": {
"bootstrap": "^5.1.3"
}
}