UNPKG

@churchapps/apphelper-donations

Version:

Donation components for ChurchApps AppHelper

102 lines (101 loc) 2.71 kB
{ "name": "@churchapps/apphelper-donations", "version": "0.6.18", "description": "Donation components for ChurchApps AppHelper", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "tsc": "tsc", "build": "npm-run-all clean tsc", "lint": "eslint --fix src/", "dev": "vite" }, "repository": { "type": "git", "url": "git+https://github.com/ChurchApps/Packages.git", "directory": "apphelper-donations" }, "keywords": [ "ChurchApps", "donations", "stripe", "payments" ], "author": "ChurchApps.org", "license": "MIT", "bugs": { "url": "https://github.com/ChurchApps/Packages/issues" }, "homepage": "https://github.com/ChurchApps/Packages#readme", "peerDependencies": { "@churchapps/apphelper": "^0.6.0", "@churchapps/helpers": "file:../helpers", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.1", "axios": "^1.11.0", "date-fns": "^4.1.0", "i18next": "^25.3.2", "jwt-decode": "^4.0.0", "react": "^18.0.0 || ^19.0.0", "react-cookie": "^8.0.1", "react-dom": "^18.0.0 || ^19.0.0", "react-google-recaptcha": "^3.1.0", "react-i18next": "^15.6.1", "react-router-dom": "^7.6.3" }, "peerDependenciesMeta": { "react-google-recaptcha": { "optional": true } }, "dependencies": { "@stripe/react-stripe-js": "^3.9.0", "@stripe/stripe-js": "^7.8.0", "rrule": "^2.8.1" }, "devDependencies": { "@churchapps/apphelper": "^0.6.19", "@churchapps/helpers": "file:../helpers", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@eslint/js": "^9.28.0", "@mui/material": "^7.3.1", "@types/node": "^24.2.0", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@types/react-google-recaptcha": "^2.1.9", "@vitejs/plugin-react": "^4.7.0", "axios": "^1.11.0", "date-fns": "^4.1.0", "eslint": "^9.28.0", "eslint-plugin-unused-imports": "^4.4.1", "globals": "^16.2.0", "i18next": "^25.3.2", "jwt-decode": "^4.0.0", "npm-run-all2": "^8.0.4", "react": "^19.1.0", "react-cookie": "^8.0.1", "react-dom": "^19.1.0", "react-google-recaptcha": "^3.1.0", "react-i18next": "^15.6.1", "react-router-dom": "^7.6.3", "rimraf": "^6.0.1", "typescript": "^5.9.2", "typescript-eslint": "^8.35.0", "vite": "^7.0.6" } }