package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "body-parser": "^1.19.0",
  9. "chota": "^0.8.0",
  10. "client2client.io": "^2.0.2",
  11. "color2k": "^1.0.0-rc.5",
  12. "dayjs": "^1.10.4",
  13. "diacritic": "0.0.2",
  14. "events": "^3.3.0",
  15. "final-form": "^4.20.0",
  16. "i18next": "^19.4.5",
  17. "i18next-browser-languagedetector": "^4.3.1",
  18. "lodash.debounce": "^4.0.8",
  19. "lodash.findlast": "^4.6.0",
  20. "lodash.intersection": "^4.4.0",
  21. "lodash.throttle": "^4.1.1",
  22. "marked": "^2.0.0",
  23. "memoizee": "^0.4.14",
  24. "nanoid": "^3.1.9",
  25. "openvidu-browser": "^2.17.0",
  26. "platform": "^1.3.6",
  27. "randomcolor": "^0.5.4",
  28. "rc-slider": "^9.7.2",
  29. "react": "^17.0.1",
  30. "react-color": "^2.19.3",
  31. "react-confirm-alert": "^2.6.1",
  32. "react-dom": "^17.0.1",
  33. "react-draggable": "^4.4.2",
  34. "react-dropzone": "^11.0.1",
  35. "react-final-form": "^6.5.0",
  36. "react-i18next": "^11.7.0",
  37. "react-query": "^3.13.4",
  38. "react-router": "^5.2.0",
  39. "react-router-dom": "^5.2.0",
  40. "react-toastify": "^6.1.0",
  41. "react-use-localstorage": "^3.4.1",
  42. "react-useportal": "^1.0.14",
  43. "react-zoom-pan-pinch": "^1.6.1",
  44. "recoil": "^0.2.0",
  45. "socket.io-client": "^4.1.2",
  46. "styled-components": "^5.3.0",
  47. "use-async-effect": "^2.2.3"
  48. },
  49. "scripts": {
  50. "dev": "vite",
  51. "start": "npm run dev -- --open",
  52. "build": "vite build",
  53. "serve": "vite preview --open",
  54. "lint": "eslint src/",
  55. "prettier": "prettier --write src/",
  56. "server": "echo 'This command is deprecated. Please, see Readme for more information.'",
  57. "i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
  58. "cypress:open": "LANGUAGE=en cypress open",
  59. "cypress:run": "LANGUAGE=en cypress run"
  60. },
  61. "browserslist": {
  62. "production": [
  63. ">0.2%",
  64. "not dead",
  65. "not op_mini all"
  66. ],
  67. "development": [
  68. "last 1 chrome version",
  69. "last 1 firefox version",
  70. "last 1 safari version"
  71. ]
  72. },
  73. "devDependencies": {
  74. "@babel/cli": "^7.14.3",
  75. "@babel/core": "^7.14.3",
  76. "@babel/node": "^7.14.2",
  77. "@babel/preset-env": "^7.14.4",
  78. "@testing-library/jest-dom": "^5.12.0",
  79. "@testing-library/react": "^11.2.7",
  80. "@testing-library/user-event": "^13.1.9",
  81. "@vitejs/plugin-react-refresh": "^1.3.3",
  82. "@welldone-software/why-did-you-render": "^6.1.4",
  83. "cypress": "^7.1.0",
  84. "dotenv": "^10.0.0",
  85. "eslint": "^7.27.0",
  86. "eslint-config-prettier": "^8.3.0",
  87. "eslint-plugin-prettier": "^3.4.0",
  88. "eslint-plugin-react": "^7.24.0",
  89. "eslint-plugin-react-hooks": "^4.2.0",
  90. "http-proxy-middleware": "^2.0.0",
  91. "i18next-scanner": "^3.0.0",
  92. "prettier": "2.0.5",
  93. "rollup-plugin-analyzer": "^4.0.0",
  94. "vite": "^2.3.4",
  95. "wait-on": "^5.3.0"
  96. }
  97. }