package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "dashboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/charts": "^1.4.2",
  7. "@ant-design/pro-components": "^2.3.16",
  8. "@emotion/react": "^11.10.4",
  9. "@emotion/styled": "^11.10.4",
  10. "@fluentui/react": "^8.98.0",
  11. "@fontsource/roboto": "^4.5.8",
  12. "@fortawesome/fontawesome-free": "^6.2.0",
  13. "@mui/icons-material": "^5.10.9",
  14. "@mui/material": "^5.10.9",
  15. "@reduxjs/toolkit": "^1.8.6",
  16. "@testing-library/jest-dom": "^5.14.1",
  17. "@testing-library/react": "^13.0.0",
  18. "@testing-library/user-event": "^13.2.1",
  19. "@types/google-protobuf": "^3.15.6",
  20. "@types/jest": "^27.0.1",
  21. "@types/js-cookie": "^3.0.2",
  22. "@types/node": "^16.7.13",
  23. "@types/react": "^18.0.0",
  24. "@types/react-big-calendar": "^0.38.2",
  25. "@types/react-color": "^3.0.6",
  26. "@types/react-copy-to-clipboard": "^5.0.4",
  27. "@types/react-dom": "^18.0.0",
  28. "@types/react-pdf": "^5.7.2",
  29. "antd": "^4.23.5",
  30. "dayjs": "^1.11.5",
  31. "dinero.js": "^2.0.0-alpha.8",
  32. "emoji-mart": "^5.2.2",
  33. "famfamfam-flags": "^1.0.0",
  34. "famfamfam-mini": "^1.0.0",
  35. "famfamfam-silk": "^1.0.0",
  36. "filesize": "^10.0.5",
  37. "google-map-react": "^2.2.0",
  38. "google-protobuf": "^3.21.2",
  39. "grpc-web": "^1.4.1",
  40. "js-cookie": "^3.0.1",
  41. "jwt-decode": "^3.1.2",
  42. "qrcode.react": "^3.1.0",
  43. "react": "^18.2.0",
  44. "react-big-calendar": "^1.5.0",
  45. "react-color": "^2.19.3",
  46. "react-copy-to-clipboard": "^5.1.0",
  47. "react-dom": "^18.2.0",
  48. "react-draggable": "^4.4.5",
  49. "react-dropzone": "^14.2.3",
  50. "react-highlight-words": "^0.18.0",
  51. "react-hook-form": "^7.37.0",
  52. "react-image-crop": "^10.0.8",
  53. "react-intl": "^6.2.0",
  54. "react-json-view": "^1.21.3",
  55. "react-markdown": "^8.0.3",
  56. "react-number-format": "^5.0.1",
  57. "react-pdf": "^5.7.2",
  58. "react-player": "^2.11.0",
  59. "react-quill": "^2.0.0",
  60. "react-redux": "^8.0.4",
  61. "react-router-dom": "^6.4.2",
  62. "react-scripts": "5.0.1",
  63. "react-sparklines": "^1.7.0",
  64. "react-syntax-highlighter": "^15.5.0",
  65. "timezones-list": "^3.0.1",
  66. "typescript": "^4.4.2",
  67. "video.js": "^7.20.3",
  68. "web-vitals": "^2.1.0"
  69. },
  70. "scripts": {
  71. "start": "react-scripts start",
  72. "build": "react-scripts build",
  73. "test": "react-scripts test",
  74. "eject": "react-scripts eject"
  75. },
  76. "eslintConfig": {
  77. "extends": [
  78. "react-app",
  79. "react-app/jest"
  80. ]
  81. },
  82. "browserslist": {
  83. "production": [
  84. ">0.2%",
  85. "not dead",
  86. "not op_mini all"
  87. ],
  88. "development": [
  89. "last 1 chrome version",
  90. "last 1 firefox version",
  91. "last 1 safari version"
  92. ]
  93. }
  94. }