mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
25 lines
497 B
JSON
25 lines
497 B
JSON
{
|
|
"name": "station-manager-2.0",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"pinia": "^2.0.18",
|
|
"sass": "^1.54.4",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.7",
|
|
"vue-tsc": "^0.39.5"
|
|
}
|
|
}
|