mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "astro-cactus",
|
|
"version": "6.0.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"postbuild": "pagefind --site dist",
|
|
"preview": "astro preview",
|
|
"lint": "biome lint .",
|
|
"format": "pnpm run format:code && pnpm run format:imports",
|
|
"format:code": "biome format . --write && prettier -w \"**/*\" \"!**/*.{md,mdx}\" --ignore-unknown --cache",
|
|
"format:imports": "biome check --formatter-enabled=false --write",
|
|
"check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/markdown-remark": "^6.0.2",
|
|
"@astrojs/mdx": "4.0.5",
|
|
"@astrojs/react": "^4.2.0",
|
|
"@astrojs/rss": "4.0.11",
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@giscus/react": "^3.1.0",
|
|
"@tailwindcss/vite": "4.0.0-beta.8",
|
|
"astro": "5.1.5",
|
|
"astro-expressive-code": "^0.39.0",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"astro-webmanifest": "^1.0.0",
|
|
"clsx": "^2.1.1",
|
|
"cssnano": "^7.0.6",
|
|
"hastscript": "^9.0.0",
|
|
"markdown-it": "^14.1.0",
|
|
"mdast-util-directive": "^3.0.0",
|
|
"mdast-util-to-markdown": "^2.1.2",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-github-calendar": "^4.5.5",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-external-links": "^3.0.0",
|
|
"rehype-unwrap-images": "^1.0.0",
|
|
"remark-directive": "^3.0.0",
|
|
"sanitize-html": "^2.14.0",
|
|
"satori": "0.12.1",
|
|
"satori-html": "^0.3.2",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^3.0.1",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@iconify-json/mdi": "^1.2.2",
|
|
"@pagefind/default-ui": "^1.3.0",
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"pagefind": "^1.3.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"reading-time": "^1.5.0",
|
|
"tailwindcss": "4.0.0",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|