package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/plots": "^2.6.4",
  7. "@emotion/react": "11.14.0",
  8. "@emotion/styled": "11.14.1",
  9. "@mui/icons-material": "5.18.0",
  10. "@mui/lab": "5.0.0-alpha.75",
  11. "@mui/material": "5.5.3",
  12. "@mui/x-charts": "^6.0.0-alpha.15",
  13. "@mui/x-data-grid": "6.20.4",
  14. "@testing-library/dom": "10.4.0",
  15. "@testing-library/jest-dom": "6.6.3",
  16. "@testing-library/react": "12.0.0",
  17. "@testing-library/user-event": "13.5.0",
  18. "react": "17.0.2",
  19. "react-dom": "17.0.2",
  20. "react-google-charts": "^5.2.1",
  21. "react-router": "6.30.1",
  22. "react-router-dom": "6.30.1",
  23. "react-scripts": "5.0.1",
  24. "recharts": "^2.1.9",
  25. "rsuite": "^5.83.2",
  26. "serve": "^14.2.4",
  27. "source-map-explorer": "^2.5.3",
  28. "tabulator-tables": "6.3.1",
  29. "web-vitals": "^2.1.4"
  30. },
  31. "scripts": {
  32. "start": "GENERATE_SOURCEMAP=false react-scripts start",
  33. "build": "react-scripts build",
  34. "test": "react-scripts test",
  35. "eject": "react-scripts eject",
  36. "analyze": "source-map-explorer 'build/static/js/*.js'"
  37. },
  38. "eslintConfig": {
  39. "extends": [
  40. "react-app",
  41. "react-app/jest"
  42. ]
  43. },
  44. "browserslist": {
  45. "production": [
  46. "last 100 chrome version",
  47. "last 100 firefox version",
  48. "last 100 safari version",
  49. "last 100 edge version"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 100 safari version"
  55. ]
  56. }
  57. }