OpenPanel/packages/mui/package.json
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

80 lines
2.5 KiB
JSON

{
"name": "@refinedev/mui",
"version": "5.14.2",
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
"private": false,
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsup --watch --format esm,cjs,iife --legacy-output",
"build": "tsup --format esm,cjs,iife --minify --legacy-output",
"test": "jest --passWithNoTests --runInBand",
"prepare": "npm run build"
},
"peerDependencies": {
"@refinedev/core": "^4.46.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"dayjs": "^1.10.7",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.14.2",
"@mui/x-data-grid": "^6.6.0",
"@refinedev/react-hook-form": "^4.0.0",
"react-hook-form": "^7.30.0"
},
"devDependencies": {
"@refinedev/cli": "^2.16.22",
"@refinedev/ui-tests": "^1.14.1",
"@refinedev/core": "^4.46.2",
"@esbuild-plugins/node-resolve": "^0.1.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.171",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.3",
"esbuild-copy-static-files": "^0.1.0",
"esbuild-plugin-inline-image": "^0.0.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.1.4",
"react-router-dom": "^6.8.1",
"ts-jest": "^29.0.3",
"tsup": "^6.7.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@refinedev/ui-types": "^1.22.4",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.14.2",
"@mui/x-data-grid": "^6.6.0",
"@refinedev/react-hook-form": "^4.8.13",
"react-hook-form": "^7.30.0",
"dayjs": "^1.10.7",
"lodash-es": "^4.17.21",
"lodash": "^4.17.21",
"notistack": "^2.0.4",
"react-markdown": "^6.0.1",
"remark-gfm": "^1.0.0",
"warn-once": "^0.1.0",
"tslib": "^2.3.1"
},
"author": "refine",
"license": "MIT",
"gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
"publishConfig": {
"access": "public"
}
}