Projekt

Obecné

Profil

Stáhnout (1.56 KB) Statistiky
| Větev: | Tag: | Revize:
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 a81cba79 Michal Schwob
    "android": "expo run:android",
8
    "ios": "expo run:ios",
9 f2feda74 Schwobik
    "web": "expo start --web"
10
  },
11
  "dependencies": {
12 cc02a2aa Michal Schwob
    "@react-native-community/viewpager": "^5.0.11",
13 80bb10d9 Michal Schwob
    "@react-native-async-storage/async-storage": "^1.19.3",
14 b7014ba2 Schwobik
    "@react-navigation/drawer": "^6.6.2",
15
    "@react-navigation/native": "^6.1.6",
16 84cc4e49 Michal Schwob
    "@react-navigation/native-stack": "^6.9.14",
17 5c86e446 mschwob
    "@reduxjs/toolkit": "^1.9.3",
18 8040f287 Michal Schwob
    "axios": "^1.5.1",
19 84cc4e49 Michal Schwob
    "expo": "^49.0.13",
20 cc02a2aa Michal Schwob
    "expo-build-properties": "~0.8.3",
21 8bb5689a Michal Schwob
    "expo-splash-screen": "^0.20.5",
22 84cc4e49 Michal Schwob
    "expo-status-bar": "~1.6.0",
23 5c86e446 mschwob
    "native-base": "^3.4.28",
24 f2feda74 Schwobik
    "react": "18.2.0",
25 5ed9692c Schwobik
    "react-dom": "^18.2.0",
26 84cc4e49 Michal Schwob
    "react-native": "0.72.5",
27
    "react-native-deck-swiper": "^1.1.7",
28
    "react-native-gesture-handler": "~2.12.0",
29 e49b1f44 Schwobik
    "react-native-logs": "^5.0.1",
30 9c55d3bb Schwobik
    "react-native-multiple-select": "^0.5.12",
31 84cc4e49 Michal Schwob
    "react-native-reanimated": "~3.3.0",
32
    "react-native-safe-area-context": "4.6.3",
33
    "react-native-screens": "~3.22.0",
34
    "react-native-svg": "13.9.0",
35 cc02a2aa Michal Schwob
    "react-native-tab-view": "^3.5.2",
36 9c55d3bb Schwobik
    "react-native-vector-icons": "^9.2.0",
37 5ed9692c Schwobik
    "react-redux": "^8.0.5",
38 5c86e446 mschwob
    "redux": "^4.2.1",
39 84cc4e49 Michal Schwob
    "redux-persist-transform-encrypt": "^5.0.0",
40 cc02a2aa Michal Schwob
    "typescript": "^5.2.2"
41 f2feda74 Schwobik
  },
42
  "devDependencies": {
43 7e4b4e6a mschwob
    "@babel/core": "^7.20.0",
44
    "@tsconfig/react-native": "^2.0.3",
45
    "@types/jest": "^29.5.0",
46 84cc4e49 Michal Schwob
    "@types/react": "~18.2.14",
47 7e4b4e6a mschwob
    "@types/react-test-renderer": "^18.0.0",
48 84cc4e49 Michal Schwob
    "typescript": "^5.1.3"
49 f2feda74 Schwobik
  },
50
  "private": true
51
}