Bumps the patch-updates group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Updates `astro` from 5.12.5 to 5.12.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.12.8/packages/astro) Updates `svelte` from 5.37.2 to 5.37.3 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.37.3/packages/svelte) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: svelte dependency-version: 5.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
77 lines
2.4 KiB
JSON
77 lines
2.4 KiB
JSON
{
|
|
"name": "fuwari",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"check": "astro check",
|
|
"build": "astro build && pagefind --site dist",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"type-check": "tsc --noEmit --isolatedDeclarations",
|
|
"new-post": "node scripts/new-post.js",
|
|
"format": "biome format --write ./src",
|
|
"lint": "biome check --write ./src",
|
|
"preinstall": "npx only-allow pnpm"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/sitemap": "^3.4.2",
|
|
"@astrojs/svelte": "7.1.0",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@expressive-code/core": "^0.41.3",
|
|
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
|
|
"@expressive-code/plugin-line-numbers": "^0.41.3",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.6",
|
|
"@fontsource/roboto": "^5.2.6",
|
|
"@iconify-json/fa6-brands": "^1.2.6",
|
|
"@iconify-json/fa6-regular": "^1.2.4",
|
|
"@iconify-json/fa6-solid": "^1.2.4",
|
|
"@iconify-json/material-symbols": "^1.2.30",
|
|
"@iconify/svelte": "^4.2.0",
|
|
"@swup/astro": "^1.7.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"astro": "5.12.8",
|
|
"astro-expressive-code": "^0.41.3",
|
|
"astro-icon": "^1.1.5",
|
|
"hastscript": "^9.0.1",
|
|
"katex": "^0.16.22",
|
|
"markdown-it": "^14.1.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"overlayscrollbars": "^2.11.4",
|
|
"pagefind": "^1.3.0",
|
|
"photoswipe": "^5.4.4",
|
|
"reading-time": "^1.5.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-components": "^0.3.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-directive": "^3.0.1",
|
|
"remark-directive-rehype": "^0.4.2",
|
|
"remark-github-admonitions-to-directives": "^1.0.5",
|
|
"remark-math": "^6.0.0",
|
|
"remark-sectionize": "^2.1.0",
|
|
"sanitize-html": "^2.17.0",
|
|
"sharp": "^0.34.3",
|
|
"stylus": "^0.64.0",
|
|
"svelte": "^5.37.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.9.2",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/ts-plugin": "^1.10.4",
|
|
"@biomejs/biome": "2.1.3",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/sanitize-html": "^2.16.0",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-nesting": "^13.0.2"
|
|
},
|
|
"packageManager": "pnpm@9.14.4"
|
|
}
|