This commit is contained in:
2025-01-21 12:43:04 -06:00
parent c8e909ae88
commit 7c77a5298a
17 changed files with 940 additions and 37 deletions

11
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/react": "^2.3.6",
"@noahspan/noahspan-components": "^0.1.3",
"@noahspan/noahspan-components": "^0.1.6",
"framer-motion": "^11.1.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@@ -2533,9 +2533,9 @@
}
},
"node_modules/@noahspan/noahspan-components": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@noahspan/noahspan-components/-/noahspan-components-0.1.3.tgz",
"integrity": "sha512-b1R9c6NStt6Cq1zXY0ERqmKmFaa2xHDrFJfJb96ZdhNZM8WVxuHUTCj131KuZcjprpC/O0aQXuAJoYblLZwaQQ==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@noahspan/noahspan-components/-/noahspan-components-0.1.6.tgz",
"integrity": "sha512-764v3ol/eQkQN30TFRrYGeSyf8y1tInBWwnZQ831Rh2KYQLeHHZPn+OHBM4BH6exxT6nGnC9s6ajLDK6NIrSqA==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
@@ -2545,6 +2545,9 @@
"@nextui-org/react": "^2.3.6",
"framer-motion": "^11.1.9"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"