-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "rn-expo-example",
"version": "1.0.0",
"main": "index.ts",
"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/react-native-sdk": "^9.0.0",
"ethers": "^6.13.2",
"expo": "~51.0.10",
"expo-constants": "^16.0.2",
"expo-linking": "^6.3.1",
"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",
"react-native-safe-area-context": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@types/react": "^18.3.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"empty-module": "^0.0.2",
"process": "^0.11.10",
"readable-stream": "^4.5.2",
"typescript": "^5.4.5"
},
"private": true
}