forked from CPNV-ES/Runeo-Drive-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.08 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
{
"name": "runeo-drive",
"version": "2026.2.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "node node_modules/expo/bin/cli start",
"build": "react-scripts --openssl-legacy-provider build",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/plugin-transform-template-literals": "^7.24.7",
"@expo/metro-runtime": "~55.0.11",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-masked-view/masked-view": "*",
"@react-native-community/netinfo": "^11.5.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.2",
"expo": "^55.0.24",
"expo-build-properties": "~55.0.14",
"expo-dev-client": "~55.0.34",
"expo-font": "~55.0.7",
"expo-image-loader": "~55.0.0",
"expo-image-manipulator": "~55.0.16",
"expo-image-picker": "~55.0.20",
"expo-status-bar": "~55.0.6",
"formik": "^2.1.5",
"immutable": "^4.2.2",
"jsc-android": "^241213.1.0",
"luxon": "^1.28.1",
"moment": "^2.29.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-native": "^0.83.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.30.0",
"react-native-image-picker": "^4.10.3",
"react-native-permissions": "^3.6.1",
"react-native-reanimated": "^4.2.1",
"react-native-root-toast": "^4.0.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^10.3.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.7.4",
"unstated-next": "^1.1.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/luxon": "^2.4.0",
"@types/react": "~19.2.10",
"patch-package": "^8.0.1",
"typescript": "~5.9.2"
},
"private": true,
"overrides": {
"react-native": "$react-native"
}
}