mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
25 lines
495 B
JSON
25 lines
495 B
JSON
{
|
|
"name": "station-manager-2.0",
|
|
"private": true,
|
|
"version": "2.5.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.1.3",
|
|
"pinia": "^2.0.18",
|
|
"sass": "^1.55.0",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.2.1",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
}
|