-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-int-phone-input",
"version": "0.1.5",
"description": "International phone number input for react with UX consideration.",
"main": "./build/index.js",
"scripts": {
"build": "webpack",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mo-othman/react-int-phone-input.git"
},
"bugs": {
"url": "https://github.com/mo-othman/react-int-phone-input/issues"
},
"publishConfig": {
"access": "public",
"branches": [
"master"
]
},
"author": "Mahmoud Othman",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"libphonenumber-js": "^1.9.21",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-country-flag": "^2.3.0"
},
"homepage": "https://github.com/mo-othman/react-int-phone-input#readme",
"keywords": [
"react",
"tel",
"phone-number-react",
"phone-input",
"telephone",
"intl-tel-input",
"international-telephone-input",
"phonenumber"
]
}