Files
notebook/package.json
T
secret-deus 65636fb8ed Add Astro Obsidian notes blog with board layout.
Scaffold a static notes blog with posts/notes collections, wikilinks, vault sync, interactive home gate, and multi-column content-filled layouts across list and article pages.
2026-07-11 23:42:36 +08:00

24 lines
485 B
JSON

{
"name": "notebook",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync:vault": "node scripts/sync-vault.mjs"
},
"dependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.7",
"sharp": "^0.35.0",
"unist-util-visit": "^5.1.0"
}
}