react-daum-postcode
Version:
Daum Postcode service for React
94 lines (93 loc) • 2.28 kB
JSON
{
"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"
}
}