Files
bamort/frontend/package.json
T

26 lines
588 B
JSON
Raw Normal View History

2024-12-21 07:55:05 +01:00
{
2025-12-30 22:47:52 +01:00
"name": "bamort-frontend",
2026-02-17 23:27:54 +01:00
"version": "0.2.4",
2024-12-21 07:55:05 +01:00
"private": true,
"license": "SEE LICENSE IN LICENSE",
2024-12-21 07:55:05 +01:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
2026-02-24 22:10:05 +01:00
"build:desktop": "DESKTOP_BUILD=1 VITE_API_URL=http://localhost:8180 vite build",
"preview": "vite preview"
2024-12-21 07:55:05 +01:00
},
"dependencies": {
"axios": "^1.7.9",
2025-01-11 09:45:23 +01:00
"pinia": "^2.3.0",
2024-12-21 07:55:05 +01:00
"vue": "^3.5.13",
2026-01-25 16:02:07 +01:00
"vue-i18n": "^11.0.0",
2024-12-21 07:55:05 +01:00
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.5"
2024-12-21 07:55:05 +01:00
}
}