forked from iamport/iamport-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 977 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
38
39
{
"name": "iamport-react-native",
"version": "1.5.2",
"description": "리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"iamport",
"react",
"react-native"
],
"author": "Solee Deedee Choi",
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"react-native-webview": ">=7.4.0"
},
"homepage": "https://github.com/iamport/iamport-react-native",
"repository": {
"type": "git",
"url": "https://github.com/iamport/iamport-react-native"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@babel/runtime": "*",
"prop-types": "*",
"query-string": "*",
"react-native-webview": ">=7.4.0"
},
"devDependencies": {
"@babel/runtime": "^7.4.5",
"react": "^16.8.6",
"react-native": "^0.59.8"
}
}