blog/package.json

39 lines
977 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": {
"dev": "VISIBLE_DRAFT=true bunx --bun astro dev",
2025-04-11 21:50:48 +08:00
"dist": "bunx --bun astro build",
2025-04-12 22:28:34 +08:00
"preview": "bunx --bun astro preview",
"posts": "bun run scripts/postman.ts"
2020-12-26 17:33:51 +08:00
},
2025-04-11 21:50:48 +08:00
"devDependencies": {
"@types/bun": "latest",
2025-04-12 22:28:34 +08:00
"arg": "^5.0.2",
2025-04-11 21:50:48 +08:00
"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": {
2025-04-26 13:56:00 +08:00
"@astrojs/mdx": "4.2.5",
"@astrojs/solid-js": "5.0.9",
2025-04-11 21:50:48 +08:00
"@fontsource-variable/roboto": "^5.2.5",
"@formatjs/intl-localematcher": "^0.6.1",
"@iconify-json/mdi": "^1.2.3",
2025-04-26 13:56:00 +08:00
"astro": "5.7.5",
2025-04-11 21:50:48 +08:00
"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
}