PluginProbe
Pay with Vipps and MobilePay for WooCommerce / trunk
Pay with Vipps and MobilePay for WooCommerce vtrunk
6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk 1.10.0 All 182 releases
woo-vipps / payment / src / Blocks / package.json

package.json in Pay with Vipps and MobilePay for WooCommerce trunk, at payment/src/Blocks/package.json

28 lines 866 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "scripts": {
3 "build": "wp-scripts build --webpack-copy-php --output-path=../../Blocks/dist",
4 "format": "wp-scripts format",
5 "lint:css": "wp-scripts lint-style",
6 "lint:js": "wp-scripts lint-js",
7 "packages-update": "wp-scripts packages-update",
8 "plugin-zip": "wp-scripts plugin-zip",
9 "start": "wp-scripts start --webpack-copy-php --output-path=../../Blocks/dist",
10 "type-check": "tsc --noEmit --pretty"
11 },
12 "devDependencies": {
13 "@types/wordpress__block-editor": "^11.5.15",
14 "@types/wordpress__blocks": "^12.5.14",
15 "@wordpress/prettier-config": "^4.11.0",
16 "@wordpress/scripts": "^31.6.0",
17 "@wp-blocks/tsconfig": "^0.1.0",
18 "prettier": "^3.3.3",
19 "typescript": "^5.6.3"
20 },
21 "dependencies": {
22 "@wordpress/api-fetch": "^7.38.0",
23 "@wordpress/data": "^10.39.0",
24 "@wordpress/interactivity": "^6.12.0",
25 "@wordpress/url": "^4.38.0"
26 }
27 }
28