mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
22 lines
544 B
JSON
22 lines
544 B
JSON
{
|
|
"name": "teapot",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev-extern-backend": "vite --mode developement-external",
|
|
"build-dev": "vite build --mode development",
|
|
"build-prod": "vite build --mode production",
|
|
"build-embed": "vite build --mode production --base=/dashboard/",
|
|
"preview": "vite preview --port 4173"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"bootstrap-icons": "^1.10.2",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"vite": "^3.0.4"
|
|
}
|
|
}
|