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": "git+https://github.com/jrmi/use-socket.io.git#updated",
  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.4",
  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": "^2.0.0",
  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": "^6.2.3",
  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-toastify": "^6.1.0",
  38. "react-use-localstorage": "^3.4.1",
  39. "react-zoom-pan-pinch": "^1.6.1",
  40. "recoil": "^0.1.1",
  41. "socket.io-client": "^3.1.1",
  42. "styled-components": "^5.1.1"
  43. },
  44. "scripts": {
  45. "dev": "vite",
  46. "start": "npm run dev -- --open",
  47. "build": "vite build",
  48. "serve": "vite preview --open",
  49. "lint": "eslint src/",
  50. "prettier": "prettier --write src/",
  51. "server": "echo 'This command is deprecated. Please, see Readme for more information.'",
  52. "i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
  53. "cypress:open": "LANGUAGE=en cypress open",
  54. "cypress:run": "LANGUAGE=en cypress run"
  55. },
  56. "browserslist": {
  57. "production": [
  58. ">0.2%",
  59. "not dead",
  60. "not op_mini all"
  61. ],
  62. "development": [
  63. "last 1 chrome version",
  64. "last 1 firefox version",
  65. "last 1 safari version"
  66. ]
  67. },
  68. "devDependencies": {
  69. "@babel/cli": "^7.10.5",
  70. "@babel/core": "^7.11.4",
  71. "@babel/node": "^7.10.5",
  72. "@babel/preset-env": "^7.11.0",
  73. "@testing-library/jest-dom": "^4.2.4",
  74. "@testing-library/react": "^9.5.0",
  75. "@testing-library/user-event": "^7.2.1",
  76. "@vitejs/plugin-react-refresh": "^1.3.1",
  77. "cypress": "^4.9.0",
  78. "dotenv": "^8.2.0",
  79. "eslint": "^7.21.0",
  80. "eslint-config-prettier": "^6.11.0",
  81. "eslint-plugin-prettier": "^3.1.4",
  82. "eslint-plugin-react": "^7.22.0",
  83. "eslint-plugin-react-hooks": "^4.0.4",
  84. "http-proxy-middleware": "^1.0.6",
  85. "i18next-scanner": "^2.11.0",
  86. "netlify-cli": "^3.7.1",
  87. "prettier": "2.0.5",
  88. "rollup-plugin-analyzer": "^4.0.0",
  89. "vite": "^2.0.5",
  90. "wait-on": "^5.2.1"
  91. }
  92. }