forked from tetherto/wdk-starter-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
158 lines (158 loc) · 6.79 KB
/
Copy pathpackage.json
File metadata and controls
158 lines (158 loc) · 6.79 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@tetherto/wdk-starter-react-native",
"main": "expo-router/entry",
"version": "1.0.0-alpha.2",
"engines": {
"node": ">=20.19.4"
},
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"lint:fix": "expo lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",
"postinstall": "node scripts/patch-bare-kit-config.js && npm run wdk:bundle",
"wdk:download-rgb-ln": "bash node_modules/@utexo/rgb-lightning-node-bare/scripts/download-libs.sh",
"wdk:bundle": "printf 'n\\n' | wdk-worklet-bundler generate",
"wdk:link-ios": "node node_modules/react-native-bare-kit/ios/link.mjs",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "export ANDROID_HOME=$HOME/Library/Android/sdk && export PATH=$PATH:$ANDROID_HOME/platform-tools && wdio run test/wdio.conf.ts",
"test:e2e:ios": "export ANDROID_HOME=$HOME/Library/Android/sdk && export PATH=$PATH:$ANDROID_HOME/platform-tools && wdio run test/wdio.ios.conf.ts",
"test:e2e:android": "export ANDROID_HOME=$HOME/Library/Android/sdk && export PATH=$PATH:$ANDROID_HOME/platform-tools && wdio run test/wdio.conf.ts",
"build:e2e:android": "export JAVA_HOME=$(/usr/libexec/java_home -v 21) && export PATH=$JAVA_HOME/bin:$PATH && npx expo export --platform android --output-dir ./dist && npx expo prebuild --platform android --clean && echo \"sdk.dir=$HOME/Library/Android/sdk\" > android/local.properties && cd android && ./gradlew assembleRelease && cp app/build/outputs/apk/release/app-release.apk ../test/apps/app-release.apk",
"build:e2e:ios": "export NVM_DIR=\"$HOME/.nvm\" && [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" && npx expo export --platform ios --output-dir ./dist && cp -r dist/_expo ios/ 2>/dev/null || true && RELEASE_APP=$(find ~/Library/Developer/Xcode/DerivedData -name 'wdkstarterreactnative.app' -path '*/Release-iphonesimulator/*' -type d | head -1) && if [ -n \"$RELEASE_APP\" ]; then rm -rf test/apps/wdkstarterreactnative.app && cp -r \"$RELEASE_APP\" test/apps/wdkstarterreactnative.app && echo 'Copied existing Release build'; else echo 'No existing Release build found. Please run: npx expo run:ios --configuration Release first'; exit 1; fi"
},
"dependencies": {
"@buildonspark/spark-frost-bare-addon": "0.0.5",
"@craftzdog/react-native-buffer": "6.1.1",
"@expo/vector-icons": "15.0.3",
"@gorhom/bottom-sheet": "5.2.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "7.9.0",
"@react-navigation/elements": "2.9.3",
"@react-navigation/native": "7.1.26",
"@reduxjs/toolkit": "2.11.2",
"@tetherto/pear-wrk-wdk": "file:packages/pear-wrk-wdk-bundle-shim",
"@tetherto/pear-wrk-wdk-base": "npm:@tetherto/pear-wrk-wdk@1.0.0-beta.8",
"@tetherto/wdk": "1.0.0-beta.4",
"@tetherto/wdk-pricing-bitfinex-http": "^1.0.0-beta.1",
"@tetherto/wdk-pricing-provider": "^1.0.0-beta.1",
"@tetherto/wdk-react-native-core": "github:tetherto/wdk-react-native-core#0b2be6eb5eed5b039cb1083441c3ae0e653fd02d",
"@tetherto/wdk-uikit-react-native": "^1.0.0-beta.2",
"@tetherto/wdk-wallet-evm-erc-4337": "github:itsdeka/wdk-wallet-evm-erc-4337-1#fix/temp-relay-kit",
"@tetherto/wdk-wallet-spark": "1.0.0-beta.6",
"@utexo/rgb-lightning-node-bare": "0.1.0-beta.13",
"@utexo/wdk-rgb-lightning": "0.1.0-beta.14",
"b4a": "1.7.3",
"bare-crypto": "1.13.0",
"bare-dns": "2.1.4",
"bare-net": "2.2.0",
"bare-node-runtime": "1.1.4",
"bare-performance": "1.3.0",
"bare-pipe": "4.1.2",
"bare-signals": "4.2.0",
"bare-tcp": "2.2.2",
"bare-tls": "2.1.6",
"bare-zlib": "1.3.1",
"bip39": "3.1.0",
"browserify-zlib": "0.2.0",
"bufferutil": "4.1.0",
"decimal.js": "10.6.0",
"events": "3.3.0",
"expo": "54.0.31",
"expo-build-properties": "1.0.10",
"expo-camera": "17.0.10",
"expo-clipboard": "8.0.8",
"expo-constants": "18.0.13",
"expo-dev-client": "6.0.20",
"expo-file-system": "~19.0.19",
"expo-font": "14.0.10",
"expo-haptics": "15.0.8",
"expo-image": "3.0.11",
"expo-linking": "8.0.11",
"expo-router": "6.0.21",
"expo-splash-screen": "31.0.13",
"expo-status-bar": "3.0.9",
"expo-symbols": "1.0.8",
"expo-system-ui": "6.0.9",
"expo-web-browser": "15.0.10",
"http2-wrapper": "2.2.1",
"https-browserify": "1.0.0",
"jssha": "3.3.1",
"lucide-react-native": "0.544.0",
"multicoin-address-validator": "0.5.26",
"nice-grpc-web": "3.3.9",
"path-browserify": "1.0.1",
"process": "0.11.10",
"querystring-es3": "0.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-b4a": "0.0.4",
"react-native-chart-kit": "6.12.0",
"react-native-crypto": "2.2.1",
"react-native-device-info": "14.1.1",
"react-native-fast-pbkdf2": "0.3.1",
"react-native-gesture-handler": "2.28.0",
"react-native-get-random-values": "1.11.0",
"react-native-keychain": "10.0.0",
"react-native-nitro-modules": "0.32.1",
"react-native-qr-svg": "1.5.0",
"react-native-quick-crypto": "1.0.6",
"react-native-randombytes": "3.6.2",
"react-native-reanimated": "4.1.6",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "4.16.0",
"react-native-svg": "15.15.1",
"react-native-tcp-socket": "6.3.1",
"react-native-url-polyfill": "2.0.0",
"react-native-web": "0.21.2",
"react-native-worklets": "0.5.1",
"react-redux": "9.2.0",
"sodium-javascript": "0.8.0",
"sodium-universal": "5.0.1",
"sonner-native": "0.21.2",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@tetherto/wdk-worklet-bundler": "1.0.0-beta.3",
"@types/b4a": "^1.6.5",
"@types/jest": "29.5.14",
"@types/mocha": "^10.0.10",
"@types/node": "^20.0.0",
"@types/react": "~19.1.0",
"@wdio/appium-service": "^9.13.0",
"@wdio/cli": "^9.13.0",
"@wdio/globals": "^9.13.0",
"@wdio/local-runner": "^9.13.0",
"@wdio/mocha-framework": "^9.13.0",
"@wdio/spec-reporter": "^9.13.0",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "29.7.0",
"jest-expo": "54.0.13",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.1",
"sharp-cli": "^5.2.0",
"typescript": "~5.9.2"
},
"peerDependencies": {
"react": "19.1.0",
"react-native": "0.81.4"
},
"overrides": {
"@tetherto/pear-wrk-wdk": "file:packages/pear-wrk-wdk-bundle-shim"
}
}