forked from boyuai/antd-country-phone-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 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
{
"name": "antd-country-phone-input",
"version": "2.0.0",
"description": "Country phone input component as standard Ant.Design form item",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && cpx \"src/**/*.css\" lib",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "[email protected]:wangsijie/antd-country-phone-input.git",
"keywords": [
"antd",
"ant-design",
"country-code",
"phone"
],
"author": "wangsijie <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@types/react": "^16.9.10",
"antd": "^4.5.2",
"cpx": "^1.5.0",
"cross-env": "^6.0.3",
"react": "^16.11.0",
"typescript": "^3.6.4"
},
"peerDependencies": {
"antd": "^4.5.2"
}
}