@etsoo/toolpad
Version:
Dashboard framework extention based on Toolpad Core
79 lines (78 loc) • 2.15 kB
JSON
{
"name": "@etsoo/toolpad",
"version": "1.0.49",
"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"
},
"./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.1",
"@mui/icons-material": "9.0.1",
"@mui/material": "9.0.1",
"@mui/utils": "9.0.1",
"invariant": "2.2.4",
"path-to-regexp": "^6.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.5",
"@babel/runtime-corejs3": "^7.29.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/invariant": "2.2.37",
"@types/node": "^25.8.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"@vitest/browser": "4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"jsdom": "^29.1.1",
"playwright": "^1.60.0",
"react-router-dom": "^7.15.1",
"vitest": "4.1.6"
},
"peerDependenciesMeta": {
"react-router-dom": {
"optional": true
}
}
}