-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json.backup
More file actions
45 lines (45 loc) · 1.38 KB
/
package.json.backup
File metadata and controls
45 lines (45 loc) · 1.38 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
41
42
43
44
45
{
"name": "subtrackr",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@reown/appkit-ethers-react-native": "^1.3.0",
"@superfluid-finance/sdk-core": "^0.9.0",
"@walletconnect/core": "^2.21.8",
"@walletconnect/react-native-compat": "^2.21.8",
"@walletconnect/utils": "^2.21.8",
"@walletconnect/web3wallet": "^1.16.1",
"ethers": "^5.8.0",
"expo": "~53.0.20",
"expo-application": "~6.1.5",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-modal": "14.0.0-rc.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.11.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@expo/cli": "^0.24.20",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}