Files
bamort/frontend/package.json
T

25 lines
502 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",
"version": "0.2.2",
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",
"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
}
}