mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [remark-directive](https://github.com/remarkjs/remark-directive) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/remarkjs/remark-directive/releases) - [Commits](https://github.com/remarkjs/remark-directive/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: remark-directive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
74 lines
2.2 KiB
JSON
74 lines
2.2 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.1.0",
|
|
"@astrojs/mdx": "4.0.8",
|
|
"@astrojs/react": "^4.2.0",
|
|
"@astrojs/rss": "4.0.11",
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@giscus/react": "^3.1.0",
|
|
"@tailwindcss/vite": "4.0.7",
|
|
"astro": "5.2.5",
|
|
"astro-expressive-code": "^0.40.1",
|
|
"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.1.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": "^4.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.3",
|
|
"@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.7",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
|
}
|