-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
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
{
"name": "react-native-dropdown-autocomplete",
"version": "1.0.16",
"author": "maxkordiyak",
"repository": "maxkordiyak/react-native-dropdown-autocomplete",
"license": "MIT",
"main": "index.js",
"keywords": [
"react-native",
"dropdown",
"autocomplete",
"react-native-modal",
"react-native-dropdown"
],
"dependencies": {
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-material-buttons": "^0.5.0",
"react-native-material-ripple": "^0.8.0"
},
"devDependencies": {
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-with-prettier": "^4.2.0",
"eslint-plugin-jest": "^22.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}