{ "name": "play-node-go", "version": "0.1.0", "private": true, "dependencies": { "@mars/heroku-js-runtime-env": "^3.0.2", "@testing-library/user-event": "^7.1.2", "node-sass": "^4.13.0", "react-router-dom": "^5.1.2", "react-scripts": "^3.4.0", "socket.io-client": "^2.3.0" }, "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "scripts": { "start": "REACT_APP_ENVIRONMENT='development' react-scripts start", "build": "react-scripts build", "test": "CI=true react-scripts test", "eject": "react-scripts eject", "flow": "./node_modules/.bin/flow", "predeploy": "REACT_APP_ENVIRONMENT=production npm run build", "postinstall": "react-scripts build" }, "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" ] } }