FUJI/package.json
2024-03-30 14:20:38 +08:00

23 lines
453 B
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.9",
"astro": "^4.5.12",
"md5": "^2.3.0",
"rehype": "^13.0.1",
"tailwindcss": "^3.4.3",
"unist-util-visit": "^5.0.0",
"vue": "^3.4.21"
}
}