1 |
f2feda74
|
Schwobik
|
{
|
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 |
b7014ba2
|
Schwobik
|
"@react-navigation/drawer": "^6.6.2",
|
13 |
|
|
"@react-navigation/native": "^6.1.6",
|
14 |
|
|
"@react-navigation/native-stack": "^6.9.12",
|
15 |
5c86e446
|
mschwob
|
"@reduxjs/toolkit": "^1.9.3",
|
16 |
7e4b4e6a
|
mschwob
|
"axios": "^1.3.4",
|
17 |
f2feda74
|
Schwobik
|
"expo": "~48.0.9",
|
18 |
|
|
"expo-status-bar": "~1.4.4",
|
19 |
5c86e446
|
mschwob
|
"native-base": "^3.4.28",
|
20 |
f2feda74
|
Schwobik
|
"react": "18.2.0",
|
21 |
5ed9692c
|
Schwobik
|
"react-dom": "^18.2.0",
|
22 |
1980ed09
|
Schwobik
|
"react-native": "0.71.8",
|
23 |
000ecc2f
|
Schwobik
|
"react-native-deck-swiper": "^2.0.13",
|
24 |
b7014ba2
|
Schwobik
|
"react-native-gesture-handler": "~2.9.0",
|
25 |
e49b1f44
|
Schwobik
|
"react-native-logs": "^5.0.1",
|
26 |
9c55d3bb
|
Schwobik
|
"react-native-multiple-select": "^0.5.12",
|
27 |
b7014ba2
|
Schwobik
|
"react-native-reanimated": "~2.14.4",
|
28 |
5c86e446
|
mschwob
|
"react-native-safe-area-context": "4.5.0",
|
29 |
b7014ba2
|
Schwobik
|
"react-native-screens": "~3.20.0",
|
30 |
5c86e446
|
mschwob
|
"react-native-svg": "13.4.0",
|
31 |
b5599ba1
|
Fantič
|
"react-native-tab-view": "^3.5.1",
|
32 |
9c55d3bb
|
Schwobik
|
"react-native-vector-icons": "^9.2.0",
|
33 |
5ed9692c
|
Schwobik
|
"react-redux": "^8.0.5",
|
34 |
5c86e446
|
mschwob
|
"redux": "^4.2.1",
|
35 |
6a784cdd
|
Schwobik
|
"typescript": "^4.9.4",
|
36 |
|
|
"expo-splash-screen": "~0.18.2"
|
37 |
f2feda74
|
Schwobik
|
},
|
38 |
|
|
"devDependencies": {
|
39 |
7e4b4e6a
|
mschwob
|
"@babel/core": "^7.20.0",
|
40 |
|
|
"@tsconfig/react-native": "^2.0.3",
|
41 |
|
|
"@types/jest": "^29.5.0",
|
42 |
|
|
"@types/react": "^18.0.28",
|
43 |
|
|
"@types/react-test-renderer": "^18.0.0",
|
44 |
|
|
"typescript": "^4.9.4"
|
45 |
f2feda74
|
Schwobik
|
},
|
46 |
|
|
"private": true
|
47 |
|
|
}
|