{ "name": "games-database-client", "version": "0.1.0", "private": true, "dependencies": { "@chakra-ui/react": "^3.37.0", "@emotion/react": "^11.14.0", "@hookstate/core": "^4.0.2", "@hookstate/localstored": "^4.0.2", "axios": "^1.20.0", "bson-objectid": "^2.0.4", "chakra-react-select": "^6.1.3", "interweave": "^13.1.1", "jodit-react": "^5.5.3", "js-base64": "^3.9.3", "next-themes": "^0.4.6", "react": "^19.2.8", "react-dom": "^19.2.8", "react-hook-form": "^7.87.0", "react-icons": "^5.7.0", "react-rating": "^2.0.5", "react-responsive-carousel": "^3.2.23", "react-router-dom": "^7.18.3", "react-select": "^5.10.2", "react-toastify": "^11.1.0", "web-vitals": "^6.2.1" }, "scripts": { "start": "bunx --bun vite", "build": "bunx --bun vite build", "serve": "vite preview", "serveprod": "serve ./dist/index.html" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "resolutions": { "@types/react": "19.2.18", "@types/react-dom": "19.2.7" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@chakra-ui/cli": "^3.37.0", "@hookstate/devtools": "^4.0.3", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.7", "@types/jest": "^30.0.0", "@types/node": "^26.4.1", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.7", "@types/react-table": "^7.7.20", "@vitejs/plugin-react": "^6.1.1", "typescript": "^5.9.3", "vite": "^8.2.2" } }