-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
93 lines (93 loc) · 2.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "react-daum-postcode",
"version": "3.2.0",
"description": "Daum Postcode service for React",
"main": "./lib/index.cjs.js",
"types": "./lib/index.d.ts",
"module": "./lib/index.esm.js",
"files": [
"lib"
],
"scripts": {
"build": "rollup -c"
},
"author": "kimminsik-bernard",
"contributors": [
{
"name": "Minsik Kim",
"url": "https://github.com/kimminsik-bernard"
},
{
"name": "Sungmin Kim",
"url": "https://github.com/ignocide"
},
{
"name": "jong-hui",
"url": "https://github.com/jong-hui"
},
{
"name": "KimSeonghyeon",
"url": "https://github.com/seonghyeonkimm"
},
{
"name": "Jieun Lee",
"url": "https://github.com/ee2e"
},
{
"name": "Chalk",
"url": "https://github.com/ChalkPE"
},
{
"name": "Normaltic",
"url": "https://github.com/Normaltic"
},
{
"name": "TaeSang Cho",
"url": "https://github.com/Web-Engine"
},
{
"name": "HK1211",
"url": "https://github.com/HK1211"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/kimminsik-bernard/react-daum-postcode.git"
},
"keywords": [
"react",
"daum",
"postcode",
"zipcode"
],
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.9",
"@babel/eslint-plugin": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"concurrently": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"rollup": "^4.28.1",
"typescript": "^4.3.5"
}
}