-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "rn-expo-example",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@expo/metro-runtime": "^3.2.1",
"@web3auth/ethereum-provider": "^9.3.0",
"@web3auth/react-native-sdk": "^8.0.0",
"ethers": "^6.13.0",
"expo": "~55.0.12",
"expo-constants": "^55.0.12",
"expo-linking": "^55.0.11",
"expo-router": "^55.0.11",
"expo-secure-store": "^13.0.1",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "^13.0.3",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-quick-crypto": "^0.7.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "^18.3.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"empty-module": "^0.0.2",
"process": "^0.11.10",
"react-native-get-random-values": "^1.11.0",
"readable-stream": "^4.5.2",
"typescript": "^5.4.5"
},
"private": true
}