-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.24 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.24 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
{
"name": "blockparty-iframe",
"version": "1.1.2",
"description": "Add a block to display an embedded frame in the WordPress editor.",
"author": "Be API Technical team",
"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-iframe.pot --exclude=\"src\" --domain=blockparty-iframe",
"make-json": "wp i18n make-json languages/blockparty-iframe-fr_FR.po languages/ --no-purge",
"start": "wp-scripts start --blocks-manifest",
"start:env": "wp-env start --config=./wp-env.json",
"stop:env": "wp-env stop --config=./wp-env.json"
},
"devDependencies": {
"@wordpress/env": "latest",
"@wordpress/scripts": "latest",
"@wordpress/url": "^4.37.0",
"lodash": "^4.17.21"
},
"dependencies": {
"@wordpress/block-editor": "15.17.0",
"@wordpress/blocks": "15.17.0",
"@wordpress/components": "32.6.0",
"@wordpress/element": "6.44.0",
"@wordpress/i18n": "6.17.0",
"@wordpress/icons": "^12.2.0"
},
"volta": {
"node": "24.15.0"
}
}