summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
committerpolwex <polwex@sortug.com>2025-07-16 14:54:44 +0700
commitaadfe206f3233032d8742a17c1f21d4750946a41 (patch)
treea63a95381ff99af1226ef096ce94cc32d8153ca5 /package.json
parent1c81a70b0349a7f7577d0124b4b67ab5ea01e68d (diff)
aaaarggh!!!
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/package.json b/package.json
index a2c0110..76ad84e 100644
--- a/package.json
+++ b/package.json
@@ -5,20 +5,24 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
- "android": "expo start --android",
- "ios": "expo start --ios",
+ "android": "expo run:android",
+ "ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
+ "@craftzdog/react-native-buffer": "^6.1.0",
"@expo/vector-icons": "^14.1.0",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
+ "buffer": "^6.0.3",
+ "crypto-browserify": "^3.12.1",
"ethers": "^6.15.0",
"expo": "~53.0.17",
"expo-blur": "~14.1.5",
"expo-constants": "~17.1.7",
+ "expo-crypto": "~14.1.5",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-image": "~2.3.2",
@@ -30,17 +34,24 @@
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.10",
"expo-web-browser": "~14.2.0",
+ "process": "^0.11.10",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.5.2",
"react-native": "0.79.5",
+ "react-native-crypto": "^2.2.1",
+ "react-native-crypto-js": "^1.0.0",
"react-native-gesture-handler": "~2.24.0",
+ "react-native-get-random-values": "^1.11.0",
+ "react-native-randombytes": "^3.6.2",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
- "react-server-dom-webpack": "^19.1.0"
+ "react-server-dom-webpack": "^19.1.0",
+ "readable-stream": "^4.7.0",
+ "stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",