github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/dashboard/frontend/package.json (about)

     1  {
     2    "name": "@bacalhau/dashboard",
     3    "private": true,
     4    "description": "dashboard app",
     5    "version": "1.0.1",
     6    "scripts": {
     7      "dev": "vite",
     8      "tsc": "tsc -b tsconfig.json",
     9      "build": "yarn tsc && vite build",
    10      "preview": "vite preview"
    11    },
    12    "dependencies": {
    13      "@babel/core": "^7.0.0",
    14      "@emotion/react": "^11.7.1",
    15      "@emotion/styled": "^11.6.0",
    16      "@hookform/resolvers": "^2.8.8",
    17      "@mui/icons-material": "^5.3.1",
    18      "@mui/material": "^5.3.1",
    19      "@mui/x-data-grid": "^5.16.0",
    20      "@types/bluebird": "^3.5.36",
    21      "@types/chance": "^1.1.3",
    22      "@types/hookrouter": "^2.2.5",
    23      "@types/node": "^18.7.14",
    24      "axios": "^0.25.0",
    25      "bluebird": "^3.7.2",
    26      "hookrouter": "^1.2.5",
    27      "pretty-bytes": "^6.0.0",
    28      "react": "^17.0.2",
    29      "react-dom": "^17.0.2",
    30      "react-force-graph-2d": "^1.23.11",
    31      "recharts": "^2.2.0"
    32    },
    33    "devDependencies": {
    34      "@types/react": "^17.0.33",
    35      "@types/react-dom": "^17.0.10",
    36      "@vitejs/plugin-react": "^1.0.7",
    37      "typescript": "^4.5.5",
    38      "vite": "^2.7.2"
    39    },
    40    "resolutions": {
    41      "d3-color": "3.1.0"
    42    }
    43  }