-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.24 KB
/
package.json
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
{
"name": "rn-aa",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@airstack/airstack-react": "^0.6.2",
"@airstack/node": "^0.0.5",
"@biconomy/account": "^4.0.0",
"@biconomy/bundler": "^4.0.0",
"@biconomy/common": "^4.0.0",
"@biconomy/core-types": "^3.1.3",
"@biconomy/paymaster": "^4.0.0",
"@ethersproject/shims": "^5.7.0",
"@gluestack-style/react": "^1.0.48",
"@gluestack-ui/config": "^1.1.2",
"@gluestack-ui/themed": "^1.1.8",
"@privy-io/expo": "^0.6.2",
"expo": "~50.0.7",
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-secure-store": "~12.8.1",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "~12.8.2",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-get-random-values": "^1.10.0",
"react-native-svg": "13.4.0",
"react-native-webview": "13.6.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}