{
  "name": "@toolpad/core",
  "version": "0.16.0",
  "author": "MUI Team",
  "description": "Dashboard framework powered by Material UI.",
  "main": "./index.js",
  "module": "./esm/index.js",
  "keywords": [
    "react",
    "mui",
    "toolpad",
    "internal tools",
    "crud",
    "admin",
    "dashboard"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/toolpad.git",
    "directory": "packages/toolpad-core"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/toolpad/issues"
  },
  "homepage": "https://github.com/mui/toolpad#readme",
  "dependencies": {
    "@babel/runtime": "^7.27.6",
    "@mui/utils": "^7.1.1",
    "@mui/x-data-grid": "^8.5.0",
    "@mui/x-date-pickers": "^8.5.0",
    "client-only": "^0.0.1",
    "dayjs": "1.11.13",
    "invariant": "2.2.4",
    "path-to-regexp": "6.3.0",
    "prop-types": "15.8.1",
    "@toolpad/utils": "0.16.0"
  },
  "peerDependencies": {
    "@emotion/cache": "^11",
    "@emotion/react": "^11",
    "@mui/icons-material": "^7.0.0-beta || ^7.0.0",
    "@mui/material": "^7.0.0-beta || ^7.0.0",
    "@tanstack/react-router": "^1",
    "next": "^14 || ^15",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19",
    "react-router": "^7"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    },
    "react-router": {
      "optional": true
    },
    "@tanstack/react-router": {
      "optional": true
    }
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "private": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "import": {
        "types": "./esm/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./*": {
      "require": {
        "types": "./*/index.d.ts",
        "default": "./*/index.js"
      },
      "import": {
        "types": "./esm/*/index.d.ts",
        "default": "./esm/*/index.js"
      }
    },
    "./esm": null,
    "./modern": null
  },
  "types": "./index.d.ts"
}