begin work on header

This commit is contained in:
Timothy Pidashev
2024-03-18 12:19:11 -07:00
parent 9422553c9c
commit 36112fe04e
7 changed files with 41 additions and 6 deletions
+25
View File
@@ -8,6 +8,7 @@
"name": "web",
"version": "0.1.0",
"dependencies": {
"framer-motion": "^11.0.14",
"next": "14.1.3",
"next-themes": "^0.3.0",
"react": "^18",
@@ -2139,6 +2140,30 @@
"url": "https://github.com/sponsors/rawify"
}
},
"node_modules/framer-motion": {
"version": "11.0.14",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.0.14.tgz",
"integrity": "sha512-RFjo2hB1MTW0EWsHQaXgVn0AEUDGxAs0ZL2vVjTTJJu3N7wFiLkmqTn5ysLjL+qKZ9jvfpKXDb9waN9AyLqk8g==",
"dependencies": {
"tslib": "^2.4.0"
},
"peerDependencies": {
"@emotion/is-prop-valid": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",