UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

110 lines (109 loc) 3.03 kB
{ "name": "@churchapps/apphelper", "version": "0.6.20", "description": "Library of helper functions for React and NextJS ChurchApps", "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", "copy-languages": "copyfiles -a public/** dist", "copy-css": "copyfiles -a public/css/** dist", "copy-assets": "npm-run-all copy-languages copy-css", "tsc": "tsc", "build": "npm-run-all clean tsc copy-assets", "lint": "eslint --fix src/", "dev": "vite" }, "repository": { "type": "git", "url": "git+https://github.com/ChurchApps/Packages.git", "directory": "apphelper" }, "keywords": [ "ChurchApps" ], "author": "ChurchApps.org", "license": "MIT", "bugs": { "url": "https://github.com/ChurchApps/Packages/issues" }, "homepage": "https://github.com/ChurchApps/Packages#readme", "peerDependencies": { "@stripe/react-stripe-js": "^3.5.2", "@stripe/stripe-js": "^7.4.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-router-dom": "^7.6.3" }, "peerDependenciesMeta": { "@stripe/react-stripe-js": { "optional": true }, "@stripe/stripe-js": { "optional": true } }, "dependencies": { "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", "@mui/lab": "^7.0.0-beta.16", "@mui/material": "^7.3.1", "axios": "^1.11.0", "cropperjs": "^1.6.2", "date-fns": "^4.1.0", "flexsearch": "0.8.205", "i18next": "^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^3.0.2", "jwt-decode": "^4.0.0", "mui-tel-input": "^9.0.1", "react-activity": "^2.1.3", "react-cookie": "^8.0.1", "react-cropper": "^2.3.3", "react-csv": "^2.2.2", "react-ga4": "^2.1.0", "react-google-charts": "^5.2.1", "react-i18next": "^15.6.1", "react-to-print": "^3.1.1", "rrule": "^2.8.1", "slug": "^11.0.0" }, "devDependencies": { "@churchapps/helpers": "^1.2.31", "@eslint/js": "^9.28.0", "@stripe/react-stripe-js": "^3.5.2", "@stripe/stripe-js": "^7.4.0", "@types/node": "^24.2.0", "@types/react": "^19.1.9", "@types/react-csv": "^1.1.10", "@types/react-dom": "^19.1.7", "@types/slug": "^5.0.9", "@vitejs/plugin-react": "^4.7.0", "copyfiles": "^2.4.1", "eslint": "^9.28.0", "eslint-plugin-unused-imports": "^4.4.1", "globals": "^16.2.0", "npm-run-all2": "^8.0.4", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.3", "rimraf": "^6.0.1", "typescript": "^5.9.2", "typescript-eslint": "^8.35.0", "vite": "^7.0.6" } }