-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.63 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.63 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "arena-mobile",
"version": "2.7.0",
"scripts": {
"start": "expo start",
"start-tunnel": "expo start --tunnel",
"android": "expo android",
"ios": "expo ios",
"run:android": "expo run:android",
"run:ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint --fix --ext .js,.jsx .",
"test": "jest",
"test:types": "node ./node_modules/typescript/bin/tsc",
"e2e:maestro": "maestro test e2e/maestro/allTests.yaml",
"e2e:prepare:android": "expo run:android --variant debug",
"e2e:maestro:android": "yarn e2e:prepare:android && yarn e2e:maestro -e APP_ID=org.openforis.arena_mobile"
},
"dependencies": {
"@lodev09/react-native-exify": "^1.0.3",
"@openforis/arena-core": "^1.3.10",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/datetimepicker": "9.1.0",
"@react-native-community/netinfo": "12.0.1",
"@react-native-community/slider": "5.2.0",
"@react-native-vector-icons/material-design-icons": "^13.1.1",
"@react-navigation/native": "^7.3.1",
"@react-navigation/native-stack": "^7.17.3",
"@reduxjs/toolkit": "^2.12.0",
"@shopify/flash-list": "2.0.2",
"@types/lodash": "^4.17.24",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"axios": "^1.17.0",
"events": "^3.3.0",
"expo": "~56.0.15",
"expo-application": "~56.0.3",
"expo-asset": "~56.0.19",
"expo-audio": "~56.0.12",
"expo-battery": "~56.0.4",
"expo-build-properties": "~56.0.22",
"expo-camera": "~56.0.8",
"expo-constants": "~56.0.20",
"expo-crypto": "~56.0.4",
"expo-device": "~56.0.4",
"expo-document-picker": "~56.0.4",
"expo-file-system": "~56.0.8",
"expo-image-manipulator": "~56.0.21",
"expo-image-picker": "~56.0.20",
"expo-intent-launcher": "~56.0.4",
"expo-localization": "~56.0.6",
"expo-location": "~56.0.20",
"expo-screen-orientation": "~56.0.5",
"expo-secure-store": "~56.0.4",
"expo-sensors": "~56.0.6",
"expo-sharing": "~56.0.21",
"expo-splash-screen": "~56.0.12",
"expo-sqlite": "~56.0.5",
"expo-status-bar": "~56.0.4",
"expo-web-browser": "~56.0.5",
"i18next": "^26.3.1",
"lz-string": "^1.5.0",
"mime": "^4.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.8",
"react-native": "0.85.3",
"react-native-bluetooth-classic": "^1.73.0-rc.17",
"react-native-check-version": "^1.4.0",
"react-native-collapsible": "^1.6.2",
"react-native-device-info": "^15.0.2",
"react-native-dots-pagination": "^0.3.1",
"react-native-error-boundary": "^3.1.0",
"react-native-keyboard-controller": "1.21.6",
"react-native-keychain": "^10.0.0",
"react-native-logs": "^5.6.0",
"react-native-maps": "^1.27.2",
"react-native-markdown-display": "^7.0.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-open-maps": "^0.4.3",
"react-native-pager-view": "8.0.1",
"react-native-paper": "^5.15.1",
"react-native-paper-dropdown": "^1.0.7",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-side-drawer": "^2.1.0",
"react-native-svg": "15.15.4",
"react-native-system-navigation-bar": "^2.8.0",
"react-native-tree-multi-select": "^2.0.20",
"react-native-vector-icons": "^10.3.0",
"react-native-version-number": "^0.3.6",
"react-native-view-more-text": "^2.2.0",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"react-native-zip-archive": "~8.0.1",
"react-redux": "^9.3.0",
"redux": "^5.0.1",
"rn-swipe-button": "^3.0.1",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/eslint-parser": "^7.29.7",
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@react-native/eslint-config": "^0.86.0",
"@types/color": "^4.2.1",
"@types/jest": "29.5.14",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.3",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"dotenv": "^17.4.2",
"eslint": "10.3.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"jest": "~29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.8.4",
"typescript": "~6.0.3"
},
"private": true,
"packageManager": "yarn@4.17.1"
}