mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 21:16:15 +01:00
Bumps the dependencies group with 2 updates: [axios](https://github.com/axios/axios) and [framer-motion](https://github.com/motiondivision/motion). Updates `axios` from 1.8.4 to 1.9.0 - [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.8.4...v1.9.0) Updates `framer-motion` from 12.8.0 to 12.9.2 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.8.0...v12.9.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: framer-motion dependency-version: 12.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "saucekudasai",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"description": "A Anime search engine that fetches anime info based on the image provided.",
|
|
"keywords": [
|
|
"Anime",
|
|
"React",
|
|
"Anilist",
|
|
"Search-Engine",
|
|
"Trace-moe",
|
|
"anime-search"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarcUs7i/SauceKudasai"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"axios": "^1.9.0",
|
|
"framer-motion": "^12.9.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-icons": "^5.5.0",
|
|
"react-scripts": "^5.0.1",
|
|
"styled-components": "^6.1.17",
|
|
"web-vitals": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "set PORT=3006 && react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"nth-check": "^2.1.1",
|
|
"postcss": "^8.4.31",
|
|
"svgo": "^3.0.2",
|
|
"css-select": "^5.1.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|