@churchapps/apphelper 0.6.20 → 0.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,109 +1,109 @@
1
- {
2
- "name": "@churchapps/apphelper",
3
- "version": "0.6.20",
4
- "description": "Library of helper functions for React and NextJS ChurchApps",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- }
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "scripts": {
18
- "test": "echo \"Error: no test specified\" && exit 1",
19
- "clean": "rimraf dist",
20
- "copy-languages": "copyfiles -a public/** dist",
21
- "copy-css": "copyfiles -a public/css/** dist",
22
- "copy-assets": "npm-run-all copy-languages copy-css",
23
- "tsc": "tsc",
24
- "build": "npm-run-all clean tsc copy-assets",
25
- "lint": "eslint --fix src/",
26
- "dev": "vite"
27
- },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/ChurchApps/Packages.git",
31
- "directory": "apphelper"
32
- },
33
- "keywords": [
34
- "ChurchApps"
35
- ],
36
- "author": "ChurchApps.org",
37
- "license": "MIT",
38
- "bugs": {
39
- "url": "https://github.com/ChurchApps/Packages/issues"
40
- },
41
- "homepage": "https://github.com/ChurchApps/Packages#readme",
42
- "peerDependencies": {
43
- "@stripe/react-stripe-js": "^3.5.2",
44
- "@stripe/stripe-js": "^7.4.0",
45
- "react": "^18.0.0 || ^19.0.0",
46
- "react-dom": "^18.0.0 || ^19.0.0",
47
- "react-router-dom": "^7.6.3"
48
- },
49
- "peerDependenciesMeta": {
50
- "@stripe/react-stripe-js": {
51
- "optional": true
52
- },
53
- "@stripe/stripe-js": {
54
- "optional": true
55
- }
56
- },
57
- "dependencies": {
58
- "@emotion/cache": "^11.14.0",
59
- "@emotion/react": "^11.14.0",
60
- "@emotion/styled": "^11.14.1",
61
- "@mui/icons-material": "^7.3.4",
62
- "@mui/lab": "^7.0.0-beta.16",
63
- "@mui/material": "^7.3.1",
64
- "axios": "^1.11.0",
65
- "cropperjs": "^1.6.2",
66
- "date-fns": "^4.1.0",
67
- "flexsearch": "0.8.205",
68
- "i18next": "^25.3.2",
69
- "i18next-browser-languagedetector": "^8.2.0",
70
- "i18next-chained-backend": "^4.6.2",
71
- "i18next-http-backend": "^3.0.2",
72
- "jwt-decode": "^4.0.0",
73
- "mui-tel-input": "^9.0.1",
74
- "react-activity": "^2.1.3",
75
- "react-cookie": "^8.0.1",
76
- "react-cropper": "^2.3.3",
77
- "react-csv": "^2.2.2",
78
- "react-ga4": "^2.1.0",
79
- "react-google-charts": "^5.2.1",
80
- "react-i18next": "^15.6.1",
81
- "react-to-print": "^3.1.1",
82
- "rrule": "^2.8.1",
83
- "slug": "^11.0.0"
84
- },
85
- "devDependencies": {
86
- "@churchapps/helpers": "^1.2.31",
87
- "@eslint/js": "^9.28.0",
88
- "@stripe/react-stripe-js": "^3.5.2",
89
- "@stripe/stripe-js": "^7.4.0",
90
- "@types/node": "^24.2.0",
91
- "@types/react": "^19.1.9",
92
- "@types/react-csv": "^1.1.10",
93
- "@types/react-dom": "^19.1.7",
94
- "@types/slug": "^5.0.9",
95
- "@vitejs/plugin-react": "^4.7.0",
96
- "copyfiles": "^2.4.1",
97
- "eslint": "^9.28.0",
98
- "eslint-plugin-unused-imports": "^4.4.1",
99
- "globals": "^16.2.0",
100
- "npm-run-all2": "^8.0.4",
101
- "react": "^19.1.0",
102
- "react-dom": "^19.1.0",
103
- "react-router-dom": "^7.6.3",
104
- "rimraf": "^6.0.1",
105
- "typescript": "^5.9.2",
106
- "typescript-eslint": "^8.35.0",
107
- "vite": "^7.0.6"
108
- }
109
- }
1
+ {
2
+ "name": "@churchapps/apphelper",
3
+ "version": "0.6.21",
4
+ "description": "Library of helper functions for React and NextJS ChurchApps",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ }
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "scripts": {
18
+ "test": "echo \"Error: no test specified\" && exit 1",
19
+ "clean": "rimraf dist",
20
+ "copy-languages": "copyfiles -a public/** dist",
21
+ "copy-css": "copyfiles -a public/css/** dist",
22
+ "copy-assets": "npm-run-all copy-languages copy-css",
23
+ "tsc": "tsc",
24
+ "build": "npm-run-all clean tsc copy-assets",
25
+ "lint": "eslint --fix src/",
26
+ "dev": "vite"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/ChurchApps/Packages.git",
31
+ "directory": "apphelper"
32
+ },
33
+ "keywords": [
34
+ "ChurchApps"
35
+ ],
36
+ "author": "ChurchApps.org",
37
+ "license": "MIT",
38
+ "bugs": {
39
+ "url": "https://github.com/ChurchApps/Packages/issues"
40
+ },
41
+ "homepage": "https://github.com/ChurchApps/Packages#readme",
42
+ "peerDependencies": {
43
+ "@stripe/react-stripe-js": "^3.5.2",
44
+ "@stripe/stripe-js": "^7.4.0",
45
+ "react": "^18.0.0 || ^19.0.0",
46
+ "react-dom": "^18.0.0 || ^19.0.0",
47
+ "react-router-dom": "^7.6.3"
48
+ },
49
+ "peerDependenciesMeta": {
50
+ "@stripe/react-stripe-js": {
51
+ "optional": true
52
+ },
53
+ "@stripe/stripe-js": {
54
+ "optional": true
55
+ }
56
+ },
57
+ "dependencies": {
58
+ "@emotion/cache": "^11.14.0",
59
+ "@emotion/react": "^11.14.0",
60
+ "@emotion/styled": "^11.14.1",
61
+ "@mui/icons-material": "^7.3.4",
62
+ "@mui/lab": "^7.0.0-beta.16",
63
+ "@mui/material": "^7.3.1",
64
+ "axios": "^1.11.0",
65
+ "cropperjs": "^1.6.2",
66
+ "date-fns": "^4.1.0",
67
+ "flexsearch": "0.8.205",
68
+ "i18next": "^25.3.2",
69
+ "i18next-browser-languagedetector": "^8.2.0",
70
+ "i18next-chained-backend": "^4.6.2",
71
+ "i18next-http-backend": "^3.0.2",
72
+ "jwt-decode": "^4.0.0",
73
+ "mui-tel-input": "^9.0.1",
74
+ "react-activity": "^2.1.3",
75
+ "react-cookie": "^8.0.1",
76
+ "react-cropper": "^2.3.3",
77
+ "react-csv": "^2.2.2",
78
+ "react-ga4": "^2.1.0",
79
+ "react-google-charts": "^5.2.1",
80
+ "react-i18next": "^15.6.1",
81
+ "react-to-print": "^3.1.1",
82
+ "rrule": "^2.8.1",
83
+ "slug": "^11.0.0"
84
+ },
85
+ "devDependencies": {
86
+ "@churchapps/helpers": "^1.2.31",
87
+ "@eslint/js": "^9.28.0",
88
+ "@stripe/react-stripe-js": "^3.5.2",
89
+ "@stripe/stripe-js": "^7.4.0",
90
+ "@types/node": "^24.2.0",
91
+ "@types/react": "^19.1.9",
92
+ "@types/react-csv": "^1.1.10",
93
+ "@types/react-dom": "^19.1.7",
94
+ "@types/slug": "^5.0.9",
95
+ "@vitejs/plugin-react": "^4.7.0",
96
+ "copyfiles": "^2.4.1",
97
+ "eslint": "^9.28.0",
98
+ "eslint-plugin-unused-imports": "^4.4.1",
99
+ "globals": "^16.2.0",
100
+ "npm-run-all2": "^8.0.4",
101
+ "react": "^19.1.0",
102
+ "react-dom": "^19.1.0",
103
+ "react-router-dom": "^7.6.3",
104
+ "rimraf": "^6.0.1",
105
+ "typescript": "^5.9.2",
106
+ "typescript-eslint": "^8.35.0",
107
+ "vite": "^7.0.6"
108
+ }
109
+ }