mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-21 16:01:31 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "orbien-server-ui",
|
|
"private": true,
|
|
"version": "3.6.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc -b --pretty"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.22",
|
|
"vue-i18n": "^11.4.8",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.2",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.2",
|
|
"vite": "^7.1.7",
|
|
"vue-tsc": "^3.0.8"
|
|
}
|
|
}
|