package.json 1.1 K raw
1
{
2
	"name": "client",
3
	"version": "1.0.0",
4
	"private": true,
5
	"scripts": {
6
		"dev": "astro dev",
7
		"start": "astro dev",
8
		"sync": "astro sync",
9
		"build": "astro build",
10
		"preview": "astro preview",
11
		"format": "biome format --write src package.json",
12
		"deploy": "bun run build && wrangler deploy -c dist/server/wrangler.json",
13
		"parse:birds": "bun run scripts/parse-birds.ts"
14
	},
15
	"devDependencies": {
16
		"@astrojs/markdown-satteri": "0.2.1",
17
		"@astrojs/mdx": "6.0.1",
18
		"@astrojs/sitemap": "3.7.3",
19
		"@biomejs/biome": "2.4.16",
20
		"@napi-rs/wasm-runtime": "1.1.4",
21
		"@shikijs/rehype": "4.1.0",
22
		"@tailwindcss/typography": "0.5.19",
23
		"@tailwindcss/vite": "4.3.0",
24
		"@types/bun": "1.3.14",
25
		"@types/markdown-it": "14.1.2",
26
		"@types/sanitize-html": "2.16.1",
27
		"satteri": "0.6.3",
28
		"tailwindcss": "4.3.0",
29
		"typescript": "6.0.3",
30
		"wrangler": "4.95.0"
31
	},
32
	"dependencies": {
33
		"@astrojs/cloudflare": "13.6.0",
34
		"@astrojs/rss": "4.0.18",
35
		"@astrojs/ts-plugin": "1.10.9",
36
		"astro": "6.4.2",
37
		"markdown-it": "14.2.0",
38
		"rehype-external-links": "3.0.0",
39
		"sanitize-html": "2.17.4",
40
		"shiki": "4.1.0"
41
	}
42
}