my-favs/frontend/package.json
RamonCalvo f0ef26ee15 feat: add Vue 3 frontend with Vite and Docker
SPA with bookmark form, list with category filters, and
categorize button. Served via nginx with API reverse proxy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 19:04:44 -06:00

17 lines
288 B
JSON

{
"name": "favs-ui",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5",
"firebase": "^11.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0",
"vite": "^6.0"
}
}