-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "image-editor",
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"ts": "bun tsgo"
},
"devDependencies": {
"@ai-sdk/devtools": "^0.0.2",
"@astrojs/check": "^0.9.6",
"@types/bun": "^1.3.5",
"@types/pg": "^8.16.0",
"@typescript/native-preview": "7.0.0-dev.20251230.1",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.8",
"prettier-plugin-organize-imports": "^4.3.0",
"vercel": "^50.1.3"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.1",
"@astrojs/react": "^4.4.2",
"@astrojs/ts-plugin": "^1.10.6",
"@astrojs/vercel": "^9.0.2",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"@trpc/client": "^11.8.1",
"@trpc/server": "^11.8.1",
"@trpc/tanstack-react-query": "^11.8.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vercel/functions": "^3.3.4",
"ai": "^6.0.3",
"astro": "^5.16.6",
"better-auth": "^1.4.9",
"daisyui": "^5.5.14",
"drizzle-orm": "^0.45.1",
"lucide-react": "^0.562.0",
"pg": "^8.16.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.11.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"zod": "^4.2.1"
}
}