-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) · 3.72 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "cloud-storage",
"version": "1.1.9",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"apk": "eas build -p android --profile preview",
"rel": "cd android; ./gradlew assembleRelease; cd ..",
"version:bump": "node scripts/version-bump.js",
"android": "expo run:android",
"run:android": "powershell -ExecutionPolicy Bypass -File .\\run-android.ps1",
"build:apk": "powershell -ExecutionPolicy Bypass -File .\\run-android.ps1 -Release",
"build:bundle": "powershell -ExecutionPolicy Bypass -File .\\run-android.ps1 -Bundle",
"build:release:all": "powershell -ExecutionPolicy Bypass -File .\\run-android.ps1 -Apk -Bundle",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package",
"lint": "eslint ."
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.2.6",
"@noble/hashes": "^2.0.1",
"@notifee/react-native": "^5.6.0",
"@react-native-community/netinfo": "11.5.2",
"@react-native-firebase/app": "^16.5.0",
"@react-native-firebase/crashlytics": "^16.5.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@reduxjs/toolkit": "^1.8.4",
"@scure/bip39": "^2.0.1",
"@shopify/flash-list": "2.0.2",
"@stripe/stripe-react-native": "0.63.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"expo": "^55.0.0",
"expo-auth-session": "~55.0.15",
"expo-camera": "~55.0.16",
"expo-crypto": "~55.0.14",
"expo-dev-client": "~55.0.28",
"expo-document-picker": "~55.0.13",
"expo-keep-awake": "~55.0.6",
"expo-localization": "^55.0.13",
"expo-secure-store": "~55.0.13",
"expo-splash-screen": "~55.0.19",
"expo-status-bar": "~55.0.5",
"expo-web-browser": "~55.0.14",
"heapify": "^0.6.0",
"i18next": "^26.0.8",
"jwt-decode": "^4.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^17.0.6",
"react-native": "0.83.6",
"react-native-background-actions": "^2.6.7",
"react-native-barcode-mask": "^1.2.4",
"react-native-blob-util": "^0.22.2",
"react-native-circular-progress": "^1.3.7",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-mmkv": "^3.3.0",
"react-native-nitro-modules": "0.33.2",
"react-native-paper": "5.0.0-rc.4",
"react-native-permissions": "^3.6.1",
"react-native-pie-chart": "^4.0.2",
"react-native-popup-menu": "^0.16.1",
"react-native-quick-base64": "2.2.2",
"react-native-quick-crypto": "1.0.19",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-share": "^7.9.0",
"react-native-svg": "15.15.3",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "13.16.0",
"react-native-webview-crypto": "^0.0.25",
"react-native-worklets": "0.7.4",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"stream-browserify": "^3.0.0",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-logical-assignment-operators": "^7.28.6",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-native": "^5.0.0",
"patch-package": "^8.0.0",
"prettier": "2.7.1",
"react-native-svg-transformer": "1.5.3"
},
"private": true
}