mui-easy-table
Version:
109 lines (108 loc) • 3.1 kB
JSON
{
"name": "mui-easy-table",
"version": "0.7.3",
"description": "table based on MUI",
"author": "orange",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"keywords": [
"MUI",
"TypeScript",
"React",
"StoryBook"
],
"scripts": {
"dev": "storybook dev -p 6006",
"test": "pnpm exec playwright test",
"test:ui": "pnpm exec playwright test --ui",
"build": "storybook build",
"build:lib": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier . --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "https://github.com/bitterteasweetorange/mui-easy-table/"
},
"homepage": "https://bitterteasweetorange.github.io/mui-easy-table",
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/compat": "^1.2.7",
"@faker-js/faker": "^9.7.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@playwright/test": "^1.51.1",
"@storybook/addon-actions": "^8.6.11",
"@storybook/addon-essentials": "^8.6.11",
"@storybook/blocks": "^8.6.11",
"@storybook/builder-vite": "^8.6.11",
"@storybook/react": "^8.6.11",
"@storybook/react-vite": "^8.6.11",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/react-resizable": "^3.0.8",
"@types/react-window": "^1.8.8",
"@types/sort-array": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitejs/plugin-react-swc": "^3.8.1",
"clsx": "^2.1.1",
"eslint": "^9.23.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"storybook": "^8.6.11",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"date-fns": "^4.1.0",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"react-resizable": "^3.0.5",
"react-window": "^1.8.11",
"sort-array": "^5.0.0",
"use-debounce": "^10.0.4",
"use-immer": "^0.11.0"
}
}