{ "name": "airgameboard", "version": "0.1.0", "private": true, "dependencies": { "@color2k/compat": "^1.0.0-rc.5", "@scripters/use-socket.io": "^1.6.0", "@welldone-software/why-did-you-render": "^4.2.5", "body-parser": "^1.19.0", "chota": "^0.8.0", "client2client.io": "^1.3.0", "color2k": "^1.0.0-rc.5", "final-form": "^4.20.0", "i18next": "^19.4.5", "i18next-browser-languagedetector": "^4.3.1", "lodash.debounce": "^4.0.8", "lodash.findlast": "^4.6.0", "lodash.intersection": "^4.4.0", "lodash.throttle": "^4.1.1", "marked": "^1.1.1", "memoizee": "^0.4.14", "nanoid": "^3.1.9", "platform": "^1.3.6", "randomcolor": "^0.5.4", "rc-slider": "^9.3.1", "react": "^17.0.1", "react-color": "^2.18.1", "react-confirm-alert": "^2.6.1", "react-cookie-consent": "^5.2.0", "react-dom": "^17.0.1", "react-draggable": "^4.4.2", "react-dropzone": "^11.0.1", "react-final-form": "^6.5.0", "react-i18next": "^11.7.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.0", "react-toastify": "^6.1.0", "react-use-localstorage": "^3.4.1", "react-zoom-pan-pinch": "^1.6.1", "recoil": "^0.1.1", "socket.io": "^2.3.0", "socket.io-client": "^2.3.0", "styled-components": "^5.1.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "lint": "eslint src/", "prettier": "prettier --write src/", "eject": "react-scripts eject", "server": "echo 'The server is now packaged in separate app. See https://github.com/jrmi/airboardgame-back'", "i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'", "cypress:open": "LANGUAGE=en cypress open", "cypress:run": "LANGUAGE=en cypress run", "e2e": "npm start && wait-on http://localhost:3000 && LANGUAGE=en cypress run" }, "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" ] }, "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.4", "@babel/node": "^7.10.5", "@babel/preset-env": "^7.11.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "cypress": "^4.9.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "i18next-scanner": "^2.11.0", "netlify-cli": "^2.68.0", "prettier": "2.0.5", "wait-on": "^5.1.0" } }