feat(T07): Warenkorb & Mietanfrage frontend – cart store, drawer, pages, form, tests

This commit is contained in:
Implementation Engineer
2026-07-10 01:32:19 +02:00
parent e220ff7db9
commit a1bba48cd7
19 changed files with 1874 additions and 92 deletions
+8 -6
View File
@@ -14,19 +14,21 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"nuxt": "^3.14.0",
"pinia": "^3.0.4",
"vue": "^3.5.0",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vue-tsc": "^2.1.0",
"vitest": "^3.2.0",
"@playwright/test": "^1.48.0",
"@vue/test-utils": "^2.4.5",
"happy-dom": "^15.0.0",
"@playwright/test": "^1.48.0",
"@nuxt/test-utils": "^3.14.0"
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vitest": "^3.2.0",
"vue-tsc": "^2.1.0"
}
}