44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "mirages-astro",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"new-post": "node scripts/new-post.mjs",
|
|
"check": "astro check",
|
|
"build": "node scripts/clean-astro-cache.mjs && node scripts/fetch-github.mjs && astro build && pagefind --site dist",
|
|
"search:index": "pagefind --site dist",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/markdown-remark": "^7.2.2",
|
|
"@astrojs/rss": "^4.0.19",
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@lucide/astro": "^1.27.0",
|
|
"astro": "^7.2.0",
|
|
"hast-util-to-html": "^9.0.5",
|
|
"katex": "^0.18.1",
|
|
"mdast-util-from-markdown": "^2.0.2",
|
|
"mdast-util-gfm": "^3.1.0",
|
|
"mdast-util-to-hast": "^13.2.0",
|
|
"mermaid": "^11.16.0",
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
"pagefind": "^1.3.0",
|
|
"pangu": "^9.1.0",
|
|
"photoswipe": "^5.4.4",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"twikoo": "1.7.15",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@playwright/test": "^1.62.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@types/node": "^26.1.2",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"packageManager": "pnpm@10.12.4"
|
|
}
|