SauceKudasai/package.json
2025-03-18 22:52:59 +01:00

56 lines
1.2 KiB
JSON

{
"name": "saucekudasai",
"version": "0.1.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.2.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.8.3",
"framer-motion": "^12.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.16",
"web-vitals": "^4.2.4"
},
"scripts": {
"getsauce": "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"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}