UNPKG

@churchapps/apphelper-donations

Version:
60 lines (59 loc) 1.65 kB
{ "name": "@churchapps/apphelper-donations", "version": "0.4.28", "description": "Donation components for ChurchApps AppHelper", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "tsc": "tsc", "build": "npm-run-all clean tsc" }, "repository": { "type": "git", "url": "git+https://github.com/LiveChurchSolutions/AppHelper.git" }, "keywords": [ "ChurchApps", "donations", "stripe", "payments" ], "author": "ChurchApps.org", "license": "MIT", "bugs": { "url": "https://github.com/LiveChurchSolutions/AppHelper/issues" }, "homepage": "https://github.com/LiveChurchSolutions/AppHelper#readme", "peerDependencies": { "@churchapps/helpers": "^1.0.46", "@churchapps/apphelper": "^0.4.28", "@mui/material": "^7.3.1", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-router-dom": "^7.6.3" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@stripe/react-stripe-js": "^3.9.0", "@stripe/stripe-js": "^7.8.0", "axios": "^1.11.0", "date-fns": "^4.1.0", "i18next": "^25.3.2", "jwt-decode": "^4.0.0", "react-cookie": "^8.0.1", "react-i18next": "^15.6.1", "rrule": "^2.8.1" }, "devDependencies": { "@types/node": "^24.2.0", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "npm-run-all2": "^8.0.4", "rimraf": "^6.0.1", "typescript": "^5.9.2" } }