-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.83 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.83 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
53
54
55
56
57
58
59
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port ${PORT:-3000} --host",
"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",
"format": "biome check ./ --write",
"email:dev": "email dev --dir ./src/emails"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.3",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/tailwind": "^6.0.2",
"@lucide/astro": "^0.544.0",
"@react-email/components": "^1.0.1",
"@react-email/render": "^2.0.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.90.21",
"astro": "^5.16.9",
"drizzle-orm": "^0.45.1",
"lucide-react": "^0.575.0",
"nodemailer": "^7.0.12",
"nuqs": "^2.8.8",
"pg": "^8.16.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"satori": "^0.15.2",
"sharp": "^0.32.6",
"tailwind-merge": "^3.5.0",
"typescript": "^5.8.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@astrojs/node": "^9.5.1",
"@biomejs/biome": "2.1.2",
"@react-email/preview-server": "5.1.0",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/nodemailer": "^7.0.4",
"@types/pg": "^8.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"drizzle-kit": "^0.31.8",
"react-email": "5.1.0",
"tailwindcss": "^4.1.13"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}