-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 Bytes
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
{
"name": "postcode-eu-address-validation-blocks",
"version": "1.0.0",
"description": "Postcode.eu address validation for WooCommerce blocks checkout.",
"author": "The WordPress Contributors",
"license": "BSD-2-Clause-FreeBSD",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^3.1.0",
"@wordpress/scripts": "^27.9.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"webpack-livereload-plugin": "^3.0.2"
},
"dependencies": {
"@wordpress/icons": "^10.30.0"
}
}