feat: install @vueuse/motion and create spring presets

This commit is contained in:
Your Name
2026-02-18 11:19:52 +02:00
parent 6b7dcc7317
commit 5630751adc
4 changed files with 372 additions and 9 deletions

View File

@@ -10,25 +10,31 @@
"tauri": "tauri"
},
"dependencies": {
"vue": "^3.5.0",
"vue-router": "^4.5.0",
"pinia": "^2.3.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@vueuse/core": "^12.0.0",
"@vueuse/motion": "^3.0.3",
"chart.js": "^4.4.0",
"vue-chartjs": "^5.3.0",
"jspdf": "^2.5.0",
"lucide-vue-next": "^0.400.0",
"marked": "^17.0.3",
"pinia": "^2.3.0",
"shadcn-vue": "^2.4.3",
"@tauri-apps/api": "^2.2.0"
"vue": "^3.5.0",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.2.0",
"@vitejs/plugin-vue": "^5.2.0",
"autoprefixer": "^10.4.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vue-tsc": "^2.2.0",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.0"
"vue-tsc": "^2.2.0"
}
}