UNPKG

@sqala/threedsecure-react

Version:

A React library for implementing 3D Secure authentication flows in payment applications

81 lines 2.24 kB
{ "name": "@sqala/threedsecure-react", "version": "0.3.0", "description": "A React library for implementing 3D Secure authentication flows in payment applications", "type": "module", "author": "Sqala", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rpo-pay/threedsecure-react.git" }, "homepage": "https://github.com/rpo-pay/threedsecure-react#readme", "bugs": { "url": "https://github.com/rpo-pay/threedsecure-react/issues" }, "keywords": [ "3d-secure", "3ds", "payment", "authentication", "react", "hooks" ], "exports": { ".": { "types": "./dist/main.d.ts", "default": "./dist/main.js" } }, "files": [ "dist" ], "main": "./dist/main.js", "module": "./dist/main.js", "types": "./dist/main.d.ts", "sideEffects": false, "scripts": { "start:dev": "vite", "build": "tsc --p tsconfig.lib.json && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "dependencies": { "axios": "^1.8.4", "uuid": "^11.1.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/node": "^22.14.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "@vitejs/plugin-react": "^4.3.4", "ajv": "^8.17.1", "concurrently": "^8.2.0", "eslint": "^9.23.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "glob": "^11.0.1", "globals": "^15.15.0", "prettier": "^3.2.5", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.5.0", "rimraf": "^5.0.5", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.3", "vite-plugin-lib-inject-css": "^2.2.1" }, "engines": { "node": ">=18" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }