mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "station-manager-2.0",
|
|
"private": true,
|
|
"version": "2.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.10.0",
|
|
"pinia": "^3.0.3",
|
|
"sass": "^1.89.2",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.0",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|