-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1011 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
37
38
39
40
{
"name": "react-native-js-tableview",
"version": "2.6.1",
"description": "A JavaScript implementation for TableView that looks great on both iOS and Android.",
"main": "index.js",
"author": "Haytham KATBY <[email protected]> (https://github.com/mohakapt)",
"license": "MIT",
"private": false,
"scripts": {
"start": "react-native start"
},
"keywords": [
"react-native",
"tableview",
"uitableview",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/mohakapt/react-native-js-tableview"
},
"homepage": "https://github.com/mohakapt/react-native-js-tableview#readme",
"bugs": {
"url": "https://github.com/mohakapt/react-native-js-tableview/issues"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"chroma-js": "^2.*",
"prop-types": "^15.*",
"react-native-user-avatar": "^1.*"
},
"devDependencies": {
"react": "18.2.0",
"react-native": "0.74.5"
}
}