Projekt

Obecné

Profil

Stáhnout (1.47 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 80bb10d9 Michal Schwob
    "@react-native-async-storage/async-storage": "^1.19.3",
13 b7014ba2 Schwobik
    "@react-navigation/drawer": "^6.6.2",
14
    "@react-navigation/native": "^6.1.6",
15 84cc4e49 Michal Schwob
    "@react-navigation/native-stack": "^6.9.14",
16 5c86e446 mschwob
    "@reduxjs/toolkit": "^1.9.3",
17 7e4b4e6a mschwob
    "axios": "^1.3.4",
18 84cc4e49 Michal Schwob
    "expo": "^49.0.13",
19 8bb5689a Michal Schwob
    "expo-splash-screen": "^0.20.5",
20 84cc4e49 Michal Schwob
    "expo-status-bar": "~1.6.0",
21 5c86e446 mschwob
    "native-base": "^3.4.28",
22 f2feda74 Schwobik
    "react": "18.2.0",
23 5ed9692c Schwobik
    "react-dom": "^18.2.0",
24 84cc4e49 Michal Schwob
    "react-native": "0.72.5",
25
    "react-native-deck-swiper": "^1.1.7",
26
    "react-native-gesture-handler": "~2.12.0",
27 e49b1f44 Schwobik
    "react-native-logs": "^5.0.1",
28 9c55d3bb Schwobik
    "react-native-multiple-select": "^0.5.12",
29 84cc4e49 Michal Schwob
    "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 b5599ba1 Fantič
    "react-native-tab-view": "^3.5.1",
34 9c55d3bb Schwobik
    "react-native-vector-icons": "^9.2.0",
35 5ed9692c Schwobik
    "react-redux": "^8.0.5",
36 5c86e446 mschwob
    "redux": "^4.2.1",
37 84cc4e49 Michal Schwob
    "redux-persist-transform-encrypt": "^5.0.0",
38 7410d6c1 Michal Schwob
    "typescript": "^5.2.2"
39 f2feda74 Schwobik
  },
40
  "devDependencies": {
41 7e4b4e6a mschwob
    "@babel/core": "^7.20.0",
42
    "@tsconfig/react-native": "^2.0.3",
43
    "@types/jest": "^29.5.0",
44 84cc4e49 Michal Schwob
    "@types/react": "~18.2.14",
45 7e4b4e6a mschwob
    "@types/react-test-renderer": "^18.0.0",
46 84cc4e49 Michal Schwob
    "typescript": "^5.1.3"
47 f2feda74 Schwobik
  },
48
  "private": true
49
}