@etsoo/materialui
Version:
TypeScript Material-UI Implementation
90 lines (89 loc) • 2.45 kB
JSON
{
"name": "@etsoo/materialui",
"version": "1.5.69",
"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": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@etsoo/appscript": "^1.6.43",
"@etsoo/notificationbase": "^1.1.63",
"@etsoo/react": "^1.8.49",
"@etsoo/shared": "^1.2.75",
"@mui/icons-material": "^7.3.0",
"@mui/material": "^7.3.0",
"@mui/x-data-grid": "^8.9.2",
"chart.js": "^4.5.0",
"chartjs-plugin-datalabels": "^2.2.0",
"dompurify": "^3.2.6",
"eventemitter3": "^5.0.1",
"pica": "^9.0.1",
"pulltorefreshjs": "^0.1.22",
"react": "^18.3.1",
"react-avatar-editor": "^13.0.2",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.5.0",
"react-imask": "7.6.1"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom",
"@emotion/react": "$@emotion/react"
},
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime-corejs3": "^7.28.2",
"@testing-library/react": "^16.3.0",
"@types/pica": "^9.0.5",
"@types/pulltorefreshjs": "^0.1.7",
"@types/react": "^18.3.23",
"@types/react-avatar-editor": "^13.0.4",
"@types/react-dom": "^18.3.7",
"@types/react-input-mask": "^3.0.6",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}