Files
2026-06-28 15:11:45 -04:00

74 lines
2.2 KiB
JSON

{
"name": "multiterm-astro",
"description": "A terminal-inspired coding blog built with Astro.",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/mdx": "^4.3.4",
"@astrojs/node": "^9.5.2",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "^7.2.5",
"@astrojs/ts-plugin": "^1.10.4",
"@astrojs/vercel": "^9.0.4",
"@expo-google-fonts/jetbrains-mono": "^0.4.0",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"@fontsource/varela": "^5.2.8",
"@pagefind/default-ui": "^1.4.0",
"@resvg/resvg-js": "^2.6.2",
"@stripe/stripe-js": "^8.6.4",
"@tailwindcss/vite": "^4.1.13",
"@types/hast": "^3.0.4",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"astro": "^5.13.5",
"astro-expressive-code": "^0.41.3",
"color": "^5.0.0",
"cookie": "^1.1.1",
"date-fns": "^4.1.0",
"emoji-regex": "^10.5.0",
"gemoji": "^8.1.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"hastscript": "^9.0.1",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"mdast-util-directive": "^3.1.0",
"mdast-util-to-string": "^4.0.0",
"octokit": "^5.0.5",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"satori": "^0.18.2",
"satori-html": "^0.3.2",
"stripe": "^20.2.0",
"svelte": "^5.49.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.0",
"pagefind": "^1.4.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"sass-embedded": "^1.92.1"
}
}