57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"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.5.9",
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@astrojs/sitemap": "^3.1.2",
|
|
"@astrojs/svelte": "^5.2.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@fontsource-variable/jetbrains-mono": "^5.0.20",
|
|
"@fontsource/roboto": "^5.0.12",
|
|
"@swup/astro": "^1.4.0",
|
|
"astro": "^4.4.15",
|
|
"astro-compress": "^2.2.15",
|
|
"astro-icon": "1.1.0",
|
|
"colorjs.io": "^0.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"overlayscrollbars": "^2.6.1",
|
|
"pagefind": "^1.0.4",
|
|
"reading-time": "^1.5.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-katex": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"sanitize-html": "^2.13.0",
|
|
"sharp": "^0.33.2",
|
|
"svelte": "^4.2.12",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/ts-plugin": "^1.6.0",
|
|
"@biomejs/biome": "1.6.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.74",
|
|
"@iconify/svelte": "^3.1.6",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/markdown-it": "^14.0.0",
|
|
"@types/sanitize-html": "^2.11.0",
|
|
"stylus": "^0.63.0"
|
|
}
|
|
} |