diff --git a/package-lock.json b/package-lock.json index 5d83ccff..742f2517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,8 @@ "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "flag": "^5.0.1", + "framer-motion": "^11.9.0", + "lucide-react": "^0.447.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", @@ -29,7 +31,7 @@ "json-loader": "^0.5.7", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.11", - "tailwindcss": "^3.4.1" + "tailwindcss": "^3.4.13" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8512,6 +8514,30 @@ "url": "https://github.com/sponsors/rawify" } }, + "node_modules/framer-motion": { + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.9.0.tgz", + "integrity": "sha512-nCfGxvsQecVLjjYDu35G2F5ls+ArE3FBfhxV0RSiisMaUKqteq5DMBFNRKwMyVj+VqKTNhawt+BV480YCHKFlQ==", + "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/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -12113,6 +12139,14 @@ "yallist": "^3.0.2" } }, + "node_modules/lucide-react": { + "version": "0.447.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.447.0.tgz", + "integrity": "sha512-SZ//hQmvi+kDKrNepArVkYK7/jfeZ5uFNEnYmd45RKZcbGD78KLnrcNXmgeg6m+xNHFvTG+CblszXCy4n6DN4w==", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + } + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -16418,9 +16452,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index c157ed7f..802a11c2 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,13 @@ "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "flag": "^5.0.1", + "framer-motion": "^11.9.0", + "lucide-react": "^0.447.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", - "react-scripts": "5.0.1", "react-router-dom": "^6.22.0", + "react-scripts": "5.0.1", "web-vitals": "^3.5.2" }, "scripts": { @@ -52,6 +54,6 @@ "json-loader": "^0.5.7", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.11", - "tailwindcss": "^3.4.1" + "tailwindcss": "^3.4.13" } }