-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·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": "wp-bs-starter-theme",
"version": "1.0.0",
"description": "A WordPress theme based on Underscores and Bootstrap",
"main": "index.php",
"dependencies": {
"bootstrap": "^5.1.3",
"lazysizes": "^5.3.2"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"readline-sync": "^1.4.10",
"sass": "^1.37.5",
"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-bs-starter-theme.git"
},
"author": "Relevance Digital",
"license": "MIT",
"homepage": "https://github.com/RelevanceDigital/wp-bs-starter-theme"
}