-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 KB
/
package.json
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
{
"name": "hackathon",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/intersect": "^3.14.1",
"@alpinejs/persist": "^3.14.1",
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@auth/drizzle-adapter": "^1.5.2",
"@fontsource-variable/inter": "^5.1.0",
"@google/generative-ai": "^0.20.0",
"@libsql/client": "^0.14.0",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@types/formidable": "^3.4.5",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"alpinejs": "^3.14.1",
"astro": "^4.15.9",
"auth-astro": "^4.1.2",
"drizzle-orm": "^0.33.0",
"formidable": "^3.5.1",
"iconify-icon": "^2.1.0",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"ollama": "^0.5.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"swiper": "^11.1.14",
"tailwindcss": "^3.4.13",
"three": "^0.169.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"drizzle-kit": "^0.24.2"
}
}