-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.45 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
46
47
48
{
"name": "stacksave-mobile",
"license": "0BSD",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@tanstack/react-query": "^5.90.5",
"@types/react": "~19.1.10",
"@types/react-native": "^0.72.8",
"@walletconnect/modal-react-native": "^1.0.0-rc.11",
"@walletconnect/react-native-compat": "^2.22.4",
"@walletconnect/web3-provider": "^1.8.0",
"babel-preset-expo": "^54.0.4",
"date-fns": "^4.1.0",
"ethers": "^6.13.4",
"expo": "~54.0.13",
"expo-clipboard": "~8.0.7",
"expo-linking": "~8.0.8",
"expo-router": "^6.0.12",
"expo-status-bar": "~3.0.0",
"expo-updates": "~29.0.12",
"expo-web-browser": "~15.0.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-get-random-values": "~1.11.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.14.5",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "^0.21.0",
"typescript": "^5.9.3",
"viem": "^2.21.53",
"wagmi": "^2.18.2"
},
"private": true
}