package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "dashboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/pro-components": "^2.3.13",
  7. "@reduxjs/toolkit": "^1.8.5",
  8. "@testing-library/jest-dom": "^5.14.1",
  9. "@testing-library/react": "^13.0.0",
  10. "@testing-library/user-event": "^13.2.1",
  11. "@types/google-protobuf": "^3.15.6",
  12. "@types/jest": "^27.0.1",
  13. "@types/js-cookie": "^3.0.2",
  14. "@types/node": "^16.7.13",
  15. "@types/react": "^18.0.0",
  16. "@types/react-color": "^3.0.6",
  17. "@types/react-copy-to-clipboard": "^5.0.4",
  18. "@types/react-dom": "^18.0.0",
  19. "antd": "^4.23.3",
  20. "dayjs": "^1.11.5",
  21. "dinero.js": "^2.0.0-alpha.8",
  22. "emoji-mart": "^5.2.2",
  23. "filesize": "^10.0.5",
  24. "google-map-react": "^2.2.0",
  25. "google-protobuf": "^3.21.0",
  26. "grpc-web": "^1.4.1",
  27. "js-cookie": "^3.0.1",
  28. "jwt-decode": "^3.1.2",
  29. "qrcode.react": "^3.1.0",
  30. "react": "^18.2.0",
  31. "react-color": "^2.19.3",
  32. "react-copy-to-clipboard": "^5.1.0",
  33. "react-dom": "^18.2.0",
  34. "react-draggable": "^4.4.5",
  35. "react-dropzone": "^14.2.2",
  36. "react-highlight-words": "^0.18.0",
  37. "react-intl": "^6.1.2",
  38. "react-json-view": "^1.21.3",
  39. "react-markdown": "^8.0.3",
  40. "react-player": "^2.11.0",
  41. "react-quill": "^2.0.0",
  42. "react-redux": "^8.0.4",
  43. "react-router-dom": "^6.4.1",
  44. "react-scripts": "5.0.1",
  45. "react-sparklines": "^1.7.0",
  46. "react-syntax-highlighter": "^15.5.0",
  47. "timezones-list": "^3.0.1",
  48. "typescript": "^4.4.2",
  49. "video.js": "^7.20.3",
  50. "web-vitals": "^2.1.0"
  51. },
  52. "scripts": {
  53. "start": "react-scripts start",
  54. "build": "react-scripts build",
  55. "test": "react-scripts test",
  56. "eject": "react-scripts eject"
  57. },
  58. "eslintConfig": {
  59. "extends": [
  60. "react-app",
  61. "react-app/jest"
  62. ]
  63. },
  64. "browserslist": {
  65. "production": [
  66. ">0.2%",
  67. "not dead",
  68. "not op_mini all"
  69. ],
  70. "development": [
  71. "last 1 chrome version",
  72. "last 1 firefox version",
  73. "last 1 safari version"
  74. ]
  75. }
  76. }