feat(dependencies): add lenis library for smooth scrolling

- Included lenis version 1.3.15 in package.json and package-lock.json to enhance scrolling experience.
- Updated dependency management files to reflect the addition of the new library.

This commit integrates the lenis library, improving user interface interactions with smooth scrolling functionality.
This commit is contained in:
Nicholai 2025-11-24 22:39:54 -07:00
parent d0579590bb
commit 2836560d81
2 changed files with 28 additions and 0 deletions

27
package-lock.json generated
View File

@ -56,6 +56,7 @@
"geist": "^1.3.1",
"ical.js": "^1.5.0",
"input-otp": "latest",
"lenis": "^1.3.15",
"lucide-react": "^0.454.0",
"moment": "^2.30.1",
"next": "^14.2.33",
@ -18380,6 +18381,32 @@
"node": ">=0.10"
}
},
"node_modules/lenis": {
"version": "1.3.15",
"resolved": "https://registry.npmjs.org/lenis/-/lenis-1.3.15.tgz",
"integrity": "sha512-zSYOFs0ydafX70uygFoipaHHQouPeE4DpZZhdOUyLJxVf2ZVvBCBBaolDDaQztTRsa6+stBlxq2GmFGJPAVryQ==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/darkroomengineering"
},
"peerDependencies": {
"@nuxt/kit": ">=3.0.0",
"react": ">=17.0.0",
"vue": ">=3.0.0"
},
"peerDependenciesMeta": {
"@nuxt/kit": {
"optional": true
},
"react": {
"optional": true
},
"vue": {
"optional": true
}
}
},
"node_modules/levn": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",

View File

@ -96,6 +96,7 @@
"geist": "^1.3.1",
"ical.js": "^1.5.0",
"input-otp": "latest",
"lenis": "^1.3.15",
"lucide-react": "^0.454.0",
"moment": "^2.30.1",
"next": "^14.2.33",