-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·27 lines (27 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·27 lines (27 loc) · 817 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
27
{
"name": "suggestify",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro telemetry disable && astro dev --remote",
"build": "astro telemetry disable && astro build --remote",
"preview": "astro preview",
"worker:build": "bun run build",
"worker:dev": "bunx wrangler dev --config dist/server/wrangler.json",
"worker:deploy": "bunx wrangler deploy --config dist/server/wrangler.json",
"astro": "astro",
"update": "bunx npm-check-updates --format group --interactive"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.9",
"@astrojs/react": "^5.0.3",
"@libsql/client": "^0.15.15",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.6",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^4.2.2"
}
}