{
  "name": "sovendus-integration-react",
  "version": "2.1.0",
  "private": false,
  "description": "Official Sovendus Integration React Component",
  "types": "./dist/package/index.d.ts",
  "main": "./dist/package/index.mjs",
  "module": "./dist/package/index.mjs",
  "files": [
    "dist/**/*"
  ],
  "exports": {
    ".": {
      "types": "./dist/package/index.d.ts",
      "import": "./dist/package/index.mjs",
      "require": "./dist/package/index.cjs"
    }
  },
  "scripts": {
    "dev": "next dev",
    "preview": "next build && next start",
    "build": "sovendus-builder build",
    "lint": "eslint --fix",
    "pub": "sovendus-release-tool"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sovendus-GmbH/Sovendus-Voucher-Network-and-Checkout-Benefits-Component-for-React.git"
  },
  "author": "Marcus Brandstaetter <techsupport@sovendus.com> @Sovendus",
  "contributors": [
    {
      "name": "Marcus Brandstaetter - Sovendus GmbH",
      "email": "techsupport@sovendus.com"
    }
  ],
  "keywords": [
    "Sovendus",
    "React",
    "Checkout Benefits",
    "Voucher Network",
    "Optimize",
    "Checkout Products"
  ],
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/Sovendus-GmbH/Sovendus-Voucher-Network-and-Checkout-Benefits-Component-for-React/issues"
  },
  "homepage": "https://developer-hub.sovendus.com/Voucher-Network-Checkout-Benefits/Web-Integration/React-Component",
  "dependencies": {
    "sovendus-integration-scripts": "3.12.0",
    "sovendus-integration-types": "3.9.4"
  },
  "devDependencies": {
    "@types/eslint": "9.6.1",
    "@types/node": "24.2.0",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@typescript-eslint/eslint-plugin": "8.39.0",
    "@typescript-eslint/parser": "8.39.0",
    "eslint": "9.32.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.5.4",
    "eslint-plugin-react-compiler": "19.1.0-rc.2",
    "eslint-plugin-react-hooks": "5.2.0",
    "eslint-plugin-simple-import-sort": "12.1.1",
    "eslint-plugin-unused-imports": "4.1.4",
    "prettier": "3.6.2",
    "prettier-plugin-sort-json": "4.1.1",
    "next": "^14",
    "react": "^18",
    "react-dom": "^18",
    "sovendus-builder": "^1.5.2",
    "sovendus-integration-settings-ui": "4.3.26",
    "sovendus-release-tool": "1.5.3",
    "typescript": "5.9.2"
  },
  "updateIgnoreDependencies": [
    "@types/react",
    "@types/react-dom",
    "react",
    "react-dom",
    "next"
  ],
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  }
}