diff --git a/reactapp/package-lock.json b/reactapp/package-lock.json index 1c5dd0b..18c1025 100644 --- a/reactapp/package-lock.json +++ b/reactapp/package-lock.json @@ -15,6 +15,7 @@ "@types/node": "^20.11.16", "@types/react": "^18.2.51", "@types/react-dom": "^18.2.18", + "framer-motion": "^11.0.3", "node-sass": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -2290,6 +2291,21 @@ "postcss-selector-parser": "^6.0.10" } }, + "node_modules/@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "optional": true, + "dependencies": { + "@emotion/memoize": "0.7.4" + } + }, + "node_modules/@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", + "optional": true + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -9007,6 +9023,29 @@ "url": "https://github.com/sponsors/rawify" } }, + "node_modules/framer-motion": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.0.3.tgz", + "integrity": "sha512-6x2poQpIWBdbZwLd73w6cKZ1I9IEPIU94C6/Swp1Zt3LJ+sB5bPe1E2wC6EH5hSISXNkMJ4afH7AdwS7MrtkWw==", + "dependencies": { + "tslib": "^2.4.0" + }, + "optionalDependencies": { + "@emotion/is-prop-valid": "^0.8.2" + }, + "peerDependencies": { + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", diff --git a/reactapp/package.json b/reactapp/package.json index 4a8849a..dad1678 100644 --- a/reactapp/package.json +++ b/reactapp/package.json @@ -10,6 +10,7 @@ "@types/node": "^20.11.16", "@types/react": "^18.2.51", "@types/react-dom": "^18.2.18", + "framer-motion": "^11.0.3", "node-sass": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/reactapp/public/index.html b/reactapp/public/index.html index 6b3cfe5..aef381c 100644 --- a/reactapp/public/index.html +++ b/reactapp/public/index.html @@ -4,9 +4,9 @@