forked from Money-check/MoneyCheck
-
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.59 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.59 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": "money_check",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-async-storage/root": "github:react-native-async-storage/async-storage",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/bottom-tabs": "^7.0.3",
"@react-navigation/native": "^7.0.7",
"@react-navigation/stack": "^7.0.5",
"expo": "~52.0.6",
"expo-barcode-scanner": "^13.0.1",
"expo-camera": "^16.0.9",
"expo-image-picker": "^16.0.3",
"expo-status-bar": "~2.0.0",
"firebase": "^11.0.2",
"openai": "^4.76.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-camera": "^4.2.1",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "^2.21.2",
"react-native-get-random-values": "^1.11.0",
"react-native-pager-view": "^6.5.0",
"react-native-permissions": "^5.2.1",
"react-native-progress": "^5.0.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest"
},
"private": true
}