UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

87 lines (86 loc) 2.33 kB
{ "name": "@etsoo/toolpad", "version": "1.0.40", "author": "ETSOO", "description": "Dashboard framework extention based on Toolpad Core", "main": "build/cjs/index.js", "module": "build/mjs/index.js", "exports": { ".": { "types": "./build/mjs/index.d.ts", "import": "./build/mjs/index.js", "require": "./build/cjs/index.js" }, "./nextjs": { "types": "./build/mjs/nextjs/index.d.ts", "import": "./build/mjs/nextjs/index.js", "require": "./build/cjs/nextjs/index.js" }, "./react-router-dom": { "types": "./build/mjs/react-router-dom/index.d.ts", "import": "./build/mjs/react-router-dom/index.js", "require": "./build/cjs/react-router-dom/index.js" } }, "sideEffects": false, "keywords": [ "react", "mui", "toolpad", "dashboard", "Etsoo" ], "repository": { "type": "git", "url": "git+https://github.com/ETSOO/etsoo-toolpad.git" }, "license": "MIT", "bugs": { "url": "https://github.com/ETSOO/etsoo-toolpad/issues" }, "homepage": "https://github.com/ETSOO/etsoo-toolpad#readme", "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest", "testb": "vitest --browser.enabled" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "7.1.2", "@mui/material": "7.1.2", "@mui/utils": "7.1.1", "invariant": "2.2.4", "path-to-regexp": "6.3.0", "react": "^19.1.0" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-transform-runtime": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/runtime-corejs3": "^7.27.6", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/invariant": "2.2.37", "@types/node": "^24.0.4", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "@vitejs/plugin-react": "4.6.0", "@vitest/browser": "3.2.4", "jsdom": "^26.1.0", "next": "^15.3.4", "next-router-mock": "^1.0.2", "playwright": "^1.53.1", "react-router-dom": "^7.6.2", "vitest": "3.2.4" }, "peerDependenciesMeta": { "next": { "optional": true }, "react-router-dom": { "optional": true } } }