react-native-smart-data-table
Version:
A highly customizable data table for React Native with sorting, search, checkbox, pagination and more.
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "react-native-smart-data-table",
"version": "0.0.10",
"description": "A highly customizable data table for React Native with sorting, search, checkbox, pagination and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/bilalnuman/react-native-smart-data-table.git"
},
"homepage": "https://github.com/bilalnuman/react-native-smart-data-table#readme",
"bugs": {
"url": "https://github.com/bilalnuman/react-native-smart-data-table/issues"
},
"keywords": [
"react-native",
"table",
"data-table",
"datatable",
"data grid",
"react native table",
"row selection",
"pagination",
"customizable",
"sortable table",
"react native data table",
"smart table",
"table component",
"list table",
"react native ui",
"react-native-component",
"mobile table",
"flatlist table",
"react native grid"
],
"author": "Muhammad Bilal",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.65.0"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@types/react": "^19.1.8",
"@types/react-native": "^0.72.8"
}
}