-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
90 lines (90 loc) · 2.91 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
{
"name": "@actbase/react-daum-postcode",
"version": "1.0.4",
"description": "다음 우편번호찾기 for React, React-Native",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build:src": "rm -rf ./lib && tsc -p src/tsconfig.json && babel lib --out-dir lib",
"build": "npm run build:src ",
"prepublish": "npm run build",
"localinstall": "npm run build && rm -rf /Users/suhanmoon/Projects/bankmall/bankmall-front/node_modules/@actbase/react-daum-postcode/lib && cp -r ./lib /Users/suhanmoon/Projects/bankmall/bankmall-front/node_modules/@actbase/react-daum-postcode",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actbase/react-daum-postcode.git"
},
"keywords": [
"react",
"react-native",
"reactnative",
"daum",
"postcode",
"우편번호",
"우편번호 찾기",
"주소 찾기",
"주소",
"react postcode",
"react native postcode",
"react-native postcode",
"react address",
"react native address",
"react-native address",
"react daum postcode",
"react native daum postcode",
"react-native daum postcode"
],
"author": {
"name": "Actbase LLC",
"email": "[email protected]",
"url": "https://da.actbase.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/actbase/react-daum-postcode/issues"
},
"homepage": "https://github.com/actbase/react-daum-postcode#readme",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.31",
"@types/react-dom": "^16.9.5",
"@types/react-native": "0.61.12",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-eslint": "^10.0.3",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"commander": "^4.1.1",
"esifycss": "^1.4.12",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-native-shinpei": "^0.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-json": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-react-native": "^3.8.1",
"inquirer": "^7.3.3",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"react": "*",
"react-native": "*",
"react-native-webview": "*",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}