Projekt

Obecné

Profil

Stáhnout (1.56 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "rudolfii",
3
  "version": "1.0.0",
4
  "main": "node_modules/expo/AppEntry.js",
5
  "scripts": {
6
    "start": "expo start",
7
    "android": "expo run:android",
8
    "ios": "expo run:ios",
9
    "web": "expo start --web"
10
  },
11
  "dependencies": {
12
    "@react-native-community/viewpager": "^5.0.11",
13
    "@react-native-async-storage/async-storage": "^1.19.3",
14
    "@react-navigation/drawer": "^6.6.2",
15
    "@react-navigation/native": "^6.1.6",
16
    "@react-navigation/native-stack": "^6.9.14",
17
    "@reduxjs/toolkit": "^1.9.3",
18
    "axios": "^1.5.1",
19
    "expo": "^49.0.13",
20
    "expo-build-properties": "~0.8.3",
21
    "expo-splash-screen": "^0.20.5",
22
    "expo-status-bar": "~1.6.0",
23
    "native-base": "^3.4.28",
24
    "react": "18.2.0",
25
    "react-dom": "^18.2.0",
26
    "react-native": "0.72.5",
27
    "react-native-deck-swiper": "^1.1.7",
28
    "react-native-gesture-handler": "~2.12.0",
29
    "react-native-logs": "^5.0.1",
30
    "react-native-multiple-select": "^0.5.12",
31
    "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
    "react-native-tab-view": "^3.5.2",
36
    "react-native-vector-icons": "^9.2.0",
37
    "react-redux": "^8.0.5",
38
    "redux": "^4.2.1",
39
    "redux-persist-transform-encrypt": "^5.0.0",
40
    "typescript": "^5.2.2"
41
  },
42
  "devDependencies": {
43
    "@babel/core": "^7.20.0",
44
    "@tsconfig/react-native": "^2.0.3",
45
    "@types/jest": "^29.5.0",
46
    "@types/react": "~18.2.14",
47
    "@types/react-test-renderer": "^18.0.0",
48
    "typescript": "^5.1.3"
49
  },
50
  "private": true
51
}
(8-8/9)