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 / admin / settings / package.json

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

27 lines 775 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "vipps-react-ui",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "license": "MIT",
7 "scripts": {
8 "dev": "vite build --watch --emptyOutDir",
9 "build": "tsc && vite build --emptyOutDir",
10 "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11 "preview": "vite preview"
12 },
13 "devDependencies": {
14 "@types/react": "^18.2.37",
15 "@types/react-dom": "^18.2.15",
16 "@typescript-eslint/eslint-plugin": "^6.10.0",
17 "@typescript-eslint/parser": "^6.10.0",
18 "@vitejs/plugin-react": "^6.0.1",
19 "@wordpress/scripts": "^31.6.0",
20 "eslint": "^8.53.0",
21 "eslint-plugin-react-hooks": "^4.6.0",
22 "eslint-plugin-react-refresh": "^0.4.4",
23 "typescript": "^5.2.2",
24 "vite": "^8.0.16"
25 }
26 }
27