2023-09-26 14:27:38 +08:00
|
|
|
{
|
2023-10-18 21:24:51 +08:00
|
|
|
"name": "fuwari",
|
2023-09-26 14:27:38 +08:00
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
2024-01-24 12:28:16 +08:00
|
|
|
"build": "astro build && pagefind --site dist",
|
2023-09-26 14:27:38 +08:00
|
|
|
"preview": "astro preview",
|
2023-10-18 17:31:11 +08:00
|
|
|
"astro": "astro",
|
2024-01-21 12:54:41 +08:00
|
|
|
"new-post": "node scripts/new-post.js",
|
|
|
|
"format": "biome format --write ./src",
|
|
|
|
"lint": "biome check --apply ./src"
|
2023-09-26 14:27:38 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-14 16:17:10 +08:00
|
|
|
"@astrojs/check": "^0.5.9",
|
2024-04-22 23:42:47 +08:00
|
|
|
"@astrojs/rss": "^4.0.5",
|
2024-04-28 12:43:10 +08:00
|
|
|
"@astrojs/sitemap": "^3.1.2",
|
2024-03-14 16:17:10 +08:00
|
|
|
"@astrojs/svelte": "^5.2.0",
|
2024-01-21 12:54:41 +08:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-03-14 16:17:10 +08:00
|
|
|
"@fontsource-variable/jetbrains-mono": "^5.0.20",
|
|
|
|
"@fontsource/roboto": "^5.0.12",
|
2024-03-12 14:04:58 +08:00
|
|
|
"@swup/astro": "^1.4.0",
|
2024-03-14 16:17:10 +08:00
|
|
|
"astro": "^4.4.15",
|
|
|
|
"astro-compress": "^2.2.15",
|
2024-03-12 14:04:58 +08:00
|
|
|
"astro-icon": "1.1.0",
|
2024-03-14 16:17:10 +08:00
|
|
|
"colorjs.io": "^0.5.0",
|
2024-05-02 12:24:20 +08:00
|
|
|
"hastscript": "^9.0.0",
|
2024-04-22 23:42:47 +08:00
|
|
|
"markdown-it": "^14.1.0",
|
2023-09-26 14:27:38 +08:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2024-03-14 16:17:10 +08:00
|
|
|
"overlayscrollbars": "^2.6.1",
|
2024-01-24 12:28:16 +08:00
|
|
|
"pagefind": "^1.0.4",
|
2023-09-26 14:27:38 +08:00
|
|
|
"reading-time": "^1.5.0",
|
2023-11-12 19:35:53 +08:00
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
2024-05-02 12:24:20 +08:00
|
|
|
"rehype-components": "^0.3.0",
|
2023-10-06 03:02:46 +08:00
|
|
|
"rehype-katex": "^7.0.0",
|
2023-11-12 19:35:53 +08:00
|
|
|
"rehype-slug": "^6.0.0",
|
2024-05-02 12:24:20 +08:00
|
|
|
"remark-directive": "^3.0.0",
|
|
|
|
"remark-directive-rehype": "^0.4.2",
|
2023-10-06 03:02:46 +08:00
|
|
|
"remark-math": "^6.0.0",
|
2024-04-22 23:42:47 +08:00
|
|
|
"sanitize-html": "^2.13.0",
|
2024-05-02 12:24:20 +08:00
|
|
|
"sharp": "^0.33.3",
|
2024-03-14 16:17:10 +08:00
|
|
|
"svelte": "^4.2.12",
|
|
|
|
"tailwindcss": "^3.4.1",
|
2024-05-02 12:24:20 +08:00
|
|
|
"typescript": "^5.4.2",
|
|
|
|
"unist-util-visit": "^5.0.0"
|
2023-09-26 14:27:38 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-14 16:17:10 +08:00
|
|
|
"@astrojs/ts-plugin": "^1.6.0",
|
|
|
|
"@biomejs/biome": "1.6.1",
|
2024-01-21 12:54:41 +08:00
|
|
|
"@iconify-json/fa6-brands": "^1.1.18",
|
|
|
|
"@iconify-json/fa6-regular": "^1.1.18",
|
|
|
|
"@iconify-json/fa6-solid": "^1.1.20",
|
2024-03-14 16:17:10 +08:00
|
|
|
"@iconify-json/material-symbols": "^1.1.74",
|
2024-04-28 12:43:10 +08:00
|
|
|
"@iconify/svelte": "^3.1.6",
|
2023-10-06 03:02:46 +08:00
|
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2024-04-22 23:42:47 +08:00
|
|
|
"@types/markdown-it": "^14.0.0",
|
2024-05-02 12:24:20 +08:00
|
|
|
"@types/mdast": "^4.0.3",
|
2024-04-22 23:42:47 +08:00
|
|
|
"@types/sanitize-html": "^2.11.0",
|
2024-03-14 16:17:10 +08:00
|
|
|
"stylus": "^0.63.0"
|
2023-09-26 14:27:38 +08:00
|
|
|
}
|
2024-05-02 12:24:20 +08:00
|
|
|
}
|