This commit is contained in:
2026-04-24 09:21:32 +00:00
parent 9f3fb28b99
commit 2b8f9824d9
55 changed files with 2966 additions and 290 deletions
+10 -4
View File
@@ -3,13 +3,19 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vue-tsc --noEmit && vite build"
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/vue": "^6.0.1",
"@fortawesome/fontawesome-free": "^7.2.0",
"@unocss/astro": "^66.6.8",
"animsition": "^4.0.2",
"astro": "^6.1.9",
"core-js": "^3.49.0",
"emoji-regex": "^10.3.0",
"linkify-urls": "^5.2.0",
@@ -32,7 +38,7 @@
"tslib": "^2.6.3",
"typescript": "^6.0.3",
"unocss": "^66.6.8",
"vite": "^8.0.10",
"vite": "^6.0.0",
"vue-tsc": "3.2.7"
}
}