UNPKG

sovendus-integration-react

Version:
92 lines 2.72 kB
{ "name": "sovendus-integration-react", "version": "2.0.7", "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.11.4", "sovendus-integration-types": "3.8.14" }, "devDependencies": { "@types/eslint": "9.6.1", "@types/node": "22.14.1", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "8.30.1", "@typescript-eslint/parser": "8.30.1", "eslint": "9.24.0", "eslint-config-prettier": "10.1.2", "eslint-import-resolver-typescript": "4.3.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.2.6", "eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unused-imports": "4.1.4", "prettier": "3.5.3", "prettier-plugin-sort-json": "4.1.1", "next": "^14", "react": "^18", "react-dom": "^18", "sovendus-builder": "^1.4.4", "sovendus-integration-settings-ui": "4.3.13", "sovendus-release-tool": "1.4.4", "typescript": "5.8.3" }, "updateIgnoreDependencies": [ "@types/react", "@types/react-dom", "react", "react-dom", "next" ], "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }