-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.64 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "mobile-app-template",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"build:android": "cd android && .\\gradlew assembleRelease",
"deploy:android": "cd android && .\\gradlew bundleRelease"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@permaweb/ao-connect": "^0.0.26",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^7.1.6",
"@scure/bip32": "^2.0.0",
"@scure/bip39": "^2.0.0",
"@solana/web3.js": "^1.98.4",
"arweave": "^1.15.7",
"axios": "^1.12.2",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
"check-password-strength": "^3.0.0",
"cipher-base": "^1.0.7",
"create-hmac": "^1.1.7",
"crypto-js": "^4.2.0",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.13.2",
"events": "^3.3.0",
"expo": "~54.0.0",
"expo-font": "~14.0.8",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.8",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.7",
"human-crypto-keys": "^0.1.4",
"inherits": "^2.0.4",
"node-forge": "^1.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-crypto": "^2.2.1",
"react-native-crypto-js": "^1.0.0",
"react-native-get-random-values": "^1.11.0",
"react-native-network-info": "^5.2.1",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-uuid": "^2.0.3",
"react-native-web": "^0.21.0",
"react-native-wifi-reborn": "^4.13.6",
"react-native-worklets": "^0.5.1",
"react-native-worklets-core": "^1.6.2",
"readable-stream": "^4.7.0",
"safe-buffer": "^5.2.1",
"stream": "npm:readable-stream@^4.7.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"to-buffer": "^1.2.2",
"tweetnacl": "^1.0.3",
"typed-assert": "^1.0.9"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/react-native": "^13.2.2",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^30.0.0",
"@types/react": "~19.1.10",
"jest": "^29.2.1",
"jest-expo": "~54.0.12",
"react-test-renderer": "19.0.0",
"typescript": "~5.9.2"
},
"engines": {
"node": ">=22.0.0"
},
"private": true,
"resolutions": {
"stream": "npm:readable-stream@^4.7.0"
}
}