-dev3

{ "name": "card-game", "version": "0.1.0", "private": true, "dependencies": { "@chakra-ui/react": "^2.3.1", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@reduxjs/toolkit": "^1.8.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "framer-motion": "^7.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.2", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },