@mohasinac/appkit 2.6.8 → 2.7.0
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/README.md +207 -0
- package/dist/_internal/server/jobs/core/onScamReportCreate.d.ts +12 -0
- package/dist/_internal/server/jobs/core/onScamReportCreate.js +50 -0
- package/dist/_internal/server/jobs/core/onScamReportRejected.d.ts +11 -0
- package/dist/_internal/server/jobs/core/onScamReportRejected.js +28 -0
- package/dist/_internal/server/jobs/core/onScamReportVerified.d.ts +11 -0
- package/dist/_internal/server/jobs/core/onScamReportVerified.js +28 -0
- package/dist/_internal/server/jobs/handlers/index.d.ts +2 -0
- package/dist/_internal/server/jobs/handlers/index.js +3 -0
- package/dist/_internal/server/jobs/handlers/onScamReportCreate.d.ts +2 -0
- package/dist/_internal/server/jobs/handlers/onScamReportCreate.js +7 -0
- package/dist/_internal/server/jobs/handlers/onScamReportUpdate.d.ts +2 -0
- package/dist/_internal/server/jobs/handlers/onScamReportUpdate.js +25 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +1 -0
- package/dist/configs/next.js +2 -0
- package/dist/features/scams/components/ScamAwarenessModal.d.ts +5 -0
- package/dist/features/scams/components/ScamAwarenessModal.js +31 -0
- package/dist/features/scams/components/index.d.ts +2 -0
- package/dist/features/scams/components/index.js +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +4 -5
- package/dist/jobs.d.ts +1 -1
- package/dist/jobs.js +2 -0
- package/dist/react/contexts/SessionContext.d.ts +1 -0
- package/dist/react/contexts/SessionContext.js +6 -0
- package/dist/seed/actions/demo-seed-actions.d.ts +1 -1
- package/dist/seed/index.d.ts +1 -0
- package/dist/seed/index.js +1 -0
- package/dist/seed/manifest.js +5 -0
- package/dist/seed/support-tickets-seed-data.d.ts +9 -0
- package/dist/seed/support-tickets-seed-data.js +135 -0
- package/dist/tailwind-utilities.css +1 -1
- package/package.json +210 -210
package/package.json
CHANGED
|
@@ -1,210 +1,210 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mohasinac/appkit",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"sideEffects": [
|
|
9
|
-
"**/*.css"
|
|
10
|
-
],
|
|
11
|
-
"type": "module",
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"react-server": "./dist/server-entry.js",
|
|
15
|
-
"edge-light": "./dist/server-entry.js",
|
|
16
|
-
"worker": "./dist/client-entry.js",
|
|
17
|
-
"browser": "./dist/client-entry.js",
|
|
18
|
-
"types": "./dist/server-entry.d.ts",
|
|
19
|
-
"import": "./dist/server-entry.js",
|
|
20
|
-
"default": "./dist/server-entry.js"
|
|
21
|
-
},
|
|
22
|
-
"./client": {
|
|
23
|
-
"types": "./dist/client.d.ts",
|
|
24
|
-
"import": "./dist/client.js"
|
|
25
|
-
},
|
|
26
|
-
"./next": {
|
|
27
|
-
"types": "./dist/next/index.d.ts",
|
|
28
|
-
"import": "./dist/next/index.js"
|
|
29
|
-
},
|
|
30
|
-
"./features/events": {
|
|
31
|
-
"types": "./dist/features/events/index.d.ts",
|
|
32
|
-
"import": "./dist/features/events/index.js"
|
|
33
|
-
},
|
|
34
|
-
"./ui": {
|
|
35
|
-
"types": "./dist/ui/index.d.ts",
|
|
36
|
-
"import": "./dist/ui/index.js"
|
|
37
|
-
},
|
|
38
|
-
"./server": {
|
|
39
|
-
"types": "./dist/server.d.ts",
|
|
40
|
-
"import": "./dist/server.js"
|
|
41
|
-
},
|
|
42
|
-
"./jobs": {
|
|
43
|
-
"types": "./dist/jobs.d.ts",
|
|
44
|
-
"import": "./dist/jobs.js"
|
|
45
|
-
},
|
|
46
|
-
"./providers": {
|
|
47
|
-
"types": "./dist/providers.d.ts",
|
|
48
|
-
"import": "./dist/providers.js"
|
|
49
|
-
},
|
|
50
|
-
"./instrumentation": {
|
|
51
|
-
"types": "./dist/instrumentation/index.d.ts",
|
|
52
|
-
"import": "./dist/instrumentation/index.js"
|
|
53
|
-
},
|
|
54
|
-
"./contracts/registry": {
|
|
55
|
-
"types": "./dist/contracts/registry.d.ts",
|
|
56
|
-
"import": "./dist/contracts/registry.js"
|
|
57
|
-
},
|
|
58
|
-
"./core/baseline-resolver": {
|
|
59
|
-
"types": "./dist/core/baseline-resolver.d.ts",
|
|
60
|
-
"import": "./dist/core/baseline-resolver.js"
|
|
61
|
-
},
|
|
62
|
-
"./providers/auth-firebase": {
|
|
63
|
-
"types": "./dist/providers/auth-firebase/index.d.ts",
|
|
64
|
-
"import": "./dist/providers/auth-firebase/index.js"
|
|
65
|
-
},
|
|
66
|
-
"./providers/db-firebase": {
|
|
67
|
-
"types": "./dist/providers/db-firebase/index.d.ts",
|
|
68
|
-
"import": "./dist/providers/db-firebase/index.js"
|
|
69
|
-
},
|
|
70
|
-
"./providers/email-resend": {
|
|
71
|
-
"types": "./dist/providers/email-resend/index.d.ts",
|
|
72
|
-
"import": "./dist/providers/email-resend/index.js"
|
|
73
|
-
},
|
|
74
|
-
"./providers/storage-firebase": {
|
|
75
|
-
"types": "./dist/providers/storage-firebase/index.d.ts",
|
|
76
|
-
"import": "./dist/providers/storage-firebase/index.js"
|
|
77
|
-
},
|
|
78
|
-
"./style/tailwind": {
|
|
79
|
-
"types": "./dist/style/tailwind/index.d.ts",
|
|
80
|
-
"import": "./dist/style/tailwind/index.js"
|
|
81
|
-
},
|
|
82
|
-
"./repositories/site-settings": {
|
|
83
|
-
"types": "./dist/features/admin/repository/site-settings.repository.d.ts",
|
|
84
|
-
"import": "./dist/features/admin/repository/site-settings.repository.js"
|
|
85
|
-
},
|
|
86
|
-
"./features/whatsapp-bot/server": {
|
|
87
|
-
"types": "./dist/features/whatsapp-bot/server.d.ts",
|
|
88
|
-
"import": "./dist/features/whatsapp-bot/server.js"
|
|
89
|
-
},
|
|
90
|
-
"./styles": "./dist/styles.css",
|
|
91
|
-
"./tokens": {
|
|
92
|
-
"types": "./dist/tokens/index.d.ts",
|
|
93
|
-
"import": "./dist/tokens/index.js",
|
|
94
|
-
"style": "./dist/tokens/tokens.css"
|
|
95
|
-
},
|
|
96
|
-
"./tokens/*": {
|
|
97
|
-
"types": "./dist/tokens/*.d.ts",
|
|
98
|
-
"import": "./dist/tokens/*.js",
|
|
99
|
-
"require": "./dist/tokens/*.js",
|
|
100
|
-
"style": "./dist/tokens/*.css"
|
|
101
|
-
},
|
|
102
|
-
"./tokens/tokens.css": {
|
|
103
|
-
"style": "./dist/tokens/tokens.css",
|
|
104
|
-
"default": "./dist/tokens/tokens.css"
|
|
105
|
-
},
|
|
106
|
-
"./configs": {
|
|
107
|
-
"types": "./dist/configs/index.d.ts",
|
|
108
|
-
"import": "./dist/configs/index.js",
|
|
109
|
-
"default": "./dist/configs/index.js"
|
|
110
|
-
},
|
|
111
|
-
"./tsconfig.base.json": "./tsconfig.base.json",
|
|
112
|
-
"./messages/*": "./dist/features/*/messages/en.json"
|
|
113
|
-
},
|
|
114
|
-
"files": [
|
|
115
|
-
"dist",
|
|
116
|
-
"tsconfig.base.json",
|
|
117
|
-
"scripts/sieve-audit.mjs",
|
|
118
|
-
"scripts/audit-violations.mjs",
|
|
119
|
-
"scripts/verify-entries.mjs",
|
|
120
|
-
"scripts/verify-css-build.mjs",
|
|
121
|
-
"scripts/smoke-ssr.mjs",
|
|
122
|
-
"scripts/smoke-bundle.mjs",
|
|
123
|
-
"scripts/smoke-theme.mjs",
|
|
124
|
-
"scripts/init-config.mjs",
|
|
125
|
-
"scripts/labels-extract.mjs",
|
|
126
|
-
"scripts/seed-cli.mjs",
|
|
127
|
-
"scripts/seed-cli-loader.mjs"
|
|
128
|
-
],
|
|
129
|
-
"bin": {
|
|
130
|
-
"appkit-sieve-audit": "./scripts/sieve-audit.mjs",
|
|
131
|
-
"appkit-audit": "./scripts/audit-violations.mjs",
|
|
132
|
-
"appkit-verify-entries": "./scripts/verify-entries.mjs",
|
|
133
|
-
"appkit-verify-css": "./scripts/verify-css-build.mjs",
|
|
134
|
-
"appkit-smoke-ssr": "./scripts/smoke-ssr.mjs",
|
|
135
|
-
"appkit-smoke-bundle": "./scripts/smoke-bundle.mjs",
|
|
136
|
-
"appkit-smoke-theme": "./scripts/smoke-theme.mjs",
|
|
137
|
-
"appkit-init-config": "./scripts/init-config.mjs",
|
|
138
|
-
"appkit-labels-extract": "./scripts/labels-extract.mjs",
|
|
139
|
-
"appkit-seed": "./scripts/seed-cli.mjs",
|
|
140
|
-
"appkit-seed-add": "./scripts/seed-cli.mjs",
|
|
141
|
-
"appkit-seed-remove": "./scripts/seed-cli.mjs",
|
|
142
|
-
"appkit-seed-status": "./scripts/seed-cli.mjs"
|
|
143
|
-
},
|
|
144
|
-
"scripts": {
|
|
145
|
-
"build": "node -e \"const fs=require('fs');try{fs.rmSync('tsconfig.build.tsbuildinfo')}catch(e){}\" && tsc -p tsconfig.build.json && node scripts/copy-assets.mjs && tailwindcss -i src/tailwind-input.css -o dist/tailwind-utilities.css --minify && node scripts/verify-css-build.mjs",
|
|
146
|
-
"watch": "concurrently --kill-others --restart-tries 0 --names \"ts,css\" \"tsc -p tsconfig.build.json --watch\" \"npm run watch:css\"",
|
|
147
|
-
"watch:css": "tailwindcss -i src/tailwind-input.css -o dist/tailwind-utilities.css --watch",
|
|
148
|
-
"audit": "node scripts/audit-violations.mjs",
|
|
149
|
-
"check:types": "tsc --noEmit",
|
|
150
|
-
"check:audits": "node scripts/audit-violations.mjs && node scripts/verify-entries.mjs && node scripts/verify-css-build.mjs",
|
|
151
|
-
"check": "npm run check:types && npm run check:audits"
|
|
152
|
-
},
|
|
153
|
-
"dependencies": {
|
|
154
|
-
"@mohasinac/sievejs": "^1.0.0",
|
|
155
|
-
"tailwind-merge": "^3.3.0",
|
|
156
|
-
"zod": "^3.24.0",
|
|
157
|
-
"zustand": "^5.0.13"
|
|
158
|
-
},
|
|
159
|
-
"peerDependencies": {
|
|
160
|
-
"@tanstack/react-query": ">=5.0.0",
|
|
161
|
-
"@types/react": ">=18",
|
|
162
|
-
"@types/react-dom": ">=18",
|
|
163
|
-
"firebase-admin": "^10.3.0",
|
|
164
|
-
"firebase-functions": ">=6.0.0",
|
|
165
|
-
"next": ">=14",
|
|
166
|
-
"next-intl": ">=3",
|
|
167
|
-
"razorpay": ">=2.9.0",
|
|
168
|
-
"react": ">=18",
|
|
169
|
-
"react-dom": ">=18",
|
|
170
|
-
"recharts": "^3.8.1",
|
|
171
|
-
"resend": ">=3.0.0"
|
|
172
|
-
},
|
|
173
|
-
"peerDependenciesMeta": {
|
|
174
|
-
"firebase-admin": {
|
|
175
|
-
"optional": true
|
|
176
|
-
},
|
|
177
|
-
"firebase-functions": {
|
|
178
|
-
"optional": true
|
|
179
|
-
},
|
|
180
|
-
"resend": {
|
|
181
|
-
"optional": true
|
|
182
|
-
},
|
|
183
|
-
"razorpay": {
|
|
184
|
-
"optional": true
|
|
185
|
-
},
|
|
186
|
-
"@tanstack/react-query": {
|
|
187
|
-
"optional": true
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
"devDependencies": {
|
|
191
|
-
"@tanstack/react-query": "^5.0.0",
|
|
192
|
-
"@upstash/ratelimit": "^2.0.8",
|
|
193
|
-
"@upstash/redis": "^1.37.0",
|
|
194
|
-
"concurrently": "^9.2.1",
|
|
195
|
-
"eslint": "^9.37.0",
|
|
196
|
-
"firebase": "^12.8.0",
|
|
197
|
-
"firebase-admin": "^10.3.0",
|
|
198
|
-
"firebase-functions": "^6.6.0",
|
|
199
|
-
"lucide-react": "^1.7.0",
|
|
200
|
-
"next": "^15.0.0",
|
|
201
|
-
"next-intl": "^4.9.1",
|
|
202
|
-
"razorpay": "^2.9.6",
|
|
203
|
-
"react": "^19.2.0",
|
|
204
|
-
"react-dom": "^19.2.0",
|
|
205
|
-
"resend": "^6.10.0",
|
|
206
|
-
"server-only": "^0.0.1",
|
|
207
|
-
"tailwindcss": "^3.4.19",
|
|
208
|
-
"typescript": "^5.9.3"
|
|
209
|
-
}
|
|
210
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mohasinac/appkit",
|
|
3
|
+
"version": "2.7.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"sideEffects": [
|
|
9
|
+
"**/*.css"
|
|
10
|
+
],
|
|
11
|
+
"type": "module",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"react-server": "./dist/server-entry.js",
|
|
15
|
+
"edge-light": "./dist/server-entry.js",
|
|
16
|
+
"worker": "./dist/client-entry.js",
|
|
17
|
+
"browser": "./dist/client-entry.js",
|
|
18
|
+
"types": "./dist/server-entry.d.ts",
|
|
19
|
+
"import": "./dist/server-entry.js",
|
|
20
|
+
"default": "./dist/server-entry.js"
|
|
21
|
+
},
|
|
22
|
+
"./client": {
|
|
23
|
+
"types": "./dist/client.d.ts",
|
|
24
|
+
"import": "./dist/client.js"
|
|
25
|
+
},
|
|
26
|
+
"./next": {
|
|
27
|
+
"types": "./dist/next/index.d.ts",
|
|
28
|
+
"import": "./dist/next/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./features/events": {
|
|
31
|
+
"types": "./dist/features/events/index.d.ts",
|
|
32
|
+
"import": "./dist/features/events/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./ui": {
|
|
35
|
+
"types": "./dist/ui/index.d.ts",
|
|
36
|
+
"import": "./dist/ui/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./server": {
|
|
39
|
+
"types": "./dist/server.d.ts",
|
|
40
|
+
"import": "./dist/server.js"
|
|
41
|
+
},
|
|
42
|
+
"./jobs": {
|
|
43
|
+
"types": "./dist/jobs.d.ts",
|
|
44
|
+
"import": "./dist/jobs.js"
|
|
45
|
+
},
|
|
46
|
+
"./providers": {
|
|
47
|
+
"types": "./dist/providers.d.ts",
|
|
48
|
+
"import": "./dist/providers.js"
|
|
49
|
+
},
|
|
50
|
+
"./instrumentation": {
|
|
51
|
+
"types": "./dist/instrumentation/index.d.ts",
|
|
52
|
+
"import": "./dist/instrumentation/index.js"
|
|
53
|
+
},
|
|
54
|
+
"./contracts/registry": {
|
|
55
|
+
"types": "./dist/contracts/registry.d.ts",
|
|
56
|
+
"import": "./dist/contracts/registry.js"
|
|
57
|
+
},
|
|
58
|
+
"./core/baseline-resolver": {
|
|
59
|
+
"types": "./dist/core/baseline-resolver.d.ts",
|
|
60
|
+
"import": "./dist/core/baseline-resolver.js"
|
|
61
|
+
},
|
|
62
|
+
"./providers/auth-firebase": {
|
|
63
|
+
"types": "./dist/providers/auth-firebase/index.d.ts",
|
|
64
|
+
"import": "./dist/providers/auth-firebase/index.js"
|
|
65
|
+
},
|
|
66
|
+
"./providers/db-firebase": {
|
|
67
|
+
"types": "./dist/providers/db-firebase/index.d.ts",
|
|
68
|
+
"import": "./dist/providers/db-firebase/index.js"
|
|
69
|
+
},
|
|
70
|
+
"./providers/email-resend": {
|
|
71
|
+
"types": "./dist/providers/email-resend/index.d.ts",
|
|
72
|
+
"import": "./dist/providers/email-resend/index.js"
|
|
73
|
+
},
|
|
74
|
+
"./providers/storage-firebase": {
|
|
75
|
+
"types": "./dist/providers/storage-firebase/index.d.ts",
|
|
76
|
+
"import": "./dist/providers/storage-firebase/index.js"
|
|
77
|
+
},
|
|
78
|
+
"./style/tailwind": {
|
|
79
|
+
"types": "./dist/style/tailwind/index.d.ts",
|
|
80
|
+
"import": "./dist/style/tailwind/index.js"
|
|
81
|
+
},
|
|
82
|
+
"./repositories/site-settings": {
|
|
83
|
+
"types": "./dist/features/admin/repository/site-settings.repository.d.ts",
|
|
84
|
+
"import": "./dist/features/admin/repository/site-settings.repository.js"
|
|
85
|
+
},
|
|
86
|
+
"./features/whatsapp-bot/server": {
|
|
87
|
+
"types": "./dist/features/whatsapp-bot/server.d.ts",
|
|
88
|
+
"import": "./dist/features/whatsapp-bot/server.js"
|
|
89
|
+
},
|
|
90
|
+
"./styles": "./dist/styles.css",
|
|
91
|
+
"./tokens": {
|
|
92
|
+
"types": "./dist/tokens/index.d.ts",
|
|
93
|
+
"import": "./dist/tokens/index.js",
|
|
94
|
+
"style": "./dist/tokens/tokens.css"
|
|
95
|
+
},
|
|
96
|
+
"./tokens/*": {
|
|
97
|
+
"types": "./dist/tokens/*.d.ts",
|
|
98
|
+
"import": "./dist/tokens/*.js",
|
|
99
|
+
"require": "./dist/tokens/*.js",
|
|
100
|
+
"style": "./dist/tokens/*.css"
|
|
101
|
+
},
|
|
102
|
+
"./tokens/tokens.css": {
|
|
103
|
+
"style": "./dist/tokens/tokens.css",
|
|
104
|
+
"default": "./dist/tokens/tokens.css"
|
|
105
|
+
},
|
|
106
|
+
"./configs": {
|
|
107
|
+
"types": "./dist/configs/index.d.ts",
|
|
108
|
+
"import": "./dist/configs/index.js",
|
|
109
|
+
"default": "./dist/configs/index.js"
|
|
110
|
+
},
|
|
111
|
+
"./tsconfig.base.json": "./tsconfig.base.json",
|
|
112
|
+
"./messages/*": "./dist/features/*/messages/en.json"
|
|
113
|
+
},
|
|
114
|
+
"files": [
|
|
115
|
+
"dist",
|
|
116
|
+
"tsconfig.base.json",
|
|
117
|
+
"scripts/sieve-audit.mjs",
|
|
118
|
+
"scripts/audit-violations.mjs",
|
|
119
|
+
"scripts/verify-entries.mjs",
|
|
120
|
+
"scripts/verify-css-build.mjs",
|
|
121
|
+
"scripts/smoke-ssr.mjs",
|
|
122
|
+
"scripts/smoke-bundle.mjs",
|
|
123
|
+
"scripts/smoke-theme.mjs",
|
|
124
|
+
"scripts/init-config.mjs",
|
|
125
|
+
"scripts/labels-extract.mjs",
|
|
126
|
+
"scripts/seed-cli.mjs",
|
|
127
|
+
"scripts/seed-cli-loader.mjs"
|
|
128
|
+
],
|
|
129
|
+
"bin": {
|
|
130
|
+
"appkit-sieve-audit": "./scripts/sieve-audit.mjs",
|
|
131
|
+
"appkit-audit": "./scripts/audit-violations.mjs",
|
|
132
|
+
"appkit-verify-entries": "./scripts/verify-entries.mjs",
|
|
133
|
+
"appkit-verify-css": "./scripts/verify-css-build.mjs",
|
|
134
|
+
"appkit-smoke-ssr": "./scripts/smoke-ssr.mjs",
|
|
135
|
+
"appkit-smoke-bundle": "./scripts/smoke-bundle.mjs",
|
|
136
|
+
"appkit-smoke-theme": "./scripts/smoke-theme.mjs",
|
|
137
|
+
"appkit-init-config": "./scripts/init-config.mjs",
|
|
138
|
+
"appkit-labels-extract": "./scripts/labels-extract.mjs",
|
|
139
|
+
"appkit-seed": "./scripts/seed-cli.mjs",
|
|
140
|
+
"appkit-seed-add": "./scripts/seed-cli.mjs",
|
|
141
|
+
"appkit-seed-remove": "./scripts/seed-cli.mjs",
|
|
142
|
+
"appkit-seed-status": "./scripts/seed-cli.mjs"
|
|
143
|
+
},
|
|
144
|
+
"scripts": {
|
|
145
|
+
"build": "node -e \"const fs=require('fs');try{fs.rmSync('tsconfig.build.tsbuildinfo')}catch(e){}\" && tsc -p tsconfig.build.json && node scripts/copy-assets.mjs && tailwindcss -i src/tailwind-input.css -o dist/tailwind-utilities.css --minify && node scripts/verify-css-build.mjs",
|
|
146
|
+
"watch": "concurrently --kill-others --restart-tries 0 --names \"ts,css\" \"tsc -p tsconfig.build.json --watch\" \"npm run watch:css\"",
|
|
147
|
+
"watch:css": "tailwindcss -i src/tailwind-input.css -o dist/tailwind-utilities.css --watch",
|
|
148
|
+
"audit": "node scripts/audit-violations.mjs",
|
|
149
|
+
"check:types": "tsc --noEmit",
|
|
150
|
+
"check:audits": "node scripts/audit-violations.mjs && node scripts/verify-entries.mjs && node scripts/verify-css-build.mjs",
|
|
151
|
+
"check": "npm run check:types && npm run check:audits"
|
|
152
|
+
},
|
|
153
|
+
"dependencies": {
|
|
154
|
+
"@mohasinac/sievejs": "^1.0.0",
|
|
155
|
+
"tailwind-merge": "^3.3.0",
|
|
156
|
+
"zod": "^3.24.0",
|
|
157
|
+
"zustand": "^5.0.13"
|
|
158
|
+
},
|
|
159
|
+
"peerDependencies": {
|
|
160
|
+
"@tanstack/react-query": ">=5.0.0",
|
|
161
|
+
"@types/react": ">=18",
|
|
162
|
+
"@types/react-dom": ">=18",
|
|
163
|
+
"firebase-admin": "^10.3.0",
|
|
164
|
+
"firebase-functions": ">=6.0.0",
|
|
165
|
+
"next": ">=14",
|
|
166
|
+
"next-intl": ">=3",
|
|
167
|
+
"razorpay": ">=2.9.0",
|
|
168
|
+
"react": ">=18",
|
|
169
|
+
"react-dom": ">=18",
|
|
170
|
+
"recharts": "^3.8.1",
|
|
171
|
+
"resend": ">=3.0.0"
|
|
172
|
+
},
|
|
173
|
+
"peerDependenciesMeta": {
|
|
174
|
+
"firebase-admin": {
|
|
175
|
+
"optional": true
|
|
176
|
+
},
|
|
177
|
+
"firebase-functions": {
|
|
178
|
+
"optional": true
|
|
179
|
+
},
|
|
180
|
+
"resend": {
|
|
181
|
+
"optional": true
|
|
182
|
+
},
|
|
183
|
+
"razorpay": {
|
|
184
|
+
"optional": true
|
|
185
|
+
},
|
|
186
|
+
"@tanstack/react-query": {
|
|
187
|
+
"optional": true
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"devDependencies": {
|
|
191
|
+
"@tanstack/react-query": "^5.0.0",
|
|
192
|
+
"@upstash/ratelimit": "^2.0.8",
|
|
193
|
+
"@upstash/redis": "^1.37.0",
|
|
194
|
+
"concurrently": "^9.2.1",
|
|
195
|
+
"eslint": "^9.37.0",
|
|
196
|
+
"firebase": "^12.8.0",
|
|
197
|
+
"firebase-admin": "^10.3.0",
|
|
198
|
+
"firebase-functions": "^6.6.0",
|
|
199
|
+
"lucide-react": "^1.7.0",
|
|
200
|
+
"next": "^15.0.0",
|
|
201
|
+
"next-intl": "^4.9.1",
|
|
202
|
+
"razorpay": "^2.9.6",
|
|
203
|
+
"react": "^19.2.0",
|
|
204
|
+
"react-dom": "^19.2.0",
|
|
205
|
+
"resend": "^6.10.0",
|
|
206
|
+
"server-only": "^0.0.1",
|
|
207
|
+
"tailwindcss": "^3.4.19",
|
|
208
|
+
"typescript": "^5.9.3"
|
|
209
|
+
}
|
|
210
|
+
}
|