-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.94 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "website-next",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "astro check --root ./src",
"serve-dist": "node ./dist/server/entry.mjs",
"deploy-cf": "pnpm run build && wrangler deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/markdown-remark": "^7.2.2",
"@astrojs/mdx": "^7.0.0",
"@astrojs/node": "^11.0.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/open-sans": "^5.2.5",
"@fontsource/quicksand": "^5.2.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.16",
"astro": "^7.1.0",
"minisearch": "^7.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^4.1.6",
"turndown": "^7.2.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.115.0",
"@types/turndown": "^5.0.6",
"@types/unist": "^3.0.3",
"esbuild": "^0.28.1",
"gray-matter": "^4.0.3",
"hast-util-to-text": "^4.0.2",
"marked": "^17.0.0",
"mdast-util-to-string": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sharp": "^0.35.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"wrangler": "^4.118.0"
},
"pnpm": {
"overrides": {
"undici@>=7.0.0 <7.29.0": ">=7.29.0 <8",
"fast-uri@<3.1.5": ">=3.1.5 <4",
"sharp@<0.35.0": ">=0.35.0",
"js-yaml@>=3.0.0 <3.15.0": ">=3.15.0 <4",
"postcss@<8.5.23": ">=8.5.23",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
}
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}