-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.14 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.14 KB
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
98
99
100
101
{
"name": "react-native-bootpay-api",
"version": "13.14.1",
"description": "React Native를 위한 bootpay 라이브러리 입니다.",
"main": "index.tsx",
"main-internal": "src/index.tsx",
"react-native": "src/index.tsx",
"author": "bootpay <bootpay.co.kr@gmail.com>",
"license": "MIT",
"homepage": "https://www.bootpay.co.kr",
"contributors": [
"Bootpay <bootpay.co.kr@gmail.com>"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"macos": "react-native run-macos --scheme WebviewExample --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,.js,.jsx",
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
"prepare": "yarn build",
"appium": "appium",
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js",
"add:macos": "yarn add react-native-macos@0.73.17"
},
"rn-docs": {
"title": "bootpay",
"type": "bootpay"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@types/react-native-base64": "^0.2.2",
"escape-string-regexp": "^4.0.0",
"invariant": "2.2.4",
"react-native-aes-crypto": "^3.2.1",
"react-native-device-info": "^15.0.1",
"react-native-gesture-handler": "^2.20.0",
"react-native-keychain": "^10.0.0",
"react-native-webview-bootpay": "13.13.50"
},
"devDependencies": {
"@babel/cli": "^7.26.0",
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@callstack/react-native-visionos": "0.76.2",
"@react-native/babel-preset": "0.76.7",
"@react-native/eslint-config": "0.76.7",
"@react-native/metro-config": "0.76.7",
"@react-native/typescript-config": "0.76.7",
"@rnx-kit/metro-config": "2.2.0",
"@semantic-release/git": "10.0.1",
"@types/invariant": "^2.2.37",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.14",
"@types/react": "18.3.18",
"@types/selenium-webdriver": "4.1.28",
"appium": "2.15.0",
"eslint": "8.57.1",
"jest": "^29.7.0",
"prettier": "3.4.2",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-macos": "0.76.7",
"react-native-windows": "0.76.7",
"selenium-appium": "1.0.2",
"selenium-webdriver": "4.27.0",
"semantic-release": "24.2.1",
"typescript": "5.6.3",
"winappdriver": "^0.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/bootpay/react-native-bootpay-api.git"
},
"files": [
"android",
"apple",
"ios",
"macos",
"windows",
"lib",
"images",
"src",
"index.js",
"index.d.ts",
"react-native-bootpay-api.podspec",
"react-native.config.js"
],
"resolutions": {
"@react-native-community/cli": "10.2.4",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.4"
},
"packageManager": "yarn@1.22.19"
}