-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "reporting",
"version": "0.9.6",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"generate:types": "node scripts/generate-memo-agent-types.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@sparticuz/chromium": "^143.0.4",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^1.3.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"botid": "^1.5.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"docx": "^9.6.0",
"form-data": "^4.0.5",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"lucide-react": "^0.575.0",
"mailgun.js": "^12.7.0",
"mammoth": "^1.11.0",
"next": "14.2.35",
"next-themes": "^0.4.6",
"openai": "^6.25.0",
"postmark": "^4.0.7",
"puppeteer-core": "^24.39.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"resend": "^6.9.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"unpdf": "^1.4.0",
"xlsx": "file:vendor/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"json-schema-to-typescript": "^15.0.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=22"
}
}