-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 996 Bytes
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
{
"name": "resolvd",
"version": "0.1.0",
"private": true,
"description": "End-to-end inbox operator: triages, drafts, and acts within policy (refund, ticket, CRM), escalating the rest with the proposed action attached.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "NODE_OPTIONS=--no-deprecation opennextjs-cloudflare build && NODE_OPTIONS=--no-deprecation opennextjs-cloudflare deploy",
"test": "vitest run"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.19.11",
"@supabase/supabase-js": "^2.43.5",
"next": "^16.3.0-canary.48",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vitest": "^4.1.11",
"wrangler": "^4.98.0"
}
}