-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 858 Bytes
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
{
"name": "vertra-community",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@walletconnect/modal-react-native": "^1.1.0",
"@walletconnect/react-native-compat": "^2.23.0",
"@walletconnect/sign-client": "^2.23.0",
"babel-preset-expo": "~54.0.0",
"bs58": "^6.0.0",
"expo": "~54.0.22",
"expo-constants": "~18.0.10",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "~1.11.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^3.0.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}