-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.37 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "arena-mobile",
"version": "2.0.0",
"scripts": {
"start": "expo start",
"start-tunnel": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@expo/webpack-config": "~19.0.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@openforis/arena-core": "^1.0.10",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.5.0",
"expo": "^51.0.39",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-battery": "~8.0.1",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.16",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.5",
"expo-screen-orientation": "~7.0.5",
"expo-secure-store": "~13.0.2",
"expo-sensors": "~13.0.9",
"expo-sharing": "~12.0.1",
"expo-sqlite": "~14.0.6",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"i18next": "^23.16.8",
"lz-string": "^1.5.0",
"mime": "^4.0.6",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.1.3",
"react-native": "0.74.5",
"react-native-check-version": "^1.3.0",
"react-native-collapsible": "^1.6.2",
"react-native-device-info": "^14.0.2",
"react-native-dots-pagination": "^0.3.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-error-boundary": "^1.2.7",
"react-native-final-tree-view": "^3.0.0",
"react-native-keychain": "^8.2.0",
"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": "6.3.0",
"react-native-paper": "^5.13.1",
"react-native-paper-dropdown": "^1.0.7",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-side-drawer": "^2.1.0",
"react-native-system-navigation-bar": "^2.6.4",
"react-native-version-number": "^0.3.6",
"react-native-view-more-text": "^2.2.0",
"react-native-web": "~0.19.13",
"react-native-zip-archive": "^7.0.1",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"rn-swipe-button": "^1.3.8",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.5",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@react-native/eslint-config": "^0.75.4",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-react": "^7.37.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.4.2"
},
"private": true,
"packageManager": "[email protected]"
}