1
|
{
|
2
|
"name": "rudolfii",
|
3
|
"version": "1.0.0",
|
4
|
"main": "node_modules/expo/AppEntry.js",
|
5
|
"scripts": {
|
6
|
"start": "expo start",
|
7
|
"android": "expo start --android",
|
8
|
"ios": "expo start --ios",
|
9
|
"web": "expo start --web"
|
10
|
},
|
11
|
"dependencies": {
|
12
|
"@react-native-async-storage/async-storage": "^1.19.3",
|
13
|
"@react-navigation/drawer": "^6.6.2",
|
14
|
"@react-navigation/native": "^6.1.6",
|
15
|
"@react-navigation/native-stack": "^6.9.14",
|
16
|
"@reduxjs/toolkit": "^1.9.3",
|
17
|
"axios": "^1.5.1",
|
18
|
"expo": "^49.0.13",
|
19
|
"expo-splash-screen": "^0.20.5",
|
20
|
"expo-status-bar": "~1.6.0",
|
21
|
"native-base": "^3.4.28",
|
22
|
"react": "18.2.0",
|
23
|
"react-dom": "^18.2.0",
|
24
|
"react-native": "0.72.5",
|
25
|
"react-native-deck-swiper": "^1.1.7",
|
26
|
"react-native-gesture-handler": "~2.12.0",
|
27
|
"react-native-logs": "^5.0.1",
|
28
|
"react-native-multiple-select": "^0.5.12",
|
29
|
"react-native-reanimated": "~3.3.0",
|
30
|
"react-native-safe-area-context": "4.6.3",
|
31
|
"react-native-screens": "~3.22.0",
|
32
|
"react-native-svg": "13.9.0",
|
33
|
"react-native-tab-view": "^3.5.1",
|
34
|
"react-native-vector-icons": "^9.2.0",
|
35
|
"react-redux": "^8.0.5",
|
36
|
"redux": "^4.2.1",
|
37
|
"redux-persist-transform-encrypt": "^5.0.0",
|
38
|
"typescript": "^5.2.2"
|
39
|
},
|
40
|
"devDependencies": {
|
41
|
"@babel/core": "^7.20.0",
|
42
|
"@tsconfig/react-native": "^2.0.3",
|
43
|
"@types/jest": "^29.5.0",
|
44
|
"@types/react": "~18.2.14",
|
45
|
"@types/react-test-renderer": "^18.0.0",
|
46
|
"typescript": "^5.1.3"
|
47
|
},
|
48
|
"private": true
|
49
|
}
|