-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
{
"name": "personal-website",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"deploy": "astro build && wrangler pages deploy",
"cf-typegen": "wrangler types",
"i18n": "typesafe-i18n --no-watch",
"vale": "bun helpers/scripts/vale.ts",
"gallery": "bun helpers/scripts/process-gallery.ts",
"astro": "astro",
"wrangler": "wrangler"
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/cloudflare": "13.1.6",
"@astrojs/mdx": "5.0.3",
"@floating-ui/dom": "^1.6.13",
"@fontsource/geist-sans": "^5.1.0",
"@fontsource/inconsolata": "^5.1.0",
"@tailwindcss/vite": "^4.0.4",
"astro": "6.1.2",
"clsx": "^2.1.1",
"disposable-email": "^0.2.3",
"lodash.get": "^4.4.2",
"nanostores": "^0.11.3",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.0.4",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.9.3",
"zod": "^4.1.13"
},
"devDependencies": {
"@ai-sdk/openai": "^3.0.41",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@cloudflare/workers-types": "^4.20250204.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/bun": "^1.1.14",
"@types/disposable-email": "^0.2.2",
"@types/lodash": "4.17.0",
"@types/lodash.get": "^4.4.9",
"@typescript-eslint/parser": "^8.18.1",
"ai": "^6.0.116",
"astro-expressive-code": "^0.40.1",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.5",
"thumbhash": "^0.1.1",
"wrangler": "^4.79.0"
}
}