mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
feat: add FrontMatter CMS, biome, translation, etc.
* add Frontmatter CMS * add biome * update * update * fixed & add docs * fix translation.ts * fix translation
This commit is contained in:
32
package.json
32
package.json
@@ -8,37 +8,41 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"new-post": "node scripts/new-post.js"
|
||||
"new-post": "node scripts/new-post.js",
|
||||
"format": "biome format --write ./src",
|
||||
"lint": "biome check --apply ./src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.2.0",
|
||||
"@astrojs/tailwind": "^5.0.2",
|
||||
"@astrojs/vue": "^3.0.1",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.0.18",
|
||||
"@astrojs/check": "^0.3.4",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/vue": "^4.0.8",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.0.19",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"astro": "^3.5.0",
|
||||
"astro-icon": "1.0.0-next.2",
|
||||
"astro": "^4.1.1",
|
||||
"astro-icon": "1.0.2",
|
||||
"colorjs.io": "^0.4.5",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"overlayscrollbars": "^2.4.4",
|
||||
"overlayscrollbars": "^2.4.6",
|
||||
"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",
|
||||
"sharp": "^0.32.6",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"tailwindcss": "^3.3.7",
|
||||
"typescript": "^5.2.2",
|
||||
"valine": "^1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/ts-plugin": "^1.1.3",
|
||||
"@iconify-json/fa6-brands": "^1.1.13",
|
||||
"@iconify-json/fa6-regular": "^1.1.13",
|
||||
"@iconify-json/fa6-solid": "^1.1.15",
|
||||
"@iconify-json/material-symbols": "^1.1.59",
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user