forked from dohooo/react-native-table-component
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 967 Bytes
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.",
"author": "slice312",
"license": "MIT",
"homepage": "https://github.com/slice312/react-native-table-component#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/slice312/react-native-table-component.git"
},
"bugs": {
"url": "https://github.com/slice312/react-native-table-component/issues"
},
"keywords": [
"react-native",
"table",
"react-native-cell",
"react-native-table",
"react-native-table-component"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .jsx,.js",
"lint-fix": "eslint . --ext .jsx,.js --fix"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-native": "0.68.2"
}
}