-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 KB
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
{
"name": "blockparty-modal",
"version": "1.0.6",
"description": "Add a modal block to the WordPress editor.",
"author": "Be API",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --blocks-manifest",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"make-pot": "wp i18n make-pot . languages/blockparty-modal.pot --exclude=\"src\" --domain=blockparty-modal",
"make-json": "wp i18n make-json languages/blockparty-modal-fr_FR.po languages/ --no-purge",
"start": "wp-scripts start --blocks-manifest",
"start:env": "wp-env start",
"stop:env": "wp-env stop"
},
"dependencies": {
"@beapi/icons": "^1.2.6",
"@wordpress/block-editor": "latest",
"@wordpress/blocks": "latest",
"@wordpress/components": "^32.1.0",
"@wordpress/compose": "^7.39.0",
"@wordpress/data": "^10.39.0",
"@wordpress/dom-ready": "^4.39.0",
"@wordpress/element": "^6.39.0",
"@wordpress/hooks": "^4.39.0",
"@wordpress/i18n": "latest",
"@wordpress/icons": "^11.6.0"
},
"devDependencies": {
"@wordpress/env": "latest",
"@wordpress/scripts": "^31.4.0"
},
"volta": {
"node": "22.22.0"
}
}