package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "airgameboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@color2k/compat": "^1.0.0-rc.5",
  7. "@scripters/use-socket.io": "^1.6.0",
  8. "@welldone-software/why-did-you-render": "^4.2.5",
  9. "body-parser": "^1.19.0",
  10. "chota": "^0.8.0",
  11. "client2client.io": "^1.3.0",
  12. "color2k": "^1.0.0-rc.5",
  13. "final-form": "^4.20.0",
  14. "i18next": "^19.4.5",
  15. "i18next-browser-languagedetector": "^4.3.1",
  16. "lodash.debounce": "^4.0.8",
  17. "lodash.findlast": "^4.6.0",
  18. "lodash.intersection": "^4.4.0",
  19. "lodash.throttle": "^4.1.1",
  20. "marked": "^1.1.1",
  21. "memoizee": "^0.4.14",
  22. "nanoid": "^3.1.9",
  23. "platform": "^1.3.6",
  24. "randomcolor": "^0.5.4",
  25. "rc-slider": "^9.3.1",
  26. "react": "^17.0.1",
  27. "react-color": "^2.18.1",
  28. "react-confirm-alert": "^2.6.1",
  29. "react-cookie-consent": "^5.2.0",
  30. "react-dom": "^17.0.1",
  31. "react-draggable": "^4.4.2",
  32. "react-dropzone": "^11.0.1",
  33. "react-final-form": "^6.5.0",
  34. "react-i18next": "^11.7.0",
  35. "react-router": "^5.2.0",
  36. "react-router-dom": "^5.2.0",
  37. "react-scripts": "^4.0.0",
  38. "react-toastify": "^6.1.0",
  39. "react-use-localstorage": "^3.4.1",
  40. "react-zoom-pan-pinch": "^1.6.1",
  41. "recoil": "^0.1.1",
  42. "socket.io": "^2.3.0",
  43. "socket.io-client": "^2.3.0",
  44. "styled-components": "^5.1.1"
  45. },
  46. "scripts": {
  47. "start": "react-scripts start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test",
  50. "lint": "eslint src/",
  51. "prettier": "prettier --write src/",
  52. "eject": "react-scripts eject",
  53. "server": "echo 'The server is now packaged in separate app. See https://github.com/jrmi/airboardgame-back'",
  54. "i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
  55. "cypress:open": "LANGUAGE=en cypress open",
  56. "cypress:run": "LANGUAGE=en cypress run",
  57. "e2e": "npm start && wait-on http://localhost:3000 && LANGUAGE=en cypress run"
  58. },
  59. "eslintConfig": {
  60. "extends": "react-app"
  61. },
  62. "browserslist": {
  63. "production": [
  64. ">0.2%",
  65. "not dead",
  66. "not op_mini all"
  67. ],
  68. "development": [
  69. "last 1 chrome version",
  70. "last 1 firefox version",
  71. "last 1 safari version"
  72. ]
  73. },
  74. "devDependencies": {
  75. "@babel/cli": "^7.10.5",
  76. "@babel/core": "^7.11.4",
  77. "@babel/node": "^7.10.5",
  78. "@babel/preset-env": "^7.11.0",
  79. "@testing-library/jest-dom": "^4.2.4",
  80. "@testing-library/react": "^9.5.0",
  81. "@testing-library/user-event": "^7.2.1",
  82. "cypress": "^4.9.0",
  83. "eslint-config-prettier": "^6.11.0",
  84. "eslint-plugin-prettier": "^3.1.4",
  85. "eslint-plugin-react": "^7.20.0",
  86. "eslint-plugin-react-hooks": "^4.0.4",
  87. "i18next-scanner": "^2.11.0",
  88. "netlify-cli": "^2.68.0",
  89. "prettier": "2.0.5",
  90. "wait-on": "^5.1.0"
  91. }
  92. }