|
1 | 1 | { |
2 | 2 | "name": "react-native-tooltiplize", |
3 | 3 | "version": "0.1.0", |
4 | | - "description": "test", |
| 4 | + "description": "react native tooltip like never before, using leading packages like `react-native-reanimated` v2, `framer-motion`, and `@gorhom/portal`", |
5 | 5 | "main": "lib/commonjs/index", |
6 | 6 | "module": "lib/module/index", |
7 | 7 | "types": "lib/typescript/index.d.ts", |
|
38 | 38 | "keywords": [ |
39 | 39 | "react-native", |
40 | 40 | "ios", |
41 | | - "android" |
| 41 | + "android", |
| 42 | + "web", |
| 43 | + "tooltip", |
| 44 | + "tooltiplize", |
| 45 | + "react-native-tooltiplize", |
| 46 | + "react-native-tooltip", |
| 47 | + "react-native-tooltip-lib", |
| 48 | + "popover", |
| 49 | + "react-native-popover", |
| 50 | + "react-native-popover-view" |
42 | 51 | ], |
43 | 52 | "repository": "https://github.com/Stringsaeed/react-native-tooltiplize", |
44 | 53 | "author": "Muhammed Saeed <[email protected]> (https://github.com/Stringsaeed)", |
|
53 | 62 | "devDependencies": { |
54 | 63 | "@arkweid/lefthook": "^0.7.7", |
55 | 64 | "@commitlint/config-conventional": "^17.0.2", |
| 65 | + "@gorhom/portal": "^1.0.14", |
56 | 66 | "@react-native-community/eslint-config": "^3.0.2", |
57 | 67 | "@release-it/conventional-changelog": "^5.0.0", |
58 | 68 | "@types/jest": "^28.1.2", |
|
68 | 78 | "react": "18.0.0", |
69 | 79 | "react-native": "0.69.6", |
70 | 80 | "react-native-builder-bob": "^0.20.1", |
| 81 | + "react-native-reanimated": "^2.12.0", |
71 | 82 | "release-it": "^15.0.0", |
72 | 83 | "typescript": "^4.5.2" |
73 | 84 | }, |
74 | 85 | "resolutions": { |
75 | 86 | "@types/react": "17.0.21" |
76 | 87 | }, |
77 | 88 | "peerDependencies": { |
| 89 | + "@gorhom/portal": "^1", |
78 | 90 | "react": "*", |
79 | | - "react-native": "*" |
| 91 | + "react-native": "*", |
| 92 | + "react-native-reanimated": "^2" |
80 | 93 | }, |
81 | 94 | "jest": { |
82 | 95 | "preset": "react-native", |
|
150 | 163 | } |
151 | 164 | ] |
152 | 165 | ] |
| 166 | + }, |
| 167 | + "dependencies": { |
| 168 | + "framer-motion": "^7.6.4" |
153 | 169 | } |
154 | 170 | } |
0 commit comments