-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1008 Bytes
/
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
{
"name": "tzm-responsive-block-controls",
"version": "1.1.4",
"description": "Control your block's appearance depending on a device's screen width.",
"author": "TezmoMedia - Jakob Wiens",
"license": "GPL-2.0-or-later",
"main": "build/tzm-responsive-block-controls.js",
"scripts": {
"start": "wp-scripts start src/tzm-responsive-block-controls.js",
"build": "wp-scripts build src/tzm-responsive-block-controls.js",
"format": "wp-scripts format",
"format:src": "wp-scripts format ./src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"plugin-zip": "wp-scripts plugin-zip",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"dependencies": {
"@wordpress/block-editor": "^14.8.0",
"@wordpress/blocks": "^14.2.0",
"@wordpress/i18n": "^5.13.0",
"po2json": "^0.3.0"
},
"devDependencies": {
"@wordpress/scripts": "^30.6.0"
}
}