Added fuse.js

This commit is contained in:
Lucas Oliveira 2025-12-12 15:13:19 -03:00
parent b8f4497e95
commit 425d5a61d0
2 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"fuse.js": "^7.1.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.12",
"next": "15.5.7",
@ -3429,6 +3430,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/fuse.js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
}
},
"node_modules/get-nonce": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",

View file

@ -34,6 +34,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"fuse.js": "^7.1.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.12",
"next": "15.5.7",