@maherunlocker/custom-react-table
Version:
**Custom-react-table** is based on <code>React-Table v7</code>: collection of hooks for **building powerful tables and datagrid experiences**. These hooks are lightweight, composable, and ultra-extensible, but **do not render any markup or styles for you*
145 lines (144 loc) • 3.98 kB
JSON
{
"version": "1.13.4",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"name": "@maherunlocker/custom-react-table",
"author": "M@HeR",
"module": "dist/react-table-component.esm.js",
"homepage": "https://github.com/MaherUnlocker/custum-react-table",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"lint": "tsdx lint",
"test": "tsdx test --passWithNoTests",
"commit": "cz",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"semantic-release": "semantic-release --branches main "
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"size-limit": [
{
"path": "dist/react-table-component.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-table-component.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@mui/types": "^7.1.0",
"@size-limit/preset-small-lib": "^7.0.4",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.4.9",
"@storybook/addons": "^6.4.9",
"@storybook/react": "^6.4.9",
"@types/classnames": "^2.3.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-table": "^7.7.9",
"@types/styled-components": "^5.1.19",
"@welldone-software/why-did-you-render": "^6.2.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"cssnano": "^5.0.14",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^18.0.1",
"size-limit": "^7.0.4",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^26.0.23",
"@types/lodash.concat": "^4.5.6",
"@types/lodash.uniqby": "^4.7.6",
"@types/lodash.without": "^4.4.6",
"@types/node": "^16.0.0",
"@types/prettier": "^2.3.1",
"@types/testing-library__jest-dom": "^5.14.0",
"@types/testing-library__react": "^10.2.0",
"import-sort-cli": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier-plugin-import-sort": "^0.0.7",
"react-scripts": "4.0.3",
"source-map-explorer": "^2.5.2",
"typesync": "^0.8.0"
},
"dependencies": {
"@aureskonnect/react-ui": "latest",
"reactstrap": "^8.4.1",
"classnames": "^2.3.1",
"lodash.concat": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lodash.without": "^4.4.0",
"match-sorter": "^6.3.0",
"pretty-checkbox": "^3.0.3",
"react-json-view": "^1.21.3",
"react-table": "^7.7.0",
"tss-react": "^3.3.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ggascoigne/namor": "^2.0.2",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"@mui/styles": "^5.4.2",
"axios": "0.24.0"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
},
"repository": {
"type": "git",
"url": "https://github.com/MaherUnlocker/custum-react-table.git"
},
"keywords": [
"react-table",
"Global filter",
"custum Filter",
"react",
"material ui"
]
}