forked from dohooo/react-native-table-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-native-table-component",
"version": "1.2.1",
"description": "Build table for react native.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prettify": "prettier --write components/**/*.js utils/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gil2015/react-native-table-component.git"
},
"keywords": [
"react-native",
"table",
"react-native-cell",
"react-native-table",
"react-native-table-component"
],
"author": "gil2015",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gil2015/react-native-table-component/issues"
},
"homepage": "https://github.com/Gil2015/react-native-table-component#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"
}
}