11{
2- "name" : " react-native-autocomplete-dropdown-extended " ,
3- "version" : " 1.1.0 " ,
4- "description" : " Dropdown Item picker with search, support for accents and autocomplete (typeahead) functionality for react native" ,
5- "main" : " src/index.js" ,
6- "typings" : " src/index.d.ts" ,
7- "repository" : {
8- "type" : " git" ,
9- "url" :
" git+ssh://[email protected] /dravec /react-native-autocomplete-dropdown.git" 10- },
11- "homepage" : " https://github.com/dravec /react-native-autocomplete-dropdown" ,
12- "keywords" : [
13- " react-native" ,
14- " dropdown" ,
15- " autocomplete" ,
16- " picker" ,
17- " typeahead" ,
18- " select" ,
19- " react native typeahead" ,
20- " react native autocomplete" ,
21- " react native dropdown" ,
22- " react native picker" ,
23- " react native select"
24- ],
25- "author" :
" Alexandr Kozhevnikov <[email protected] >" ,
26- "license" : " MIT" ,
27- "devDependencies" : {
28- "@babel/core" : " ^7.17.9" ,
29- "@babel/eslint-parser" : " ^7.17.0" ,
30- "@react-native-community/eslint-config" : " ^3.0.1" ,
31- "@react-native-community/eslint-plugin" : " ^1.2.0" ,
32- "@types/react" : " *" ,
33- "@types/react-native" : " ^0.72.0" ,
34- "eslint" : " ^7.14.0" ,
35- "eslint-config-prettier" : " ^8.5.0" ,
36- "eslint-plugin-prettier" : " ^4.0.0" ,
37- "eslint-plugin-unused-imports" : " ^2.0.0" ,
38- "prettier" : " ^2.6.2" ,
39- "typescript" : " 4.8.4"
40- },
41- "peerDependencies" : {
42- "react" : " *" ,
43- "react-native" : " >=0.40.0" ,
44- "react-native-svg" : " ^13.0.0"
45- },
46- "dependencies" : {
47- "lodash.debounce" : " *" ,
48- "prop-types" : " *" ,
49- "react-native-animatable" : " ^1.3.3" ,
50- "react-native-feather" : " ^1.1.2" ,
51- "react-native-size-matters" : " ^0.4.0"
52- },
53- "bugs" : {
54- "url" : " https://github.com/dravec /react-native-autocomplete-dropdown/issues"
55- },
56- "directories" : {
57- "example" : " example"
58- },
59- "scripts" : {
60- "test" : " echo \" Error: no test specified\" && exit 1"
61- }
62- }
2+ "name" : " react-native-autocomplete-dropdown" ,
3+ "version" : " 3.0.2 " ,
4+ "description" : " Dropdown Item picker with search and autocomplete (typeahead) functionality for react native" ,
5+ "main" : " src/index.js" ,
6+ "typings" : " src/index.d.ts" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" :
" git+ssh://[email protected] /onmotion /react-native-autocomplete-dropdown.git" 10+ },
11+ "homepage" : " https://github.com/onmotion /react-native-autocomplete-dropdown" ,
12+ "keywords" : [
13+ " react-native" ,
14+ " dropdown" ,
15+ " autocomplete" ,
16+ " picker" ,
17+ " typeahead" ,
18+ " select" ,
19+ " react native typeahead" ,
20+ " react native autocomplete" ,
21+ " react native dropdown" ,
22+ " react native picker" ,
23+ " react native select"
24+ ],
25+ "author" :
" Alexandr Kozhevnikov <[email protected] >" ,
26+ "license" : " MIT" ,
27+ "devDependencies" : {
28+ "@babel/core" : " ^7.17.9" ,
29+ "@babel/eslint-parser" : " ^7.17.0" ,
30+ "@react-native-community/eslint-config" : " ^3.0.1" ,
31+ "@react-native-community/eslint-plugin" : " ^1.2.0" ,
32+ "@types/react" : " *" ,
33+ "@types/react-native" : " ^0.72.0" ,
34+ "eslint" : " ^7.14.0" ,
35+ "eslint-config-prettier" : " ^8.5.0" ,
36+ "eslint-plugin-prettier" : " ^4.0.0" ,
37+ "eslint-plugin-unused-imports" : " ^2.0.0" ,
38+ "prettier" : " ^2.6.2" ,
39+ "typescript" : " 4.8.4"
40+ },
41+ "peerDependencies" : {
42+ "react" : " *" ,
43+ "react-native" : " >=0.40.0" ,
44+ "react-native-svg" : " ^13.0.0"
45+ },
46+ "dependencies" : {
47+ "lodash.debounce" : " *" ,
48+ "prop-types" : " *" ,
49+ "react-native-animatable" : " ^1.3.3" ,
50+ "react-native-feather" : " ^1.1.2" ,
51+ "react-native-size-matters" : " ^0.4.0"
52+ },
53+ "bugs" : {
54+ "url" : " https://github.com/onmotion /react-native-autocomplete-dropdown/issues"
55+ },
56+ "directories" : {
57+ "example" : " example"
58+ },
59+ "scripts" : {
60+ "test" : " echo \" Error: no test specified\" && exit 1"
61+ }
62+ }
0 commit comments