forked from tetherto/wdk-starter-react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 5.26 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 5.26 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
{
"name": "@tetherto/wdk-starter-react-native",
"main": "expo-router/entry",
"version": "1.0.0-alpha.2",
"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",
"preinstall": "npm install @tetherto/pear-wrk-wdk --ignore-scripts --legacy-peer-deps 2>/dev/null || true",
"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": {
"@craftzdog/react-native-buffer": "^6.1.0",
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.6",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@reduxjs/toolkit": "^2.9.0",
"@tetherto/pear-wrk-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-provider": "^1.0.0-beta.3",
"@tetherto/wdk-uikit-react-native": "^1.0.0-beta.2",
"b4a": "^1.7.2",
"bip39": "^3.1.0",
"browserify-zlib": "^0.2.0",
"decimal.js": "^10.6.0",
"events": "^3.3.0",
"expo": "~54.0.8",
"expo-build-properties": "~1.0.9",
"expo-camera": "~17.0.8",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.9",
"expo-crypto": "^15.0.7",
"expo-dev-client": "^6.0.12",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.8",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.6",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.7",
"http2-wrapper": "^2.2.1",
"https-browserify": "^1.0.0",
"lucide-react-native": "^0.544.0",
"nice-grpc-web": "^3.3.8",
"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-bare-kit": "^0.10.2",
"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-qr-svg": "^1.5.0",
"react-native-randombytes": "^3.6.2",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.13.0",
"react-native-tcp-socket": "^6.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
"react-redux": "^9.2.0",
"sodium-javascript": "^0.8.0",
"sonner-native": "^0.21.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
},
"devDependencies": {
"@types/b4a": "^1.6.5",
"@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",
"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"
}
}