-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 789 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
{
"name": "build-loom",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.38",
"@astrojs/check": "^0.9.6",
"@astrojs/vercel": "^9.0.0",
"@vercel/postgres": "^0.10.0",
"ai": "^5.0.81",
"astro": "^5.15.1",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"exa-js": "^1.10.2",
"jsdom": "^27.1.0",
"marked": "^16.4.1",
"nanoid": "^5.1.6",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/jsdom": "^27.0.0",
"drizzle-kit": "^0.31.6",
"sass": "^1.93.2"
}
}