-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "devin",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/svelte": "^7.2.5",
"@clerk/astro": "^3.0.1",
"@libsql/client": "^0.17.0",
"@react-email/components": "^1.0.8",
"@resvg/resvg-wasm": "^2.6.2",
"@sanity/astro": "^3.2.11",
"@sanity/client": "^7.16.0",
"@sanity/image-url": "^2.0.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"astro-portabletext": "^0.13.0",
"drizzle-orm": "^0.45.1",
"jspdf": "^4.2.0",
"motion": "^12.34.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-is": "^19.2.4",
"resend": "^6.9.3",
"sanity": "^5.12.0",
"satori": "^0.19.2",
"styled-components": "^6.3.11",
"svelte": "^5.53.5",
"svix": "^1.86.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"drizzle-kit": "^0.31.9"
}
}