react-native-table-component-star
Version:
Build table for react native.
28 lines (27 loc) • 663 B
JSON
{
"name": "react-native-table-component-star",
"version": "1.7.0",
"description": "Build table for react native.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prettify": "prettier --write components/**/*.js utils/**/*.js"
},
"keywords": [
"react-native",
"table",
"react-native-cell",
"react-native-table",
"react-native-table-component"
],
"license": "MIT",
"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"
}
}