-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
34
35
{
"name": "simon-liang",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.0",
"@astrojs/react": "^4.2.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"astro": "^5.13.5",
"astro-disqus": "^1.0.1",
"astro-seo": "^0.8.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"satori-astro": "^0.3.0",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.14"
},
"packageManager": "pnpm@10.15.1",
"volta": {
"node": "24.7.0",
"pnpm": "10.15.1"
}
}