UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

90 lines (89 loc) 2.45 kB
{ "name": "@etsoo/materialui", "version": "1.5.63", "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.0", "@etsoo/appscript": "^1.6.41", "@etsoo/notificationbase": "^1.1.63", "@etsoo/react": "^1.8.49", "@etsoo/shared": "^1.2.75", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2", "@mui/x-data-grid": "^8.5.3", "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.4.6", "react-imask": "7.6.1" }, "overrides": { "react": "$react", "react-dom": "$react-dom", "@emotion/react": "$@emotion/react" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-transform-runtime": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/runtime-corejs3": "^7.27.6", "@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.5.2", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }