-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "ledgerly",
"private": true,
"version": "0.1.0",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"check": "tsc --noEmit",
"deploy": "vite build && wrangler deploy"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.115.0",
"hono": "^4.6.0",
"lucide-react": "^1.28.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^6.2.108",
"postal-mime": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.0",
"recharts": "^2.15.0",
"recharts-scale": "^0.4.4",
"zustand": "^5.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.0.0",
"@cloudflare/workers-types": "^5.20260801.1",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vitest": "^3.0.0",
"wrangler": "^4.0.0"
}
}