mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 21:16:15 +01:00
A Frontend Search Engine that fetches anime info
https://saucekudasai.kizuren.dev
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.4` | `6.9.1` | | [axios](https://github.com/axios/axios) | `1.11.0` | `1.12.2` | | [framer-motion](https://github.com/motiondivision/motion) | `12.23.12` | `12.23.22` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` | Updates `@testing-library/jest-dom` from 6.6.4 to 6.9.1 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.4...v6.9.1) Updates `axios` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.2) Updates `framer-motion` from 12.23.12 to 12.23.22 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.12...v12.23.22) Updates `react` from 19.1.1 to 19.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react) Updates `react-dom` from 19.1.1 to 19.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: framer-motion dependency-version: 12.23.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-dom dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| public | ||
| src | ||
| .gitignore | ||
| docker-compose-build.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| jsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
SauceKudasai
A Frontend Search Engine that fetches anime info based on the image provided using trace.moe and AniList API
Requirements
Development:
- Node.JS
Deployment:
- docker
Development
npm install
npm run dev
Deployment via docker:
Using image:
docker compose up -d
Building image:
docker compose -f docker-compose-build.yml up -d
Author
Original: Ayush Gupta
Modified by: Kizuren
Original repository: https://github.com/ayushgptaa/SauceKudasai
