@dccs/react-datagrid-mui
Version:
A light datagrid build upon react-table-plain for React in a Material-UI theme.
91 lines (90 loc) • 2.43 kB
JSON
{
"name": "@dccs/react-datagrid-mui",
"version": "4.0.1-15",
"description": "A light datagrid build upon react-table-plain for React in a Material-UI theme.",
"main": "lib/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "npm-run-all -s lint transpile",
"transpile": "tsc",
"lint": "tslint ./src/**/*.ts*",
"test": "jest --runInBand --coverage",
"storybook": "start-storybook -p 6006 -c .storybook",
"build-storybook": "build-storybook",
"db": "json-server --watch db/db.json -p 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DCCS-IT-Business-Solutions/react-datagrid-mui.git"
},
"keywords": [
"npm",
"node",
"react",
"table",
"sorting",
"filter",
"paging",
"javascrip",
"typescript"
],
"author": "Stephan Meißner",
"license": "MIT",
"bugs": {
"url": "https://github.com/DCCS-IT-Business-Solutions/react-datagrid-mui/issues"
},
"homepage": "https://github.com/DCCS-IT-Business-Solutions/react-datagrid-mui#readme",
"peerDependencies": {
"@dccs/react-table-mui": "^3.0.0-8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@dccs/react-table-mui": "3.0.0-8",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.17",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0",
"typescript": "^4.9.4"
},
"jest": {
"preset": "ts-jest",
"roots": [
"./src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironment": "jest-environment-jsdom",
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect"
],
"testRegex": "^.+\\.(test|spec)\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}