package.json 2.8 KB

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