|
1 | 1 | { |
2 | 2 | "name": "react-native-starter-app", |
3 | | - "version": "7.0.1", |
| 3 | + "version": "7.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "test": "jest", |
|
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | 42 | "@react-navigation/native": "^6.1.9", |
43 | | - "@react-navigation/native-stack": "^6.9.15", |
| 43 | + "@react-navigation/native-stack": "^6.9.17", |
44 | 44 | "@reduxjs/toolkit": "1.9.7", |
| 45 | + "@tamagui/shorthands": "^1.78.0", |
| 46 | + "@tamagui/themes": "^1.78.0", |
45 | 47 | "axios": "^0.27.2", |
46 | 48 | "i18next": "^22.5.0", |
47 | 49 | "lodash": "^4.17.21", |
48 | | - "native-base": "3.4.28", |
49 | 50 | "react": "18.2.0", |
50 | 51 | "react-i18next": "^12.3.1", |
51 | 52 | "react-native": "0.72.6", |
52 | 53 | "react-native-bootsplash": "^4.7.1", |
53 | 54 | "react-native-indicators": "^0.17.0", |
54 | | - "react-native-localize": "^3.0.0", |
55 | | - "react-native-mmkv": "^2.8.0", |
56 | | - "react-native-safe-area-context": "^4.5.3", |
57 | | - "react-native-screens": "^3.20.0", |
| 55 | + "react-native-localize": "^3.0.3", |
| 56 | + "react-native-mmkv": "^2.11.0", |
| 57 | + "react-native-safe-area-context": "^4.7.4", |
| 58 | + "react-native-screens": "^3.27.0", |
58 | 59 | "react-native-svg": "^13.14.0", |
59 | | - "react-native-vector-icons": "^10.0.0", |
| 60 | + "react-native-toast-message": "^2.1.7", |
| 61 | + "react-native-vector-icons": "^10.0.2", |
60 | 62 | "react-native-version-number": "^0.3.6", |
61 | 63 | "react-redux": "8.1.3", |
62 | 64 | "redux-persist": "^6.0.0", |
63 | | - "redux-saga": "1.2.3" |
| 65 | + "redux-saga": "1.2.3", |
| 66 | + "tamagui": "^1.78.0" |
64 | 67 | }, |
65 | 68 | "devDependencies": { |
66 | 69 | "@babel/core": "^7.20.0", |
67 | 70 | "@babel/preset-env": "^7.20.0", |
68 | 71 | "@babel/runtime": "^7.20.0", |
| 72 | + "@commitlint/cli": "^18.4.3", |
| 73 | + "@commitlint/config-conventional": "^18.4.3", |
69 | 74 | "@forward-software/react-native-toolbox": "^3.0.0", |
70 | 75 | "@react-native/eslint-config": "^0.72.2", |
71 | 76 | "@react-native/metro-config": "^0.72.11", |
72 | | - "@trivago/prettier-plugin-sort-imports": "^4.2.0", |
| 77 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
73 | 78 | "@tsconfig/react-native": "^3.0.0", |
74 | 79 | "@types/lodash": "^4.14.200", |
75 | 80 | "@types/metro-config": "^0.76.3", |
|
0 commit comments