mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
34 lines
789 B
JSON
34 lines
789 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/react": "^3.3.1",
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@astrojs/vue": "^4.0.9",
|
|
"@fullcalendar/core": "^6.1.11",
|
|
"@fullcalendar/daygrid": "^6.1.11",
|
|
"@fullcalendar/icalendar": "^6.1.11",
|
|
"@fullcalendar/react": "^6.1.11",
|
|
"@types/react": "^18.2.79",
|
|
"@types/react-dom": "^18.2.25",
|
|
"astro": "^4.5.12",
|
|
"ical.js": "^1.5.0",
|
|
"md5": "^2.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype": "^13.0.1",
|
|
"sharp": "^0.33.3",
|
|
"tailwindcss": "^3.4.3",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vue": "^3.4.21"
|
|
}
|
|
}
|