package.json 2.8 KB

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