UNPKG

react-native-beautiful-table

Version:
44 lines (43 loc) 1.14 kB
{ "name": "react-native-beautiful-table", "version": "1.0.3", "description": "use like antd table for react native", "main": "index.js", "scripts": { "lint": "eslint .", "prettify": "prettier --write table/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/chownchen/react-native-beautiful-table" }, "keywords": [ "react-native", "table", "antd", "react-native-cell", "react-native-table", "react-native-table-component", "react-native-beautiful-table" ], "author": "gil2015", "license": "MIT", "bugs": { "url": "https://github.com/chownchen/react-native-beautiful-table/issues" }, "homepage": "https://github.com/chownchen/react-native-beautiful-table#readme", "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.10.0", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.5.0", "prettier": "^1.15.3", "react": "^16.7.0", "react-native": "^0.57.8" }, "dependencies": { "lodash": "~4.17.21", "react-native-table-component": "~1.2.1", "lottie-react-native": "~5.0.1" } }