{ "name": "catherine-janken", "version": "0.1.0", "private": true, "homepage": "tool", "dependencies": { "@babel/core": "^7.24.4", "dotenv": "^8.2.0", "node-sass": "^4.13.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^0.88.2", "socket.io-client": "^2.3.0", "typescript": "^4.9.5" }, "devDependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@types/jest": "^24.9.1", "@types/node": "^12.12.53", "@types/react": "^16.9.43", "@types/react-dom": "^16.9.8", "@types/socket.io-client": "^1.4.32", "tslint": "^5.18.0", "tslint-config-airbnb": "^5.11.1", "tslint-react": "^4.0.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build && rm -rf tool && mv build tool", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }