-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (97 loc) · 3.01 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
94
95
96
97
{
"name": "react-native-bootpay-api",
"version": "4.3.3",
"description": "React Native를 위한 bootpay 라이브러리 입니다.",
"main": "index.js",
"main-internal": "src/index.ts",
"typings": "src/index.d.ts",
"author": "bootpay <[email protected]>",
"license": "MIT",
"homepage": "https://www.bootpay.co.kr",
"contributors": [
"Bootpay <[email protected]>"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --project-path example/ios",
"macos": "react-native run-macos --scheme example --project-path example/macos",
"start": "cd example && react-native start",
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",
"ci": "CI=true && yarn lint",
"ci:publish": "yarn semantic-release",
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",
"build": "yarn tsc",
"prepare": "yarn build",
"appium": "appium",
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js"
},
"rn-docs": {
"title": "bootpay",
"type": "bootpay"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview-bootpay": "11.x"
},
"dependencies": {
"escape-string-regexp": "2.0.0",
"invariant": "2.2.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@semantic-release/git": "7.0.16",
"@types/invariant": "^2.2.30",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.0",
"@types/react-native": "^0.67.3",
"@types/selenium-webdriver": "4.0.9",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"appium": "1.17.0",
"eslint": "6.3.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.2.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-react-native": "3.7.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.5",
"react-native-macos": "0.66.57",
"react-native-test-app": "1.3.8",
"react-native-windows": "0.68.4",
"selenium-appium": "1.0.2",
"selenium-webdriver": "4.0.0-alpha.7",
"semantic-release": "15.13.24",
"typescript": "^4.0.0",
"winappdriver": "^0.0.7",
"react-native-webview-bootpay": "11.26.20",
"react-native-device-info": "^8.7.0",
"react-native-sensitive-info": "^5.5.8",
"react-native-base64": "^0.2.1",
"react-native-aes-crypto": "^2.1.0",
"@types/lodash": "^4.14.182"
},
"repository": {
"type": "git",
"url": "https://github.com/bootpay/react-native-bootpay-api.git"
},
"files": [
"android",
"apple",
"ios",
"macos",
"windows",
"lib",
"images",
"src/index.js",
"react-native-bootpay-api.podspec",
"react-native.config.js"
]
}