mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 05:26:39 +00:00
Upgrade Astro to 5.11.0, Vue to 3.5.17, Prettier to 3.6.2, and update related dependencies and lockfile. Also update @astrojs/rss, @astrojs/vue, @vitejs/plugin-vue-jsx, @volar/kit, and Shiki packages to latest versions. Add "format" script to package.json for code formatting. This ensures compatibility, bug fixes, and improved features across the project.
24 lines
513 B
JSON
24 lines
513 B
JSON
{
|
|
"name": "orbital-orbit",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier -wl ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/vue": "^5.1.0",
|
|
"astro": "^5.11.0",
|
|
"typescript": "^5.8.3",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|