Projekt

Obecné

Profil

Stáhnout (1.33 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 start --android",
8
    "ios": "expo start --ios",
9
    "web": "expo start --web"
10
  },
11
  "dependencies": {
12
    "@react-navigation/drawer": "^6.6.2",
13
    "@react-navigation/native": "^6.1.6",
14
    "@react-navigation/native-stack": "^6.9.12",
15
    "@reduxjs/toolkit": "^1.9.3",
16
    "axios": "^1.3.4",
17
    "expo": "~48.0.9",
18
    "expo-status-bar": "~1.4.4",
19
    "native-base": "^3.4.28",
20
    "react": "18.2.0",
21
    "react-dom": "^18.2.0",
22
    "react-native": "0.71.6",
23
    "react-native-deck-swiper": "^2.0.13",
24
    "react-native-gesture-handler": "~2.9.0",
25
    "react-native-logs": "^5.0.1",
26
    "react-native-multiple-select": "^0.5.12",
27
    "react-native-reanimated": "~2.14.4",
28
    "react-native-safe-area-context": "4.5.0",
29
    "react-native-screens": "~3.20.0",
30
    "react-native-svg": "13.4.0",
31
    "react-native-tab-view": "^3.5.1",
32
    "react-native-vector-icons": "^9.2.0",
33
    "react-redux": "^8.0.5",
34
    "redux": "^4.2.1",
35
    "typescript": "^4.9.4"
36
  },
37
  "devDependencies": {
38
    "@babel/core": "^7.20.0",
39
    "@tsconfig/react-native": "^2.0.3",
40
    "@types/jest": "^29.5.0",
41
    "@types/react": "^18.0.28",
42
    "@types/react-test-renderer": "^18.0.0",
43
    "typescript": "^4.9.4"
44
  },
45
  "private": true
46
}
(7-7/8)