package.json 2.6 KB

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