blog/package.json

37 lines
897 B
JSON
Raw Normal View History

2020-12-26 17:33:51 +08:00
{
2025-04-11 21:50:48 +08:00
"name": "new-blog",
"type": "module",
2020-12-26 17:33:51 +08:00
"private": true,
"scripts": {
2025-04-11 21:50:48 +08:00
"dev": "bunx --bun astro dev",
"dist": "bunx --bun astro build",
"preview": "bunx --bun astro preview"
2020-12-26 17:33:51 +08:00
},
2025-04-11 21:50:48 +08:00
"devDependencies": {
"@types/bun": "latest",
"hast": "^1.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"unist-util-visit": "^5.0.0"
2020-12-26 17:33:51 +08:00
},
2025-04-11 21:50:48 +08:00
"peerDependencies": {
"typescript": "^5"
2021-08-30 13:58:17 +08:00
},
2025-04-11 21:50:48 +08:00
"dependencies": {
"@astrojs/mdx": "^4.2.2",
"@astrojs/solid-js": "^5.0.6",
"@fontsource-variable/roboto": "^5.2.5",
"@formatjs/intl-localematcher": "^0.6.1",
"@iconify-json/mdi": "^1.2.3",
"astro": "^5.5.5",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.3",
"date-fns": "^4.1.0",
"solid-js": "^1.9.5",
"xast": "^0.1.208",
"xast-util-to-xml": "^4.0.0",
"xastscript": "^4.0.0"
2024-07-05 11:56:08 +08:00
},
2025-04-11 21:50:48 +08:00
"packageManager": "bun@1.2.9"
2023-08-23 20:41:16 +08:00
}