-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 1.03 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
{
"name": "attributes-for-blocks",
"version": "1.0.0",
"description": "Allows to add custom HTML attributes to Gutenberg blocks.",
"author": "websevendev <websevendev@gmail.com>",
"license": "GPL-2.0-or-later",
"main": "src/index.js",
"scripts": {
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot --allowed-hosts all",
"build": "wp-scripts build",
"test": "wp-scripts test-unit-js",
"test:watch": "wp-scripts test-unit-js --watch",
"release": "pnpm run test && pnpm run build && wp dist-archive . ./attributes-for-blocks.zip"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@wordpress/block-editor": "^14.1.0",
"@wordpress/blocks": "^13.6.0",
"@wordpress/components": "^28.6.0",
"@wordpress/compose": "^7.6.0",
"@wordpress/data": "^10.6.0",
"@wordpress/editor": "^14.6.0",
"@wordpress/element": "^6.6.0",
"@wordpress/hooks": "^4.6.0",
"@wordpress/i18n": "^5.6.0",
"@wordpress/icons": "^10.6.0",
"@wordpress/scripts": "^28.6.0",
"react": "^18.3.1",
"style-to-object": "^1.0.7"
}
}