blog/package.json

50 lines
1.4 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": {
"@astrojs/check": "^0.3.4",
2024-02-18 18:13:43 +08:00
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"@fontsource/roboto": "^5.0.8",
2024-02-18 18:13:43 +08:00
"astro": "^4.4.0",
"astro-icon": "1.0.2",
"colorjs.io": "^0.4.5",
"mdast-util-to-string": "^4.0.0",
"overlayscrollbars": "^2.4.6",
"pagefind": "^1.0.4",
"reading-time": "^1.5.0",
2023-11-12 19:35:53 +08:00
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
2023-11-12 19:35:53 +08:00
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.32.6",
2024-02-18 18:13:43 +08:00
"svelte": "^4.2.9",
"tailwindcss": "^3.3.7",
2024-02-18 18:13:43 +08:00
"typescript": "^5.2.2"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.3.1",
"@biomejs/biome": "1.4.1",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/fa6-regular": "^1.1.18",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/material-symbols": "^1.1.69",
"@rollup/plugin-yaml": "^4.1.2",
"@tailwindcss/typography": "^0.5.10",
"astro-compress": "github:astro-community/AstroCompress#no-sharp",
"stylus": "^0.59.0"
}
}