-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "rustchain-mobile-wallet",
"version": "1.0.0",
"description": "Mobile wallet app for RustChain - Send, receive, and manage RTC tokens",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:android": "eas build --platform android",
"build:ios": "eas build --platform ios",
"build": "eas build --platform all"
},
"dependencies": {
"axios": "^1.7.0",
"expo": "~52.0.0",
"expo-camera": "~16.0.0",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.0",
"expo-linking": "~7.0.0",
"expo-sharing": "~13.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-qrcode-svg": "^6.3.0",
"react-native-svg": "^15.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true,
"author": "RustChain Community",
"license": "MIT",
"keywords": [
"rustchain",
"wallet",
"crypto",
"blockchain",
"rtc",
"mobile",
"react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/Scottcjn/rustchain-bounties.git"
}
}