add several pages and life wave

This commit is contained in:
Tilman Behrend 2025-08-31 22:58:40 +02:00
parent 734255aad2
commit 7b55e8770c
33 changed files with 1488 additions and 96 deletions

View file

@ -10,6 +10,7 @@
"hasInstallScript": true,
"dependencies": {
"@quasar/extras": "^1.16.4",
"gsap": "^3.13.0",
"pinia": "^3.0.1",
"quasar": "^2.16.0",
"vue": "^3.4.18",
@ -3819,6 +3820,12 @@
"dev": true,
"license": "ISC"
},
"node_modules/gsap": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/gsap/-/gsap-3.13.0.tgz",
"integrity": "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==",
"license": "Standard 'no charge' license: https://gsap.com/standard-license."
},
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",