Create a component for scrolling huge titles

This commit is contained in:
2021-11-16 22:35:42 +01:00
parent 4b05186662
commit ed62030b29
8 changed files with 111 additions and 13 deletions

View File

@@ -17,6 +17,7 @@
"lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"animejs": "^3.2.1",
"dayjs": "^1.10.7",
"embla-carousel": "^5.0.1",
"focus-visible": "^5.2.0",
@@ -26,6 +27,7 @@
"@sveltejs/adapter-node": "next",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"@types/animejs": "^3.1.4",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",