Astro?
This commit is contained in:
+10
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user