-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 981 Bytes
/
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
{
"name": "migao.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.14.2",
"astro-expressive-code": "^0.35.6",
"astro-pagefind": "^1.6.0",
"dayjs": "^1.11.12",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.11.2",
"pagefind": "^1.1.0",
"reading-time": "^1.5.0",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@iconify-json/line-md": "^1.1.39",
"@unocss/reset": "^0.62.2",
"unocss": "^0.62.2"
}
}