-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 740 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 740 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
{
"name": "astro-cloudflare",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"deploy": "astro build && wrangler deploy",
"sync:theme": "node scripts/sync-theme-sections.js",
"astro": "astro"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@astrojs/cloudflare": "^12.6.12",
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@sentry/cloudflare": "^10.32.1",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.5",
"fflate": "^0.8.2",
"liquidjs": "^10.24.0",
"tailwindcss": "^4.1.18"
},
"packageManager": "pnpm@10.27.0"
}