forked from Webflow-Examples/webflow-cloud-object-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 708 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
28
29
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler dev",
"deploy": "webflow cloud deploy",
"astro": "astro",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^12.5.0",
"@astrojs/react": "^4.2.5",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.7.0",
"daisyui": "^5.0.50",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250415.0",
"wrangler": "^4.11.1"
}
}