UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

94 lines 2.14 kB
{ "name": "@toolpad/core", "version": "0.15.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.1", "@mui/utils": "^7.0.2", "@mui/x-data-grid": "^8.2.0", "@mui/x-date-pickers": "^8.2.0", "@standard-schema/spec": "^1.0.0", "@vitejs/plugin-react": "4.4.1", "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.15.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", "next": "^14 || ^15", "react": "^18 || ^19", "react-dom": "^18 || ^19", "react-router": "^7" }, "peerDependenciesMeta": { "next": { "optional": true }, "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" }