@getopenpay/openpay-js-react
Version:
Accept payments through OpenPay, right on your site
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "@getopenpay/openpay-js-react",
"version": "0.5.17",
"description": "Accept payments through OpenPay, right on your site",
"author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
"private": false,
"license": "ISC",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"getopenpay",
"openpay",
"payments"
],
"scripts": {
"build": "tsc -p tsconfig.build.json && vite build",
"dev": "vite build --watch",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@getopenpay/openpay-js": "*",
"chalk": "^5.3.0",
"penpal": "^6.2.2",
"use-async-effect": "^2.2.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "^16.x || ^17.x || ^18.x",
"react-dom": "^16.x || ^17.x || ^18.x"
},
"devDependencies": {
"@getopenpay/config": "*",
"@getopenpay/utils": "*",
"@stripe/stripe-js": "^4.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "^9.1.4",
"typescript": "^5.2.2",
"vite": "^7.1.2",
"vite-plugin-dts": "^4.0.0-beta.2"
}
}