-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "bootstrap-for-genesis",
"version": "2.0.2",
"description": "An awesome Genesis Framework child theme using Bootstrap 4",
"main": "gulpfile.js",
"repository": "git@github.com:webdevsuperfast/bootstrap-for-genesis.git",
"author": "Rotsen Mark Acob <acob.rotsen@hotmail.com>",
"license": "GPL-2.0",
"private": true,
"devDependencies": {
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"jshint": "^2.12.0",
"postcss-discard-comments": "^4.0.2"
},
"dependencies": {
"bootstrap": "4.6.0",
"bootstrap-icons": "^1.2.1",
"fibers": "^5.0.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"postcss": "^8.2.13",
"sass": "^1.32.8"
}
}