diff --git a/src/web/package-lock.json b/src/web/package-lock.json index 5cd9ccc..1d09c3e 100644 --- a/src/web/package-lock.json +++ b/src/web/package-lock.json @@ -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", diff --git a/src/web/package.json b/src/web/package.json index a9e4f8e..31c74e4 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "framer-motion": "^11.0.14", "next": "14.1.3", "next-themes": "^0.3.0", "react": "^18", diff --git a/src/web/src/app/layout.js b/src/web/src/app/layout.js index 0356117..168319c 100644 --- a/src/web/src/app/layout.js +++ b/src/web/src/app/layout.js @@ -14,7 +14,10 @@ export const metadata = { export default function Layout({children}) { return ( -
+