claude änderungen

This commit is contained in:
itsrubberduck
2025-09-15 11:53:50 +02:00
parent 4bd7a58953
commit bb2e3bd211
9 changed files with 1071 additions and 308 deletions

View File

@@ -14,6 +14,7 @@
"dependencies": {
"@nuxtjs/tailwindcss": "6.14.0",
"dotenv": "^17.2.2",
"fluent-ffmpeg": "^2.1.3",
"nuxt": "^4.1.1",
"nuxt-aos": "1.2.5",
"openai": "^4.66.0",
@@ -22,6 +23,11 @@
"vuetify": "3.9.0-beta.1",
"vuetify-nuxt-module": "0.18.7"
},
"engines": { "node": "22.x" },
"packageManager": "yarn@4.9.4"
"engines": {
"node": "22.x"
},
"packageManager": "yarn@4.9.4",
"devDependencies": {
"@types/fluent-ffmpeg": "^2"
}
}