-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
50
51
52
53
54
55
56
57
{
"name": "understrap-builder",
"version": "1.3.9",
"description": "BUILDER is lightweight and fast loading while giving you massive control over how it looks without having to touch any code. Based in Framework: https://github.com/understrap/understrap",
"main": "index.js",
"scripts": {
"postinstall": "gulp copy-assets",
"log": "git log --oneline --decorate --graph --all",
"sync": "git push origin --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gergab00/UnderStrap-BUILDER.git"
},
"keywords": [
"wordpress",
"theme",
"framework",
"bootstrap",
"underscores",
"understrap",
"understrap-builder"
],
"author": "Alex Booth, holger1411, Gerardo Gonzalez",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Gergab00/UnderStrap-BUILDER/issues"
},
"homepage": "https://github.com/Gergab00/UnderStrap-BUILDER#readme",
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.9.3",
"animate.css": "^4.1.1",
"autoprefixer": "^10.2.5",
"bootstrap": "^5.1.0",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.2.9",
"understrap": "^0.9.6",
"wow.js": "^1.2.2"
}
}