-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.69 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
60
61
62
{
"name": "buffbook-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler deploy",
"astro": "astro",
"generate-types": "wrangler types",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/cloudflare": "^13.6.0",
"@astrojs/partytown": "^2.1.7",
"@astrojs/react": "^5.0.6",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/starlight": "^0.39.2",
"@fontsource-variable/geist": "^5.2.9",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.1",
"better-auth": "^1.7.0-beta.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.2",
"lucide-react": "^1.17.0",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"remark-gfm": "^4.0.0",
"shadcn": "^4.10.0",
"sharp": "^0.34.5",
"stripe": "^22.2.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"wrangler": "^4.95.0"
},
"overrides": {
"vite": "^7"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@cloudflare/workers-types": "^4.20260601.1",
"@playwright/test": "^1.60.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitest/coverage-v8": "^4.1.8",
"drizzle-kit": "^0.31.10",
"jsdom": "^29.1.1",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
}
}