# woo-vipps/6.0.0/payment/src/admin/settings/package.json

Pay with Vipps and MobilePay for WooCommerce, version 6.0.0. 27 lines.

- Page: https://pluginprobe.com/plugins/woo-vipps/6.0.0/code/payment/src/admin/settings/package.json
- Raw: https://pluginprobe.com/plugins/woo-vipps/6.0.0/raw/payment/src/admin/settings/package.json
- Modified: 2026-06-01T09:33:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woo-vipps/6.0.0/code/payment/src/admin/settings/package.json#L10-L20`.

```json
{
  "name": "vipps-react-ui",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "license": "MIT",
  "scripts": {
    "dev": "vite build --watch --emptyOutDir",
    "build": "tsc && vite build --emptyOutDir",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "@vitejs/plugin-react": "^6.0.1",
    "@wordpress/scripts": "^31.6.0",
    "eslint": "^8.53.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.4",
    "typescript": "^5.2.2",
    "vite": "^8.0.5"
  }
}

```
