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-08-28 00:19:26 +08:00
|
|
|
"type-check": "tsc --noEmit --isolatedDeclarations",
|
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-08-29 22:32:11 +08:00
|
|
|
"@astrojs/check": "^0.9.3",
|
2024-07-26 23:15:44 +08:00
|
|
|
"@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",
|
2024-01-21 12:54:41 +08:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-08-29 22:32:11 +08:00
|
|
|
"@fontsource-variable/jetbrains-mono": "^5.0.22",
|
|
|
|
"@fontsource/roboto": "^5.0.14",
|
2024-06-21 19:24:10 +08:00
|
|
|
"@swup/astro": "^1.4.1",
|
2024-08-29 22:32:11 +08:00
|
|
|
"astro": "^4.15.0",
|
|
|
|
"astro-compress": "^2.3.1",
|
|
|
|
"astro-icon": "^1.1.1",
|
2024-07-26 23:15:44 +08:00
|
|
|
"colorjs.io": "^0.5.2",
|
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-08-29 22:32:11 +08:00
|
|
|
"overlayscrollbars": "^2.10.0",
|
2024-06-21 19:24:10 +08:00
|
|
|
"pagefind": "^1.1.0",
|
2024-09-29 20:58:11 +08:00
|
|
|
"pnpm": "^9.11.0",
|
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",
|
2024-08-29 22:32:11 +08:00
|
|
|
"rehype-katex": "^7.0.1",
|
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-08-29 22:32:11 +08:00
|
|
|
"sharp": "^0.33.5",
|
|
|
|
"svelte": "^4.2.19",
|
|
|
|
"tailwindcss": "^3.4.10",
|
2024-07-26 23:15:44 +08:00
|
|
|
"typescript": "^5.5.4",
|
2024-05-02 12:24:20 +08:00
|
|
|
"unist-util-visit": "^5.0.0"
|
2023-09-26 14:27:38 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-29 22:32:11 +08:00
|
|
|
"@astrojs/ts-plugin": "^1.10.1",
|
2024-07-26 23:15:44 +08:00
|
|
|
"@biomejs/biome": "1.8.3",
|
2024-08-29 22:32:11 +08:00
|
|
|
"@iconify-json/fa6-brands": "^1.1.22",
|
|
|
|
"@iconify-json/fa6-regular": "^1.1.22",
|
|
|
|
"@iconify-json/fa6-solid": "^1.1.24",
|
|
|
|
"@iconify-json/material-symbols": "^1.1.89",
|
2024-06-21 19:24:10 +08:00
|
|
|
"@iconify/svelte": "^4.0.2",
|
2023-10-06 03:02:46 +08:00
|
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
2024-08-29 22:32:11 +08:00
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
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",
|
2024-08-29 22:32:11 +08:00
|
|
|
"@types/sanitize-html": "^2.13.0",
|
2024-07-28 01:41:11 +08:00
|
|
|
"photoswipe": "^5.4.4",
|
2024-06-22 01:31:29 +08:00
|
|
|
"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"
|
2024-06-21 19:21:13 +08:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"vite-imagetools": "^6.2.7",
|
|
|
|
"sharp": "^0.33.0"
|
|
|
|
}
|
2024-07-28 01:41:11 +08:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
2024-05-02 12:24:20 +08:00
|
|
|
}
|