-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "hutao667-blog",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.28.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"new": "node create-post.js"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@expressive-code/plugin-line-numbers": "^0.40.1",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.17.1",
"astro-expressive-code": "^0.40.1",
"lucide-astro": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^3.4.16"
}
}