forked from umhan35/react-native-search-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 927 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
{
"name": "react-native-search-bar",
"version": "3.5.1",
"description": "The native search bar for react native.",
"keywords": [
"search-bar",
"react-component",
"react-native",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/umhan35/react-native-search-bar"
},
"homepage": "https://github.com/umhan35/react-native-search-bar",
"main": "src/index.js",
"types": "src/index.d.ts",
"license": "MIT",
"scripts": {
"lint": "eslint --ext js,ts,tsx ."
},
"dependencies": {
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=15.1 || >=16.0.0",
"react-native": ">=0.40"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.9",
"eslint": "^5.16.0",
"react": "16.0.0",
"react-native": "^0.50.3",
"typescript": "^3.5.3"
}
}