package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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": "github:jrmi/use-socket.io#updated-v2",
  8. "@sentry/react": "^6.18.2",
  9. "@sentry/tracing": "^6.18.2",
  10. "chota": "^0.8.0",
  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. "final-form-arrays": "^3.0.2",
  17. "i18next": "^19.4.5",
  18. "i18next-browser-languagedetector": "^4.3.1",
  19. "lodash.debounce": "^4.0.8",
  20. "marked": "^4.0.12",
  21. "memoizee": "^0.4.14",
  22. "nanoid": "^3.3.0",
  23. "openvidu-browser": "~2.17.0",
  24. "randomcolor": "^0.5.4",
  25. "rc-slider": "^9.7.2",
  26. "react": "^17.0.2",
  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.9",
  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.7.2",
  38. "react-toastify": "^6.1.0",
  39. "react-useportal": "^1.0.14",
  40. "recoil": "^0.7.4",
  41. "socket.io-client": "^4.1.2",
  42. "styled-components": "^5.3.5",
  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 --port=5000",
  50. "lint": "eslint src/",
  51. "prettier": "prettier --write src/",
  52. "check": "node ./checkConfig.mjs",
  53. "server": "echo 'This command is deprecated. Please, see Readme for more information.'",
  54. "i18n:scanner": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
  55. "cypress:open": "cross-env VITE_CI=1 LANGUAGE=en cypress open",
  56. "cypress:run": "cross-env VITE_CI=1 LANGUAGE=en cypress run"
  57. },
  58. "browserslist": {
  59. "production": [
  60. ">0.2%",
  61. "not dead",
  62. "not op_mini all"
  63. ],
  64. "development": [
  65. "last 1 chrome version",
  66. "last 1 firefox version",
  67. "last 1 safari version"
  68. ]
  69. },
  70. "devDependencies": {
  71. "@babel/cli": "^7.14.3",
  72. "@babel/core": "^7.14.3",
  73. "@babel/node": "^7.14.2",
  74. "@babel/preset-env": "^7.14.4",
  75. "@testing-library/jest-dom": "^5.12.0",
  76. "@testing-library/react": "^11.2.7",
  77. "@testing-library/user-event": "^13.1.9",
  78. "@vitejs/plugin-react-refresh": "^1.3.3",
  79. "@welldone-software/why-did-you-render": "^6.1.4",
  80. "cross-env": "^7.0.3",
  81. "cypress": "^7.1.0",
  82. "dotenv": "^10.0.0",
  83. "eslint": "^7.27.0",
  84. "eslint-config-prettier": "^8.3.0",
  85. "eslint-plugin-prettier": "^3.4.0",
  86. "eslint-plugin-react": "^7.24.0",
  87. "eslint-plugin-react-hooks": "^4.2.0",
  88. "http-proxy-middleware": "^2.0.0",
  89. "i18next-scanner": "^3.0.0",
  90. "prettier": "2.0.5",
  91. "rollup-plugin-analyzer": "^4.0.0",
  92. "vite": "^2.2.4",
  93. "wait-on": "^5.3.0"
  94. }
  95. }