|
13 | 13 | "prettier": "prettier --write '**/*.{js,jsx,md,json}'", |
14 | 14 | "precommit": "npm run lint", |
15 | 15 | "lint-staged": "lint-staged", |
16 | | - "prepare": "husky install", |
17 | 16 | "doc": "kktd @uiw/react-native-doc/doc/build" |
18 | 17 | }, |
19 | 18 | "dependencies": { |
20 | | - "@kkt/doc": "^1.0.0", |
21 | 19 | "@react-native-async-storage/async-storage": "~1.17.11", |
22 | 20 | "@react-native-community/masked-view": "~0.1.11", |
23 | 21 | "@react-navigation/bottom-tabs": "~6.3.2", |
24 | 22 | "@react-navigation/native": "~6.0.11", |
25 | 23 | "@react-navigation/stack": "~6.2.2", |
| 24 | + "react-native-safe-area-context": "~4.3.1", |
| 25 | + "react-native-reanimated": "3.1.0", |
26 | 26 | "@rematch/core": "2.2.0", |
27 | 27 | "@rematch/loading": "2.1.2", |
28 | | - "@shopify/restyle": "2.4.2", |
29 | 28 | "@uiw/formatter": "~1.3.3", |
30 | 29 | "@uiw/react-native": "^4.0.2", |
31 | | - "@uiw/react-native-doc": "^3.0.7", |
| 30 | + "react-native-gesture-handler": "2.8.0", |
| 31 | + "react-native-root-siblings":"4.1.1", |
| 32 | + "react-native-svg": "13.9.0", |
32 | 33 | "react": "18.2.0", |
33 | 34 | "react-native": "0.71.7", |
34 | 35 | "react-native-device-info": "~10.0.2", |
35 | | - "react-native-gesture-handler": "2.8.0", |
36 | | - "react-native-reanimated": "~3.0.0", |
37 | | - "react-native-safe-area-context": "~4.3.1", |
38 | 36 | "react-native-screens": "~3.15.0", |
39 | | - "react-native-svg": "13.9.0", |
40 | | - "react-query": "~3.39.2", |
41 | 37 | "react-redux": "8.0.5", |
42 | | - "redux": "4.1.2" |
| 38 | + "redux": "4.1.2", |
| 39 | + "react-query": "~3.39.2", |
| 40 | + "@kkt/doc": "^1.0.0", |
| 41 | + "@uiw/react-native-doc": "^4.0.5" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
45 | 44 | "@babel/core": "~7.20.0", |
|
0 commit comments