-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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": "buddyvibes",
"version": "1.0.0",
"description": "BuddyVibes is a great looking BuddyPress theme, a candidate to the BP Default succession.",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"scripts": {
"build:block:core": "wp-scripts build --webpack-src-dir=src/bp-core --config src/bp-core/webpack.config.js",
"starter": "./bin/wp-cli.sh ${abspath_to_wp}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddypress/buddyvibes.git"
},
"keywords": [
"buddypress",
"block-theme",
"full-site-editing",
"block-patterns"
],
"author": "The BuddyPress Community",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/buddypress/buddyvibes/issues"
},
"homepage": "https://github.com/buddypress/buddyvibes#readme",
"devDependencies": {
"@wordpress/babel-preset-default": "^7.36.0",
"@wordpress/browserslist-config": "^5.35.0",
"@wordpress/scripts": "^27.3.0",
"browserslist": "^4.23.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}