forked from RelevanceDigital/wp-bs4-starter-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "tpl-wp-bs4",
"version": "1.0.0",
"description": "A WordPress theme based on Underscores and Bootstrap 4",
"main": "index.php",
"dependencies": {
"bootstrap": "^4.4.1",
"browser-sync": "^2.24.4",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.1.0",
"lazysizes": "^4.0.2",
"slick-carousel": "^1.8.1"
},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-connect": "latest",
"gulp-imagemin": "^7.1.0",
"gulp-insert-lines": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/RelevanceDigital/wp-bs4-starter-theme.git"
},
"author": "Robert Went",
"license": "MIT",
"homepage": "https://github.com/RelevanceDigital/wp-bs4-starter-theme"
}