-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 KB
/
package.json
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
{
"name": "personal-website",
"author": "Charles Wang <[email protected]> (https://charleszw.com)",
"type": "module",
"version": "5.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "6.0.0",
"@astrojs/vercel": "8.0.7",
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
"@resvg/resvg-js": "^2.6.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "5.2.6",
"astro-embed": "^0.9.0",
"astro-expressive-code": "^0.40.2",
"lucide-astro": "0.473.0",
"rehype-unwrap-images": "^1.0.0",
"satori": "^0.12.1",
"satori-html": "^0.3.2",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-mdx": "^3.1.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
},
"trustedDependencies": [
"@vercel/speed-insights",
"esbuild",
"sharp"
]
}