@etsoo/materialui
Version:
TypeScript Material-UI Implementation
88 lines (87 loc) • 2.39 kB
JSON
{
"name": "@etsoo/materialui",
"version": "1.6.39",
"description": "TypeScript Material-UI Implementation",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"types": "lib/mjs/index.d.ts",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ETSOO/ReactMU.git"
},
"keywords": [
"React",
"MaterialUI",
"TypeScript",
"ETSOO",
"SmartERP",
"司友云平台",
"青岛亿速思维",
"上海亿商"
],
"author": "ETSOO",
"license": "MIT",
"bugs": {
"url": "https://github.com/ETSOO/ReactMU/issues"
},
"homepage": "https://github.com/ETSOO/ReactMU#readme",
"dependencies": {
"@base-ui/react": "^1.3.0",
"@dnd-kit/react": "^0.3.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@etsoo/appscript": "^1.6.59",
"@etsoo/notificationbase": "^1.1.68",
"@etsoo/react": "^1.8.83",
"@etsoo/shared": "^1.2.81",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/x-data-grid": "^8.28.1",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dompurify": "^3.3.3",
"eventemitter3": "^5.0.4",
"pica": "^9.0.1",
"pulltorefreshjs": "^0.1.22",
"react": "^19.2.4",
"react-avatar-editor": "^13.0.2",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
"react-draggable": "^4.5.0",
"react-imask": "7.6.1"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime-corejs3": "^7.29.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/pica": "^9.0.5",
"@types/pulltorefreshjs": "^0.1.7",
"@types/react": "^19.2.14",
"@types/react-avatar-editor": "^13.0.4",
"@types/react-dom": "^19.2.3",
"@types/react-input-mask": "^3.0.6",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.1",
"typescript": "^5.9.3",
"vitest": "^4.1.2"
}
}