-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.22 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
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
{
"name": "bumpbtc-wallet-ui",
"version": "0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build": "npx expo export",
"build-andorid": "expo build:android"
},
"dependencies": {
"@dotlottie/react-player": "^1.6.19",
"@emotion/styled": "^11.13.0",
"@expo/metro-config": "^0.18.11",
"@expo/metro-runtime": "~3.1.3",
"@expo/vector-icons": "^14.0.0",
"@mui/icons-material": "^5.16.7",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/slider": "^4.5.2",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"axios": "^1.6.8",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"buffer": "^6.0.3",
"expo": "~50.0.7",
"expo-camera": "^15.0.15",
"expo-clipboard": "~5.0.1",
"expo-file-system": "~16.0.6",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "^13.0.2",
"expo-mail-composer": "~12.7.1",
"expo-secure-store": "~12.8.1",
"expo-sharing": "~11.10.0",
"expo-status-bar": "~1.4.2",
"lottie-react-native": "^6.7.2",
"lucide-react": "^0.436.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "0.73.6",
"react-native-animatable": "^1.4.0",
"react-native-crypto": "^2.2.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.14.0",
"react-native-nfc-manager": "^3.14.12",
"react-native-progress": "^5.0.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.3.0"
},
"private": true
}