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 |
5c86e446
|
mschwob
|
"@reduxjs/toolkit": "^1.9.3",
|
13 |
7e4b4e6a
|
mschwob
|
"axios": "^1.3.4",
|
14 |
f2feda74
|
Schwobik
|
"expo": "~48.0.9",
|
15 |
|
|
"expo-status-bar": "~1.4.4",
|
16 |
5c86e446
|
mschwob
|
"native-base": "^3.4.28",
|
17 |
f2feda74
|
Schwobik
|
"react": "18.2.0",
|
18 |
7e4b4e6a
|
mschwob
|
"react-native": "0.71.4",
|
19 |
5c86e446
|
mschwob
|
"react-native-safe-area-context": "4.5.0",
|
20 |
|
|
"react-native-svg": "13.4.0",
|
21 |
|
|
"redux": "^4.2.1",
|
22 |
7e4b4e6a
|
mschwob
|
"typescript": "^4.9.4"
|
23 |
f2feda74
|
Schwobik
|
},
|
24 |
|
|
"devDependencies": {
|
25 |
7e4b4e6a
|
mschwob
|
"@babel/core": "^7.20.0",
|
26 |
|
|
"@tsconfig/react-native": "^2.0.3",
|
27 |
|
|
"@types/jest": "^29.5.0",
|
28 |
|
|
"@types/react": "^18.0.28",
|
29 |
|
|
"@types/react-test-renderer": "^18.0.0",
|
30 |
|
|
"typescript": "^4.9.4"
|
31 |
f2feda74
|
Schwobik
|
},
|
32 |
|
|
"private": true
|
33 |
|
|
}
|