-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package.json
File metadata and controls
53 lines (53 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
51
52
53
{
"name": "odoo-client",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^7.9.0",
"@react-navigation/native": "^7.1.26",
"@react-navigation/stack": "^7.6.13",
"@reduxjs/toolkit": "^2.11.2",
"@types/react-native": "~0.73.0",
"expo": "^54.0.30",
"expo-application": "^7.0.8",
"expo-clipboard": "~8.0.8",
"expo-image": "~3.0.11",
"expo-local-authentication": "~17.0.8",
"expo-secure-store": "^15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-updates": "~29.0.15",
"moment": "^2.30.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.69.0",
"react-native": "0.83.1",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-paper": "^5.14.5",
"react-native-paper-dropdown": "^2.3.1",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-worklets": "0.5.1",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"typescript": "~5.9.3",
"yup": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@types/react": "~19.1.10",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5"
},
"private": true
}