-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "@gregrickaby/bb-child",
"version": "2.0.0",
"description": "A child theme for Beaver Builder by Greg Rickaby.",
"author": "Greg Rickaby <[email protected]>",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress, child theme, beaver builder"
],
"homepage": "https://github.com/gregrickaby/grd-bb-child/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gregrickaby/grd-bb-child"
},
"bugs": {
"url": "https://github.com/gregrickaby/grd-bb-child/issues"
},
"private": true,
"engines": {
"node": ">=18"
},
"main": "src/index.js",
"dependencies": {
"@wordpress/scripts": "^26.12.0"
},
"devDependencies": {
"@wordpress/prettier-config": "^2.24.0",
"stylelint-config-prettier": "^9.0.5"
},
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"format": "wp-scripts format && composer run format",
"lint": "wp-scripts lint-style && wp-scripts lint-js && composer run lint",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"postinstall": "composer install && wp-scripts build"
}
}