-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.58 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
58
59
60
{
"name": "bootscout",
"version": "2.6",
"description": "A simple WordPress theme for scout websites styled with Bootstrap",
"repository": {
"url": "git+https://github.com/JackFurby/Bootscout-theme.git"
},
"main": "gulpfile.js",
"dependencies": {
"@wordpress/block-editor": "^14.6.0",
"@wordpress/blocks": "^14.0.0",
"@wordpress/env": "^10.11.0",
"@wordpress/i18n": "^5.11.0",
"@wordpress/scripts": "^30.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"bourbon": "^7.3.0",
"browserslist": ">=4.24.2",
"css-what": ">=6.1.0",
"cssnano": "^7.0.6",
"glob-parent": ">=6.0.2",
"gulp": "^5.0.0",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"hosted-git-info": ">=8.0.0",
"is-svg": ">=5.1.0",
"lodash": "^4.17.21",
"nanoid": ">=5.0.8",
"nth-check": ">=2.1.1",
"postcss": ">=8.4.47",
"sass": "^1.80.6",
"set-value": ">=4.1.0",
"susy": "3.0.8",
"tar": ">=7.4.3",
"trim-newlines": ">=5.0.0",
"y18n": ">=5.0.8",
"yargs-parser": ">=21.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:search-test-block": "wp-scripts start blocks/search-test/src/index.js --output-path=blocks/search-test/build/",
"build:search-test-block": "wp-scripts build blocks/search-test/src/index.js --output-path=blocks/search-test/build/"
},
"keywords": [
"WordPress",
"Theme",
"Bootstrap 5",
"Gulp",
"Sass",
"SCSS"
],
"author": "Jack Furby",
"license": "MIT License",
"bugs": {
"url": "https://github.com/JackFurby/Bootscout-theme/issues"
},
"homepage": "https://bootscout.org.uk/"
}