-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "voha-lab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:cloudflare": "opennextjs-cloudflare build",
"preview:cloudflare": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy:cloudflare": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv --strict-vars false cloudflare-env.d.ts",
"start": "next start",
"lint": "eslint",
"test": "tsx --test src/lib/media/policy.test.ts src/lib/media/browser-upload.test.ts src/lib/posts/dates.test.ts src/lib/posts/draft.test.ts src/lib/posts/scheduling.test.ts src/lib/clients/form.test.ts src/lib/instagram/crypto.test.ts src/lib/instagram/signed-request.test.ts src/lib/instagram/publishing.test.ts src/lib/notifications/policy.test.ts src/lib/approvals/policy.test.ts",
"test:notifications:remote": "node --env-file=.env.local scripts/smoke-notifications.mjs --allow-remote"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1086.0",
"@aws-sdk/s3-request-presigner": "^3.1086.0",
"@opennextjs/cloudflare": "^1.20.2",
"@supabase/ssr": "^0.12.1",
"@supabase/supabase-js": "^2.110.5",
"lucide-react": "^1.24.0",
"next": "^16.2.11",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"server-only": "^0.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.11",
"supabase": "^2.109.1",
"tailwindcss": "^4",
"tsx": "^4.23.1",
"typescript": "^5",
"wrangler": "^4.114.0"
}
}