@etsoo/toolpad
Version:
Dashboard framework extention based on Toolpad Core
90 lines (89 loc) • 2.44 kB
JSON
{
"name": "@etsoo/toolpad",
"version": "1.0.42",
"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.1",
"@mui/icons-material": "7.3.5",
"@mui/material": "7.3.5",
"@mui/utils": "7.3.5",
"invariant": "2.2.4",
"path-to-regexp": "6.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/runtime-corejs3": "^7.28.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/invariant": "2.2.37",
"@types/node": "^24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "5.1.0",
"@vitest/browser": "4.0.7",
"@vitest/browser-playwright": "^4.0.7",
"jsdom": "^27.1.0",
"next": "^16.0.1",
"next-router-mock": "^1.0.4",
"playwright": "^1.56.1",
"react-router-dom": "^7.9.5",
"vitest": "4.0.7"
},
"peerDependenciesMeta": {
"next": {
"optional": true
},
"react-router-dom": {
"optional": true
}
}
}