react-table-ui
Version:
Out-of-the-box UI for React-Table 7.
68 lines (67 loc) • 1.61 kB
JSON
{
"name": "react-table-ui",
"version": "0.1.6",
"description": "Out-of-the-box UI for React-Table 7.",
"author": {
"name": "Siddhant Gupta",
"email": "me@guptasiddhant.com",
"url": "https://guptsiddhant.com"
},
"license": "MIT",
"homepage": "https://react-table-ui.js.org",
"repository": {
"type": "git",
"url": "https://github.com/GuptaSiddhant/react-table-ui/",
"directory": "packages/react-table-ui"
},
"bugs": "https://github.com/GuptaSiddhant/react-table-ui/issues",
"browser": "./dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"engines": {
"node": ">=16"
},
"files": [
"dist",
"scripts"
],
"dependencies": {
"@reach/menu-button": "^0.17.0",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
"@types/react-table": "^7.7.12"
},
"peerDependencies": {
"react": "^17 || ^18"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "node scripts/build.js",
"postbuild": "cp src/react-table-config.d.ts dist/react-table-config.d.ts",
"dev": "node scripts/build watch",
"prepublishOnly": "yarn build",
"postinstall": "node scripts/postInstall.js"
},
"devDependencies": {
"@jsdevtools/npm-publish": "^1.4.3",
"esbuild": "^0.15.7",
"react": "*",
"react-dom": "*",
"typescript": "^4.8.3"
},
"keywords": [
"react",
"table",
"grid",
"ui",
"interface",
"accessible",
"ready-made",
"react-table",
"typescript",
"customise",
"style"
]
}