Update index page to include text animation

This commit is contained in:
Blossomi Shymae
2024-10-12 20:24:46 -05:00
parent 85bbb614c7
commit 588c0e62ff
4 changed files with 125 additions and 9 deletions

29
package-lock.json generated
View File

@@ -16,6 +16,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@hypernym/nuxt-anime": "^2.1.1",
"sass": "^1.79.4"
}
},
@@ -878,6 +879,20 @@
"node": ">=14"
}
},
"node_modules/@hypernym/nuxt-anime": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@hypernym/nuxt-anime/-/nuxt-anime-2.1.1.tgz",
"integrity": "sha512-M0PfitJcjOZ96vmmFghCDq0RY7sN2iJTUDZEJEgwzB/1/gqxDZkQMcRmEhNqysX8sQcDBDDlkECgN+Yf+TBhIQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/animejs": "^3.1.7",
"animejs": "^3.2.1"
},
"funding": {
"url": "https://github.com/sponsors/ivodolenc"
}
},
"node_modules/@ioredis/commands": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz",
@@ -2034,6 +2049,13 @@
"node": ">=10.13.0"
}
},
"node_modules/@types/animejs": {
"version": "3.1.12",
"resolved": "https://registry.npmjs.org/@types/animejs/-/animejs-3.1.12.tgz",
"integrity": "sha512-fpdH+ZtlO0kqjTOqRaBdsEmvpRNOayI8k4EVkEtitL5l6wducDOXk0rgQgfZqWf/ZX9DzXrHf257S5i9xTcISQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/estree": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
@@ -2512,6 +2534,13 @@
"node": ">= 6.0.0"
}
},
"node_modules/animejs": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-3.2.2.tgz",
"integrity": "sha512-Ao95qWLpDPXXM+WrmwcKbl6uNlC5tjnowlaRYtuVDHHoygjtIPfDUoK9NthrlZsQSKjZXlmji2TrBUAVbiH0LQ==",
"dev": true,
"license": "MIT"
},
"node_modules/ansi-colors": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",