forked from simondelphia/react-native-phone-number-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 889 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-phone-number-input",
"version": "2.1.0",
"description": "Phone Number Input Component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/garganurag893/react-native-phone-number-input.git"
},
"author": "anuraggarg",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"keywords": [
"react-native",
"phone",
"telephone",
"phone input",
"input",
"tel",
"input text",
"international",
"react-native-component",
"ios",
"android"
],
"dependencies": {
"google-libphonenumber": "^3.2.10",
"react-native-country-picker-modal": "^2.0.0"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.61.0"
}
}