diff --git a/package-lock.json b/package-lock.json index 3ec7e57..b212500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@inertiajs/react": "^2.3.4", + "@lottiefiles/dotlottie-react": "^0.17.10", "@mui/icons-material": "^7.3.6", "@mui/material": "^7.3.6", "react": "^19.2.3", @@ -973,6 +974,24 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@lottiefiles/dotlottie-react": { + "version": "0.17.10", + "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-react/-/dotlottie-react-0.17.10.tgz", + "integrity": "sha512-ikrN05/q0/KjqIU+n48uNwmE7DeZIC9y3Nd19httcKqe273zoOeNYycEaQzLSdcpEGnWLmHaZpgtoo07aQZAXg==", + "license": "MIT", + "dependencies": { + "@lottiefiles/dotlottie-web": "0.58.1" + }, + "peerDependencies": { + "react": "^17 || ^18 || ^19" + } + }, + "node_modules/@lottiefiles/dotlottie-web": { + "version": "0.58.1", + "resolved": "https://registry.npmjs.org/@lottiefiles/dotlottie-web/-/dotlottie-web-0.58.1.tgz", + "integrity": "sha512-YC4pmScrV0R3rd11gU5xHrjeNczlCic69zlnMH/buDIzYxIbpR88oPUhGtKgu5ln7EJchoLpeRJbA3uLCzSeTA==", + "license": "MIT" + }, "node_modules/@mui/core-downloads-tracker": { "version": "7.3.6", "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.6.tgz", diff --git a/package.json b/package.json index c2e78c5..a3fd302 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@inertiajs/react": "^2.3.4", + "@lottiefiles/dotlottie-react": "^0.17.10", "@mui/icons-material": "^7.3.6", "@mui/material": "^7.3.6", "react": "^19.2.3", diff --git a/public/assets/lottie/cat-fishing.lottie b/public/assets/lottie/cat-fishing.lottie new file mode 100644 index 0000000..19e09b0 Binary files /dev/null and b/public/assets/lottie/cat-fishing.lottie differ