-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
55 lines (55 loc) · 1.43 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
53
54
55
{
"name": "react-phone-input",
"version": "1.2.2",
"description": "A react component to format phone numbers",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "TARGET=dev webpack-dev-server --progress",
"build": "TARGET=build webpack -p --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/razagill/react-phone-input.git"
},
"keywords": [
"react",
"phone",
"format",
"telephone"
],
"author": "Raza Gill <raza.gill@outlook.com> (http://github.com/razagill)",
"license": "MIT",
"bugs": {
"url": "https://github.com/razagill/react-phone-input/issues"
},
"homepage": "https://github.com/razagill/react-phone-input",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.13.0"
},
"dependencies": {
"classnames": "^2.1.5"
},
"peerDependencies": {
"lodash": "^4.11.1",
"peerDependencies": {
"lodash": "^4.11.1",
"react": "^15.6.1",
"prop-types": "^15.5.10"
}
}
}