-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.08 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
{
"name": "myplugin",
"version": "0.1.0",
"description": "A block to demonstrate extending the Product Editor",
"author": "The WordPress Contributors",
"license": "GPL-3.0+",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"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",
"start": "wp-scripts start",
"env": "wp-env",
"postinstall": "composer install"
},
"devDependencies": {
"@types/wordpress__block-editor": "^7.0.0",
"@types/wordpress__blocks": "^11.0.9",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.3.0",
"@woocommerce/eslint-plugin": "^2.2.0",
"@woocommerce/block-templates": "1.0.0",
"@woocommerce/product-editor": "file:../packages/js/product-editor",
"@wordpress/env": "^9.0.0",
"@wordpress/prettier-config": "^3.5.0",
"@wordpress/scripts": "^26.19.0",
"@wordpress/stylelint-config": "^21.31.0",
"eslint-import-resolver-typescript": "^3.6.1",
"@wordpress/plugins": "wp-6.0"
}
}