github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys.monitor/site.main.src/package.json (about)

     1  {
     2    "name": "monitor",
     3    "version": "0.1.0",
     4    "private": true,
     5    "homepage": "/static/sys/monitor/site/main/",
     6    "dependencies": {
     7      "@mui/x-data-grid": "^5.17.8",
     8      "@reduxjs/toolkit": "^1.8.6",
     9      "@testing-library/jest-dom": "^5.16.5",
    10      "@testing-library/react": "^13.4.0",
    11      "@testing-library/user-event": "^13.5.0",
    12      "durations": "^3.4.2",
    13      "filesize": "^10.0.5",
    14      "human-readable-numbers": "^0.9.5",
    15      "moment": "^2.29.4",
    16      "prop-types": "^15.8.1",
    17      "ra-data-json-server": "^4.4.4",
    18      "react": "^18.2.0",
    19      "react-admin": "^4.4.4",
    20      "react-dom": "^18.2.0",
    21      "react-redux": "^8.0.4",
    22      "react-scripts": "5.0.1",
    23      "recharts": "^2.1.15",
    24      "svg-loaders-react": "^2.2.1",
    25      "web-vitals": "^2.1.4"
    26    },
    27    "scripts": {
    28      "start": "react-scripts start",
    29      "build": "BUILD_PATH='../site.main' react-scripts build",
    30      "test": "react-scripts test",
    31      "eject": "react-scripts eject"
    32    },
    33    "eslintConfig": {
    34      "extends": [
    35        "react-app",
    36        "react-app/jest"
    37      ]
    38    },
    39    "browserslist": {
    40      "production": [
    41        ">0.2%",
    42        "not dead",
    43        "not op_mini all"
    44      ],
    45      "development": [
    46        "last 1 chrome version",
    47        "last 1 firefox version",
    48        "last 1 safari version"
    49      ]
    50    }
    51  }