blog/package.json

72 lines
2.0 KiB
JSON
Raw Normal View History

{
2023-10-18 21:24:51 +08:00
"name": "fuwari",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"new-post": "node scripts/new-post.js",
"format": "biome format --write ./src",
"lint": "biome check --apply ./src"
},
"dependencies": {
2024-07-26 23:15:44 +08:00
"@astrojs/check": "^0.8.3",
"@astrojs/rss": "^4.0.7",
2024-06-21 19:24:10 +08:00
"@astrojs/sitemap": "^3.1.6",
2024-07-26 23:15:44 +08:00
"@astrojs/svelte": "^5.7.0",
"@astrojs/tailwind": "^5.1.0",
2024-06-21 19:24:10 +08:00
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource/roboto": "^5.0.13",
"@swup/astro": "^1.4.1",
2024-07-26 23:15:44 +08:00
"astro": "^4.12.2",
"astro-compress": "^2.3.0",
"astro-icon": "1.1.0",
2024-07-26 23:15:44 +08:00
"colorjs.io": "^0.5.2",
"hastscript": "^9.0.0",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
2024-07-26 23:15:44 +08:00
"overlayscrollbars": "^2.9.2",
2024-06-21 19:24:10 +08:00
"pagefind": "^1.1.0",
"reading-time": "^1.5.0",
2023-11-12 19:35:53 +08:00
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-katex": "^7.0.0",
2023-11-12 19:35:53 +08:00
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-math": "^6.0.0",
"sanitize-html": "^2.13.0",
2024-06-21 19:24:10 +08:00
"sharp": "^0.33.4",
"svelte": "^4.2.18",
2024-07-26 23:15:44 +08:00
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
2024-07-26 23:15:44 +08:00
"@astrojs/ts-plugin": "^1.9.0",
"@biomejs/biome": "1.8.3",
"@iconify-json/fa6-brands": "^1.1.21",
"@iconify-json/fa6-regular": "^1.1.21",
"@iconify-json/fa6-solid": "^1.1.23",
"@iconify-json/material-symbols": "^1.1.85",
2024-06-21 19:24:10 +08:00
"@iconify/svelte": "^4.0.2",
"@rollup/plugin-yaml": "^4.1.2",
2024-06-21 19:24:10 +08:00
"@tailwindcss/typography": "^0.5.13",
2024-07-26 23:15:44 +08:00
"@types/markdown-it": "^14.1.2",
2024-06-21 19:24:10 +08:00
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.11.0",
"remark-github-admonitions-to-directives": "^1.0.5",
2024-07-26 23:15:44 +08:00
"sass": "^1.77.8",
2024-03-14 16:17:10 +08:00
"stylus": "^0.63.0"
},
"pnpm": {
"overrides": {
"vite-imagetools": "^6.2.7",
"sharp": "^0.33.0"
}
}
}