UNPKG

paydeuk-payment-modal

Version:
60 lines (59 loc) 1.56 kB
{ "name": "paydeuk-payment-modal", "version": "1.0.4", "description": "Paydeuk Payment Modal Component", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "unpkg": "dist/sdk/loader.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build && cp src/index.d.ts dist/", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write \"src/**/*.{js,jsx}\"" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.11", "@radix-ui/react-slot": "^1.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.503.0", "prop-types": "^15.8.1", "react-router-dom": "^6.22.3", "tailwind-merge": "^3.2.0" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.18", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "vite": "^5.1.6", "vite-plugin-dts": "^4.5.4" }, "keywords": [ "react", "payment", "modal", "paydeuk" ], "author": "Paydeuk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/paydeuk/payment-modal" } }