-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 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
30
31
32
33
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "bun run build && wrangler dev",
"astro": "astro",
"deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"remark-breaks": "^4.0.0",
"satori": "^0.19.2",
"tailwindcss": "^4.1.18",
"wrangler": "^4.68.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.56.0",
"eslint": "^10.0.1",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
}
}