@nativetail/ui 0.3.9 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +19 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.3.9",
3
+ "version": "0.4.1",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -24,26 +24,37 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@hookform/resolvers": "^3.6.0",
27
- "@nativetail/core": "^0.0.11",
28
27
  "@shopify/flash-list": "^1.7.1",
29
28
  "countries-list": "^3.1.0",
30
29
  "expo-linear-gradient": "~13.0.2",
31
30
  "lucide-react-native": "^0.427.0",
32
31
  "moti": "^0.29.0",
33
- "react": "18.2.0",
34
32
  "react-hook-form": "^7.51.0",
35
- "react-native": "^0.76.3",
36
33
  "react-native-actions-sheet": "^0.9.6",
37
34
  "react-native-circular-progress-indicator": "^4.4.2",
38
- "react-native-gesture-handler": "^2.17.1",
39
35
  "react-native-mask-text": "^0.14.2",
40
- "react-native-reanimated": "~3.16.7",
41
- "react-native-safe-area-context": "4.10.5",
42
36
  "tailwind-merge": "^2.3.0",
43
37
  "zustand": "^4.5.2"
44
38
  },
45
39
  "devDependencies": {
46
- "tailwindcss": "^3.4.4"
40
+ "tailwindcss": "^3.4.4",
41
+ "react-native": "^0.76.3",
42
+ "react": "18.2.0",
43
+ "react-native-safe-area-context": "4.10.5",
44
+ "react-native-gesture-handler": "~2.20.2",
45
+ "react-native-reanimated": "~3.16.7",
46
+ "@nativetail/core": "^0.0.12"
47
+ },
48
+ "peerDependencies": {
49
+ "@nativetail/core": "*",
50
+ "react": "*",
51
+ "react-dom": "*",
52
+ "react-native": "*",
53
+ "tailwindcss": "*",
54
+ "react-native-reanimated": "*",
55
+ "react-native-safe-area-context": "*",
56
+ "react-native-gesture-handler": "*",
57
+ "@shopify/flash-list": "*"
47
58
  },
48
59
  "private": false
49
60
  }