Projekt

Obecné

Profil

Stáhnout (1.42 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
    "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 84cc4e49 Michal Schwob
    "@react-navigation/native-stack": "^6.9.14",
15 5c86e446 mschwob
    "@reduxjs/toolkit": "^1.9.3",
16 7e4b4e6a mschwob
    "axios": "^1.3.4",
17 84cc4e49 Michal Schwob
    "expo": "^49.0.13",
18
    "expo-splash-screen": "~0.20.5",
19
    "expo-status-bar": "~1.6.0",
20 5c86e446 mschwob
    "native-base": "^3.4.28",
21 f2feda74 Schwobik
    "react": "18.2.0",
22 5ed9692c Schwobik
    "react-dom": "^18.2.0",
23 84cc4e49 Michal Schwob
    "react-native": "0.72.5",
24
    "react-native-deck-swiper": "^1.1.7",
25
    "react-native-gesture-handler": "~2.12.0",
26 e49b1f44 Schwobik
    "react-native-logs": "^5.0.1",
27 9c55d3bb Schwobik
    "react-native-multiple-select": "^0.5.12",
28 84cc4e49 Michal Schwob
    "react-native-reanimated": "~3.3.0",
29
    "react-native-safe-area-context": "4.6.3",
30
    "react-native-screens": "~3.22.0",
31
    "react-native-svg": "13.9.0",
32 b5599ba1 Fantič
    "react-native-tab-view": "^3.5.1",
33 9c55d3bb Schwobik
    "react-native-vector-icons": "^9.2.0",
34 5ed9692c Schwobik
    "react-redux": "^8.0.5",
35 5c86e446 mschwob
    "redux": "^4.2.1",
36 84cc4e49 Michal Schwob
    "redux-persist-transform-encrypt": "^5.0.0",
37
    "typescript": "^4.9.4"
38 f2feda74 Schwobik
  },
39
  "devDependencies": {
40 7e4b4e6a mschwob
    "@babel/core": "^7.20.0",
41
    "@tsconfig/react-native": "^2.0.3",
42
    "@types/jest": "^29.5.0",
43 84cc4e49 Michal Schwob
    "@types/react": "~18.2.14",
44 7e4b4e6a mschwob
    "@types/react-test-renderer": "^18.0.0",
45 84cc4e49 Michal Schwob
    "typescript": "^5.1.3"
46 f2feda74 Schwobik
  },
47
  "private": true
48
}