🎨 Neues Design: - Animierte Hero Section mit Gradient Orbs - Floating Cards mit Mouse-Tracking - Smooth Scroll Animationen - Glassmorphism Effekte - Responsive Navbar mit Scroll-Detection - Feature Cards mit Hover-Glow - CTA Section mit Radial Glow ✨ Features: - Dynamische Farbverläufe - Pulse & Float Animationen - Custom Scrollbar - Inter Font - DE/EN Übersetzungen
29 lines
597 B
JSON
29 lines
597 B
JSON
{
|
|
"name": "vue3-basis",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/themes": "^4.0.0",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"pinia": "^2.1.0",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.0.0",
|
|
"vue": "^3.4.0",
|
|
"vue-i18n": "^9.9.0",
|
|
"vue-router": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"vite": "^5.4.21"
|
|
}
|
|
}
|