This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.55 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
70
71
72
73
74
75
76
77
78
79
{
"name": "bsats",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@alessiocancian/react-native-actionsheet": "^3.2.0",
"@flowchase/react-native-markdown-display": "^1.0.2",
"@gorhom/bottom-sheet": "^4.4.3",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-cookies/cookies": "^6.2.1",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native-stack": "^6.5.2",
"@react-navigation/stack": "^6.1.1",
"@shopify/flash-list": "1.3.1",
"axios": "^0.26.1",
"bech32": "^2.0.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.0",
"expo": "~47.0.14",
"expo-barcode-scanner": "~12.1.0",
"expo-clipboard": "~4.0.1",
"expo-dev-client": "~2.0.1",
"expo-linking": "~3.3.0",
"expo-navigation-bar": "~2.0.1",
"expo-random": "~13.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-store-review": "~6.0.0",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"graphql-request": "^4.3.0",
"light-bolt11-decoder": "^2.1.0",
"lodash": "^4.17.21",
"mobx": "^6.4.2",
"mobx-persist-store": "^1.0.6",
"mobx-react-lite": "^3.3.0",
"nostr-react": "^0.6.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-autoheight-webview": "^1.6.1",
"react-native-btr": "^2.1.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-pager-view": "6.0.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-scroll-to-element": "^1.0.1",
"react-native-select-dropdown": "^3.0.1",
"react-native-showdown": "^1.0.1",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.1.1",
"react-native-toast-notifications": "^3.2.3",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"react-query": "^3.34.19",
"text-encoding": "^0.7.0",
"twrnc": "^3.4.0",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@tailwindcss/typography": "^0.5.2",
"eslint": "^8.34.0",
"eslint-config-universe": "^11.1.1",
"prettier": "2.5.1"
},
"private": true
}