@churchapps/apphelper 0.5.0 → 0.5.2
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/dist/components/Loading.js +36 -36
- package/dist/components/notes/Notes.js +27 -27
- package/dist/helpers/AnalyticsHelper.d.ts.map +1 -1
- package/dist/helpers/AnalyticsHelper.js +21 -6
- package/dist/helpers/AnalyticsHelper.js.map +1 -1
- package/dist/helpers/UserHelper.d.ts.map +1 -1
- package/dist/helpers/UserHelper.js +4 -1
- package/dist/helpers/UserHelper.js.map +1 -1
- package/dist/public/css/cropper.css +309 -309
- package/dist/public/css/styles.css +111 -111
- package/dist/public/locales/de.json +270 -0
- package/dist/public/locales/en.json +277 -0
- package/dist/public/locales/es.json +272 -0
- package/dist/public/locales/fr.json +270 -0
- package/dist/public/locales/hi.json +270 -0
- package/dist/public/locales/it.json +270 -0
- package/dist/public/locales/ko.json +270 -0
- package/dist/public/locales/no.json +270 -0
- package/dist/public/locales/pt.json +270 -0
- package/dist/public/locales/ru.json +270 -0
- package/dist/public/locales/tl.json +270 -0
- package/dist/public/locales/zh.json +270 -0
- package/package.json +72 -72
- package/public/css/cropper.css +309 -309
- package/public/css/styles.css +111 -111
- package/public/locales/de.json +269 -269
- package/public/locales/en.json +276 -276
- package/public/locales/es.json +272 -272
- package/public/locales/fr.json +269 -269
- package/public/locales/hi.json +269 -269
- package/public/locales/it.json +269 -269
- package/public/locales/ko.json +269 -269
- package/public/locales/no.json +269 -269
- package/public/locales/pt.json +269 -269
- package/public/locales/ru.json +269 -269
- package/public/locales/tl.json +269 -269
- package/public/locales/zh.json +269 -269
- package/src/components/DisplayBox.tsx +83 -83
- package/src/components/ErrorMessages.tsx +28 -28
- package/src/components/ExportLink.tsx +81 -81
- package/src/components/FloatingSupport.tsx +18 -18
- package/src/components/FormCardPayment.tsx +184 -184
- package/src/components/FormSubmissionEdit.tsx +168 -168
- package/src/components/HelpIcon.tsx +12 -12
- package/src/components/ImageEditor.tsx +161 -161
- package/src/components/InputBox.tsx +96 -96
- package/src/components/Loading.tsx +77 -77
- package/src/components/PageHeader.tsx +110 -110
- package/src/components/PersonAvatar.tsx +77 -77
- package/src/components/QuestionEdit.tsx +99 -99
- package/src/components/SmallButton.tsx +42 -42
- package/src/components/SupportModal.tsx +32 -32
- package/src/components/TabPanel.tsx +28 -28
- package/src/components/gallery/GalleryModal.tsx +173 -173
- package/src/components/gallery/StockPhotos.tsx +95 -95
- package/src/components/gallery/index.ts +1 -1
- package/src/components/header/Banner.tsx +11 -11
- package/src/components/header/PrimaryMenu.tsx +100 -100
- package/src/components/header/SecondaryMenu.tsx +23 -23
- package/src/components/header/SecondaryMenuAlt.tsx +40 -40
- package/src/components/header/SiteHeader.tsx +207 -207
- package/src/components/header/SupportDrawer.tsx +111 -111
- package/src/components/header/index.tsx +2 -2
- package/src/components/index.tsx +20 -20
- package/src/components/notes/AddNote.tsx +180 -180
- package/src/components/notes/Note.tsx +68 -68
- package/src/components/notes/Notes.tsx +208 -208
- package/src/components/notes/index.ts +3 -3
- package/src/components/wrapper/AppList.tsx +19 -19
- package/src/components/wrapper/ChurchList.tsx +154 -154
- package/src/components/wrapper/NavItem.tsx +47 -47
- package/src/components/wrapper/NewPrivateMessage.tsx +253 -253
- package/src/components/wrapper/Notifications.tsx +223 -223
- package/src/components/wrapper/PrivateMessageDetails.tsx +112 -112
- package/src/components/wrapper/PrivateMessages.tsx +576 -576
- package/src/components/wrapper/UserMenu.tsx +383 -383
- package/src/components/wrapper/index.tsx +8 -8
- package/src/helpers/AnalyticsHelper.ts +44 -32
- package/src/helpers/AppearanceHelper.ts +73 -73
- package/src/helpers/ArrayHelper.ts +87 -87
- package/src/helpers/CurrencyHelper.ts +10 -10
- package/src/helpers/DateHelper.ts +104 -104
- package/src/helpers/ErrorHelper.ts +43 -43
- package/src/helpers/EventHelper.ts +49 -49
- package/src/helpers/FileHelper.ts +31 -31
- package/src/helpers/Locale.ts +457 -457
- package/src/helpers/NotificationService.ts +296 -296
- package/src/helpers/PersonHelper.ts +62 -62
- package/src/helpers/SlugHelper.ts +37 -37
- package/src/helpers/SocketHelper.ts +296 -296
- package/src/helpers/UniqueIdHelper.ts +36 -36
- package/src/helpers/UserHelper.ts +107 -104
- package/src/helpers/createEmotionCache.ts +17 -17
- package/src/helpers/index.ts +58 -58
- package/src/hooks/index.ts +3 -3
- package/src/hooks/useMountedState.ts +16 -16
- package/src/hooks/useNotifications.ts +93 -93
- package/src/index.ts +2 -2
- package/src/types/interface-extensions.d.ts +11 -11
- package/tsconfig.json +31 -31
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
{
|
|
2
|
+
"b1Share": {
|
|
3
|
+
"comment": "评论",
|
|
4
|
+
"commentPlaceholder": "在您的帖子中添加评论。",
|
|
5
|
+
"contentShared": "共享内容",
|
|
6
|
+
"group": "团体",
|
|
7
|
+
"sharingToGroup": "与 B1 组共享 {}",
|
|
8
|
+
"validate": {
|
|
9
|
+
"addComment": "请添加评论。",
|
|
10
|
+
"loginFirst": "请先登录。",
|
|
11
|
+
"notMember": "您当前不是 B1 上任何群组的成员。",
|
|
12
|
+
"selectGroup": "请选择一个组。"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"common": {
|
|
16
|
+
"add": "添加",
|
|
17
|
+
"cancel": "取消",
|
|
18
|
+
"close": "关闭",
|
|
19
|
+
"date": "日期",
|
|
20
|
+
"delete": "删除",
|
|
21
|
+
"edit": "编辑",
|
|
22
|
+
"error": "错误",
|
|
23
|
+
"pleaseWait": "请稍等...",
|
|
24
|
+
"save": "节省",
|
|
25
|
+
"search": "搜索",
|
|
26
|
+
"submit": "提交",
|
|
27
|
+
"update": "更新"
|
|
28
|
+
},
|
|
29
|
+
"createPerson": {
|
|
30
|
+
"addNewPerson": "添加新人",
|
|
31
|
+
"firstName": "名",
|
|
32
|
+
"lastName": "姓"
|
|
33
|
+
},
|
|
34
|
+
"donation": {
|
|
35
|
+
"bankForm": {
|
|
36
|
+
"accountNumber": "帐号",
|
|
37
|
+
"added": "银行账户已添加。",
|
|
38
|
+
"company": "公司",
|
|
39
|
+
"firstDeposit": "首次存款",
|
|
40
|
+
"holderName": "帐户持有人姓名为必填项。",
|
|
41
|
+
"individual": "个人",
|
|
42
|
+
"name": "账户持有人姓名",
|
|
43
|
+
"needVerified": "在进行任何捐赠之前,需要验证银行账户。",
|
|
44
|
+
"routingNumber": "路由号码",
|
|
45
|
+
"secondDeposit": "第二次存款",
|
|
46
|
+
"twoDeposits": "输入您帐户中收到的两笔存款以完成验证您的银行帐户。",
|
|
47
|
+
"updated": "银行账户已更新。",
|
|
48
|
+
"verified": "银行账户已验证。",
|
|
49
|
+
"validate": {
|
|
50
|
+
"accountNumber": "需要路由和帐号。",
|
|
51
|
+
"holderName": "帐户持有人姓名为必填项。"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"cardForm": {
|
|
55
|
+
"addNew": "添加新卡",
|
|
56
|
+
"added": "卡添加成功。",
|
|
57
|
+
"expirationMonth": "到期月份:",
|
|
58
|
+
"expirationYear": "到期年份:",
|
|
59
|
+
"updated": "卡更新成功。"
|
|
60
|
+
},
|
|
61
|
+
"donationForm": {
|
|
62
|
+
"annually": "每年",
|
|
63
|
+
"biWeekly": "双周刊",
|
|
64
|
+
"cancelled": "经常性捐款已取消。",
|
|
65
|
+
"confirmDelete": "您确定要删除此定期捐赠吗?",
|
|
66
|
+
"cover": "我将慷慨地添加 {} 来支付交易费用,以便您可以保留我的 100% 捐款。",
|
|
67
|
+
"donate": "捐",
|
|
68
|
+
"editRecurring": "编辑经常性捐赠",
|
|
69
|
+
"fees": "应用 {} 的交易费用。",
|
|
70
|
+
"frequency": "频率",
|
|
71
|
+
"fund": "基金",
|
|
72
|
+
"funds": "资金",
|
|
73
|
+
"make": "做捐献",
|
|
74
|
+
"makeRecurring": "定期捐款",
|
|
75
|
+
"method": "方法",
|
|
76
|
+
"monthly": "每月",
|
|
77
|
+
"notes": "笔记",
|
|
78
|
+
"preview": "预览捐赠",
|
|
79
|
+
"quarterly": "季刊",
|
|
80
|
+
"recurringUpdated": "经常性捐款已更新。",
|
|
81
|
+
"startDate": "开始日期",
|
|
82
|
+
"thankYou": "感谢您的捐赠!",
|
|
83
|
+
"tooLow": "捐款金额必须大于 0.50 美元",
|
|
84
|
+
"total": "捐款总额",
|
|
85
|
+
"validate": {
|
|
86
|
+
"amount": "金额不能为 0 美元。",
|
|
87
|
+
"email": "请输入您的电子邮件地址。",
|
|
88
|
+
"firstName": "请输入您的名字。",
|
|
89
|
+
"lastName": "请输入您的姓氏。",
|
|
90
|
+
"validEmail": "请输入有效的电子邮件地址。"
|
|
91
|
+
},
|
|
92
|
+
"weekly": "每周"
|
|
93
|
+
},
|
|
94
|
+
"fundDonations": {
|
|
95
|
+
"addMore": "添加更多",
|
|
96
|
+
"amount": "数量",
|
|
97
|
+
"fund": "基金"
|
|
98
|
+
},
|
|
99
|
+
"paymentMethods": {
|
|
100
|
+
"addBank": "添加银行账户",
|
|
101
|
+
"addCard": "添加卡",
|
|
102
|
+
"confirmDelete": "您确定要删除此付款方式吗?",
|
|
103
|
+
"deleted": "付款方式已删除。",
|
|
104
|
+
"noMethods": "没有付款方式。 ",
|
|
105
|
+
"verify": "验证账户"
|
|
106
|
+
},
|
|
107
|
+
"page": {
|
|
108
|
+
"amount": "数量",
|
|
109
|
+
"batch": "批",
|
|
110
|
+
"date": "日期",
|
|
111
|
+
"fund": "基金",
|
|
112
|
+
"method": "方法",
|
|
113
|
+
"willAppear": "一旦输入捐款,捐款就会出现。"
|
|
114
|
+
},
|
|
115
|
+
"preview": {
|
|
116
|
+
"date": "捐赠日期",
|
|
117
|
+
"donate": "捐",
|
|
118
|
+
"every": "一切重复",
|
|
119
|
+
"fee": "手续费",
|
|
120
|
+
"funds": "资金",
|
|
121
|
+
"method": "捐赠方式",
|
|
122
|
+
"notes": "笔记",
|
|
123
|
+
"startingOn": "开始于",
|
|
124
|
+
"total": "全部的",
|
|
125
|
+
"type": "捐赠类型"
|
|
126
|
+
},
|
|
127
|
+
"recurring": {
|
|
128
|
+
"amount": "数量",
|
|
129
|
+
"every": "每一个",
|
|
130
|
+
"interval": "间隔",
|
|
131
|
+
"notFound": "未找到付款方式。",
|
|
132
|
+
"paymentMethod": "付款方式",
|
|
133
|
+
"startDate": "开始日期"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"formSubmissionEdit": {
|
|
137
|
+
"confirmDelete": "您确定要删除此表单数据吗?",
|
|
138
|
+
"editForm": "编辑表格",
|
|
139
|
+
"isRequired": "是必须的",
|
|
140
|
+
"submit": "提交"
|
|
141
|
+
},
|
|
142
|
+
"gallery": {
|
|
143
|
+
"aspectRatio": "纵横比",
|
|
144
|
+
"confirmDelete": "您确定要从图库中删除此图片吗?",
|
|
145
|
+
"freeForm": "自由形式"
|
|
146
|
+
},
|
|
147
|
+
"iconPicker": {
|
|
148
|
+
"iconsAvailable": "可用图标",
|
|
149
|
+
"matchingResults": "匹配结果",
|
|
150
|
+
"search": "搜索图标..."
|
|
151
|
+
},
|
|
152
|
+
"login": {
|
|
153
|
+
"createAccount": "创建一个帐户",
|
|
154
|
+
"email": "电子邮件",
|
|
155
|
+
"forgot": "忘记密码",
|
|
156
|
+
"goLogin": "前往登录",
|
|
157
|
+
"login": "登录",
|
|
158
|
+
"password": "密码",
|
|
159
|
+
"register": "登记",
|
|
160
|
+
"registerThankYou": "感谢您注册!",
|
|
161
|
+
"reset": "重置",
|
|
162
|
+
"resetInstructions": "输入您的电子邮件地址以请求重置密码。",
|
|
163
|
+
"resetPassword": "重设密码",
|
|
164
|
+
"resetSent": "密码重置电子邮件已发送!",
|
|
165
|
+
"setPassword": "设置密码",
|
|
166
|
+
"signIn": "登入",
|
|
167
|
+
"signInTitle": "请登录",
|
|
168
|
+
"verifyPassword": "验证密码",
|
|
169
|
+
"validate": {
|
|
170
|
+
"email": "请输入有效的电子邮件地址。",
|
|
171
|
+
"firstName": "请输入您的名字。",
|
|
172
|
+
"invalid": "登录无效。",
|
|
173
|
+
"lastName": "请输入您的姓氏。",
|
|
174
|
+
"password": "请输入密码。",
|
|
175
|
+
"passwordLength": "密码长度必须至少为 8 个字符。",
|
|
176
|
+
"passwordMatch": "密码不匹配。",
|
|
177
|
+
"selectingChurch": "选择教堂时出错。"
|
|
178
|
+
},
|
|
179
|
+
"welcomeBack": "欢迎回来",
|
|
180
|
+
"welcomeName": "欢迎回来, <b>{}</b>! "
|
|
181
|
+
},
|
|
182
|
+
"markdownEditor": {
|
|
183
|
+
"content": "内容",
|
|
184
|
+
"markdownEditor": "降价编辑器",
|
|
185
|
+
"markdownGuide": "降价指南"
|
|
186
|
+
},
|
|
187
|
+
"month": {
|
|
188
|
+
"april": "四月",
|
|
189
|
+
"august": "八月",
|
|
190
|
+
"december": "十二月",
|
|
191
|
+
"february": "二月",
|
|
192
|
+
"january": "一月",
|
|
193
|
+
"july": "七月",
|
|
194
|
+
"june": "六月",
|
|
195
|
+
"march": "行进",
|
|
196
|
+
"may": "可能",
|
|
197
|
+
"november": "十一月",
|
|
198
|
+
"october": "十月",
|
|
199
|
+
"september": "九月"
|
|
200
|
+
},
|
|
201
|
+
"notes": {
|
|
202
|
+
"comment": "评论",
|
|
203
|
+
"comments": "评论",
|
|
204
|
+
"notes": "笔记",
|
|
205
|
+
"startConversation": "开始对话",
|
|
206
|
+
"validate": {
|
|
207
|
+
"content": "请输入注释。"
|
|
208
|
+
},
|
|
209
|
+
"viewAll": "查看全部"
|
|
210
|
+
},
|
|
211
|
+
"person": {
|
|
212
|
+
"email": "电子邮件",
|
|
213
|
+
"firstName": "名",
|
|
214
|
+
"lastName": "姓",
|
|
215
|
+
"name": "姓名",
|
|
216
|
+
"person": "人",
|
|
217
|
+
"years": "年"
|
|
218
|
+
},
|
|
219
|
+
"reporting": {
|
|
220
|
+
"downloadOptions": "下载选项",
|
|
221
|
+
"noData": "没有数据可显示。",
|
|
222
|
+
"runReport": "运行报告",
|
|
223
|
+
"useFilter": "使用过滤器运行报告。"
|
|
224
|
+
},
|
|
225
|
+
"selectChurch": {
|
|
226
|
+
"address1": "地址第一行",
|
|
227
|
+
"address2": "地址行 2",
|
|
228
|
+
"another": "选择另一个教堂",
|
|
229
|
+
"city": "城市",
|
|
230
|
+
"confirmRegister": "您确定要注册一个新教会吗?",
|
|
231
|
+
"country": "国家",
|
|
232
|
+
"name": "教会名称",
|
|
233
|
+
"noMatches": "未找到匹配项。",
|
|
234
|
+
"register": "注册新教会",
|
|
235
|
+
"selectChurch": "选择一个教堂",
|
|
236
|
+
"state": "州/省",
|
|
237
|
+
"zip": "邮编/邮政编码",
|
|
238
|
+
"validate": {
|
|
239
|
+
"address": "地址不能为空。",
|
|
240
|
+
"city": "城市不能为空。",
|
|
241
|
+
"country": "国家不能为空。",
|
|
242
|
+
"name": "教会名称不能为空。",
|
|
243
|
+
"state": "州/省不能为空。",
|
|
244
|
+
"zip": "邮政编码不能为空。"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"stockPhotos": {
|
|
248
|
+
"photoBy": "拍摄者:",
|
|
249
|
+
"providedBy": "库存照片由提供"
|
|
250
|
+
},
|
|
251
|
+
"support": {
|
|
252
|
+
"email": "电子邮件",
|
|
253
|
+
"knowledge base": "知识库",
|
|
254
|
+
"messenger": "信使",
|
|
255
|
+
"phone": "电话"
|
|
256
|
+
},
|
|
257
|
+
"wrapper": {
|
|
258
|
+
"chatWith": "和...聊天",
|
|
259
|
+
"deleteChurch": "从列表中删除教堂",
|
|
260
|
+
"logout": "登出",
|
|
261
|
+
"newPrivateMessage": "新私信",
|
|
262
|
+
"privateMessage": "私人信息",
|
|
263
|
+
"profile": "轮廓",
|
|
264
|
+
"searchForPerson": "寻找一个人",
|
|
265
|
+
"support": "支持",
|
|
266
|
+
"sureRemoveChurch": "您确定要从列表中删除 {} 吗?",
|
|
267
|
+
"switchApp": "切换应用程序",
|
|
268
|
+
"switchChurch": "开关教堂"
|
|
269
|
+
}
|
|
270
|
+
}
|
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@churchapps/apphelper",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Library of helper functions for React and NextJS ChurchApps",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"clean": "rimraf dist",
|
|
10
|
-
"copy-languages": "copyfiles -a public/** dist",
|
|
11
|
-
"copy-css": "copyfiles -a public/css/** dist",
|
|
12
|
-
"copy-assets": "npm-run-all copy-languages copy-css",
|
|
13
|
-
"tsc": "tsc",
|
|
14
|
-
"build": "npm-run-all clean tsc copy-assets"
|
|
15
|
-
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/LiveChurchSolutions/AppHelper.git"
|
|
19
|
-
},
|
|
20
|
-
"keywords": [
|
|
21
|
-
"ChurchApps"
|
|
22
|
-
],
|
|
23
|
-
"author": "ChurchApps.org",
|
|
24
|
-
"license": "MIT",
|
|
25
|
-
"bugs": {
|
|
26
|
-
"url": "https://github.com/LiveChurchSolutions/AppHelper/issues"
|
|
27
|
-
},
|
|
28
|
-
"homepage": "https://github.com/LiveChurchSolutions/AppHelper#readme",
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
31
|
-
"react-dom": "^18.0.0 || ^19.0.0",
|
|
32
|
-
"react-router-dom": "^7.6.3"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@churchapps/helpers": "^1.2.3",
|
|
36
|
-
"@emotion/cache": "^11.14.0",
|
|
37
|
-
"@emotion/react": "^11.14.0",
|
|
38
|
-
"@emotion/styled": "^11.14.1",
|
|
39
|
-
"@mui/lab": "^7.0.0-beta.16",
|
|
40
|
-
"@mui/material": "^7.3.1",
|
|
41
|
-
"axios": "^1.11.0",
|
|
42
|
-
"cropperjs": "^2.0.1",
|
|
43
|
-
"date-fns": "^4.1.0",
|
|
44
|
-
"flexsearch": "0.8.205",
|
|
45
|
-
"i18next": "^25.3.2",
|
|
46
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
47
|
-
"i18next-chained-backend": "^4.6.2",
|
|
48
|
-
"i18next-http-backend": "^3.0.2",
|
|
49
|
-
"jwt-decode": "^4.0.0",
|
|
50
|
-
"mui-tel-input": "^9.0.1",
|
|
51
|
-
"react-activity": "^2.1.3",
|
|
52
|
-
"react-cookie": "^8.0.1",
|
|
53
|
-
"react-cropper": "^2.3.3",
|
|
54
|
-
"react-csv": "^2.2.2",
|
|
55
|
-
"react-ga4": "^2.1.0",
|
|
56
|
-
"react-google-charts": "^5.2.1",
|
|
57
|
-
"react-i18next": "^15.6.1",
|
|
58
|
-
"react-to-print": "^3.1.1",
|
|
59
|
-
"slug": "^11.0.0"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@types/node": "^24.2.0",
|
|
63
|
-
"@types/react": "^19.1.9",
|
|
64
|
-
"@types/react-csv": "^1.1.10",
|
|
65
|
-
"@types/react-dom": "^19.1.7",
|
|
66
|
-
"@types/slug": "^5.0.9",
|
|
67
|
-
"copyfiles": "^2.4.1",
|
|
68
|
-
"npm-run-all2": "^8.0.4",
|
|
69
|
-
"rimraf": "^6.0.1",
|
|
70
|
-
"typescript": "^5.9.2"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@churchapps/apphelper",
|
|
3
|
+
"version": "0.5.2",
|
|
4
|
+
"description": "Library of helper functions for React and NextJS ChurchApps",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"clean": "rimraf dist",
|
|
10
|
+
"copy-languages": "copyfiles -a public/** dist",
|
|
11
|
+
"copy-css": "copyfiles -a public/css/** dist",
|
|
12
|
+
"copy-assets": "npm-run-all copy-languages copy-css",
|
|
13
|
+
"tsc": "tsc",
|
|
14
|
+
"build": "npm-run-all clean tsc copy-assets"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/LiveChurchSolutions/AppHelper.git"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"ChurchApps"
|
|
22
|
+
],
|
|
23
|
+
"author": "ChurchApps.org",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/LiveChurchSolutions/AppHelper/issues"
|
|
27
|
+
},
|
|
28
|
+
"homepage": "https://github.com/LiveChurchSolutions/AppHelper#readme",
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
31
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
32
|
+
"react-router-dom": "^7.6.3"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@churchapps/helpers": "^1.2.3",
|
|
36
|
+
"@emotion/cache": "^11.14.0",
|
|
37
|
+
"@emotion/react": "^11.14.0",
|
|
38
|
+
"@emotion/styled": "^11.14.1",
|
|
39
|
+
"@mui/lab": "^7.0.0-beta.16",
|
|
40
|
+
"@mui/material": "^7.3.1",
|
|
41
|
+
"axios": "^1.11.0",
|
|
42
|
+
"cropperjs": "^2.0.1",
|
|
43
|
+
"date-fns": "^4.1.0",
|
|
44
|
+
"flexsearch": "0.8.205",
|
|
45
|
+
"i18next": "^25.3.2",
|
|
46
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
47
|
+
"i18next-chained-backend": "^4.6.2",
|
|
48
|
+
"i18next-http-backend": "^3.0.2",
|
|
49
|
+
"jwt-decode": "^4.0.0",
|
|
50
|
+
"mui-tel-input": "^9.0.1",
|
|
51
|
+
"react-activity": "^2.1.3",
|
|
52
|
+
"react-cookie": "^8.0.1",
|
|
53
|
+
"react-cropper": "^2.3.3",
|
|
54
|
+
"react-csv": "^2.2.2",
|
|
55
|
+
"react-ga4": "^2.1.0",
|
|
56
|
+
"react-google-charts": "^5.2.1",
|
|
57
|
+
"react-i18next": "^15.6.1",
|
|
58
|
+
"react-to-print": "^3.1.1",
|
|
59
|
+
"slug": "^11.0.0"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@types/node": "^24.2.0",
|
|
63
|
+
"@types/react": "^19.1.9",
|
|
64
|
+
"@types/react-csv": "^1.1.10",
|
|
65
|
+
"@types/react-dom": "^19.1.7",
|
|
66
|
+
"@types/slug": "^5.0.9",
|
|
67
|
+
"copyfiles": "^2.4.1",
|
|
68
|
+
"npm-run-all2": "^8.0.4",
|
|
69
|
+
"rimraf": "^6.0.1",
|
|
70
|
+
"typescript": "^5.9.2"
|
|
71
|
+
}
|
|
72
|
+
}
|