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",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
2023-10-18 17:31:11 +08:00
|
|
|
"astro": "astro",
|
|
|
|
"new-post": "node scripts/new-post.js"
|
2023-09-26 14:27:38 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/check": "^0.2.0",
|
|
|
|
"@astrojs/tailwind": "^4.0.0",
|
2023-10-06 03:02:46 +08:00
|
|
|
"@astrojs/vue": "^3.0.1",
|
2023-09-26 14:27:38 +08:00
|
|
|
"@fontsource/roboto": "^5.0.8",
|
2023-11-08 23:33:10 +08:00
|
|
|
"astro": "^3.4.4",
|
2023-10-06 03:02:46 +08:00
|
|
|
"astro-icon": "1.0.0-next.2",
|
2023-09-26 14:27:38 +08:00
|
|
|
"colorjs.io": "^0.4.5",
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2023-11-08 13:01:06 +08:00
|
|
|
"overlayscrollbars": "^2.4.4",
|
2023-09-26 14:27:38 +08:00
|
|
|
"reading-time": "^1.5.0",
|
2023-10-06 03:02:46 +08:00
|
|
|
"rehype-katex": "^7.0.0",
|
|
|
|
"remark-math": "^6.0.0",
|
2023-10-23 17:45:07 +08:00
|
|
|
"sharp": "^0.32.6",
|
2023-09-26 14:27:38 +08:00
|
|
|
"tailwindcss": "^3.3.3",
|
2023-10-18 02:10:01 +08:00
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"valine": "^1.5.1"
|
2023-09-26 14:27:38 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-02 01:52:08 +08:00
|
|
|
"@astrojs/ts-plugin": "^1.1.3",
|
2023-09-26 14:27:38 +08:00
|
|
|
"@iconify-json/fa6-brands": "^1.1.13",
|
2023-11-03 14:10:54 +08:00
|
|
|
"@iconify-json/fa6-regular": "^1.1.13",
|
2023-11-03 15:59:14 +08:00
|
|
|
"@iconify-json/fa6-solid": "^1.1.15",
|
2023-10-06 03:02:46 +08:00
|
|
|
"@iconify-json/material-symbols": "^1.1.59",
|
|
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-09-26 14:27:38 +08:00
|
|
|
"stylus": "^0.59.0"
|
|
|
|
}
|
|
|
|
}
|