Parallax repariert, Footer hinzugefügt

This commit is contained in:
R40fendt
2025-04-05 21:16:01 +02:00
parent 2b4118589b
commit df0b91cc2b
7 changed files with 236 additions and 69 deletions

16
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"@tauri-apps/plugin-opener": "^2",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-vue": "^8.6.0",
"jarallax": "^2.2.1",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"striptags": "^3.2.0",
@@ -1408,6 +1409,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/jarallax": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.2.1.tgz",
"integrity": "sha512-O4pqiWGp856cTGG5uBG9b0Uk7AIRmfFCVisRwgpICsG2xyIRnUrVbx4SIbpzUDAhkD00jdjBiqb1bZPTkHi1vQ==",
"license": "MIT",
"dependencies": {
"video-worker": "^2.2.0"
}
},
"node_modules/jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
@@ -2031,6 +2041,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/video-worker": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.2.0.tgz",
"integrity": "sha512-bjdpCArfD/kvt3HBU2sJUEEFq+6HjIufKXL2NojWswInxalJwR5yh/cgaGismHS8PAe5hx+W0GfrFqlxJTfI/w==",
"license": "MIT"
},
"node_modules/vite": {
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz",