-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.24 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
{
"name": "bp-activity-block-editor",
"version": "1.0.1",
"description": "Brings the power of the WordPress Blocks API into BuddyPress activities.",
"main": "index.js",
"scripts": {
"start": "wp-scripts start --output-path=bp-activity/block-editor",
"build": "wp-scripts build --output-path=bp-activity/block-editor",
"build:activity": "wp-scripts build --webpack-src-dir=src-activity-wall --output-path=bp-activity/activity-wall",
"build:emojis": "wp-scripts build --webpack-src-dir=src-autocompleter --output-path=bp-activity/autocompleter",
"update:inserts": "php bin/wp-emoji/set-inserts.php"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddypress/bp-activity-block-editor.git"
},
"keywords": [
"blocks",
"buddypress"
],
"author": "buddypress",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/buddypress/bp-activity-block-editor/issues"
},
"homepage": "https://github.com/buddypress/bp-activity-block-editor#readme",
"devDependencies": {
"@automattic/isolated-block-editor": "^2.29.0",
"@wordpress/scripts": "^27.4.0",
"@wordpress/babel-preset-default": "^7.37.0",
"@wordpress/browserslist-config": "^5.37.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}