related-ui-components 4.2.8 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +79 -79
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "related-ui-components",
3
- "version": "4.2.8",
4
- "main": "lib/module/index.js",
5
- "scripts": {
6
- "start": "expo start",
7
- "android": "expo start --android",
8
- "ios": "expo start --ios",
9
- "web": "expo start --web",
10
- "prepare": "bob build"
11
- },
12
- "peerDependencies": {
13
- "@expo/vector-icons": ">=15.0.3",
14
- "@gorhom/bottom-sheet": ">=5.1.6",
15
- "@ptomasroos/react-native-multi-slider": ">=2.2.2",
16
- "@react-native-community/slider": ">=4.5.6",
17
- "@react-native-picker/picker": ">=2.11.1",
18
- "@shopify/react-native-skia": ">=v2.0.0-next.4",
19
- "country-telephone-data": ">=0.6.3",
20
- "date-fns": ">=4.1.0",
21
- "expo": ">=52.0.0",
22
- "expo-checkbox": ">=4.1.4",
23
- "expo-clipboard": ">=7.1.4",
24
- "expo-image": ">=2.4.0",
25
- "expo-linear-gradient": ">=14.1.5",
26
- "expo-status-bar": ">=2.2.3",
27
- "react": ">=18.0.0",
28
- "react-native": ">=0.79.0",
29
- "react-native-calendars": ">=1.1312.0",
30
- "react-native-color-matrix-image-filters": ">=7.0.2",
31
- "react-native-gesture-handler": ">=2.24.0",
32
- "react-native-keyboard-controller": "^1.18.0",
33
- "react-native-picker-select": ">=9.3.1",
34
- "react-native-qrcode-svg": ">=6.3.15",
35
- "react-native-reanimated": ">=3.0.0",
36
- "react-native-safe-area-context": ">=5.4.0",
37
- "react-native-svg": ">=15.11.2",
38
- "react-native-toast-message": ">=2.3.3"
39
- },
40
- "devDependencies": {
41
- "@babel/core": "^7.25.2",
42
- "@types/country-telephone-data": "^0.6.3",
43
- "@types/react": "~19.1.10",
44
- "react-native-builder-bob": "^0.40.11",
45
- "typescript": "~5.9.2"
46
- },
47
- "private": false,
48
- "types": "lib/typescript/src/index.d.ts",
49
- "exports": {
50
- ".": {
51
- "types": "./lib/typescript/src/index.d.ts",
52
- "default": "./lib/module/index.js"
53
- }
54
- },
55
- "files": [
56
- "src",
57
- "lib",
58
- "!**/__tests__",
59
- "!**/__fixtures__",
60
- "!**/__mocks__"
61
- ],
62
- "react-native-builder-bob": {
63
- "source": "src",
64
- "output": "lib",
65
- "targets": [
66
- [
67
- "module",
68
- {
69
- "esm": true
70
- }
71
- ],
72
- "typescript"
73
- ]
74
- },
75
- "eslintIgnore": [
76
- "node_modules/",
77
- "lib/"
78
- ]
79
- }
1
+ {
2
+ "name": "related-ui-components",
3
+ "version": "5.0.0",
4
+ "main": "lib/module/index.js",
5
+ "scripts": {
6
+ "start": "expo start",
7
+ "android": "expo start --android",
8
+ "ios": "expo start --ios",
9
+ "web": "expo start --web",
10
+ "prepare": "bob build"
11
+ },
12
+ "peerDependencies": {
13
+ "@expo/vector-icons": ">=15.0.3",
14
+ "@gorhom/bottom-sheet": ">=5.1.6",
15
+ "@ptomasroos/react-native-multi-slider": ">=2.2.2",
16
+ "@react-native-community/slider": ">=4.5.6",
17
+ "@react-native-picker/picker": ">=2.11.1",
18
+ "@shopify/react-native-skia": ">=v2.0.0-next.4",
19
+ "country-telephone-data": ">=0.6.3",
20
+ "date-fns": ">=4.1.0",
21
+ "expo": "^56.0.9",
22
+ "expo-checkbox": ">=4.1.4",
23
+ "expo-clipboard": ">=7.1.4",
24
+ "expo-image": ">=2.4.0",
25
+ "expo-linear-gradient": ">=14.1.5",
26
+ "expo-status-bar": ">=2.2.3",
27
+ "react": ">=18.0.0",
28
+ "react-native": ">=0.79.0",
29
+ "react-native-calendars": ">=1.1314.0",
30
+ "react-native-color-matrix-image-filters": ">=7.0.2",
31
+ "react-native-gesture-handler": ">=2.24.0",
32
+ "react-native-keyboard-controller": "^1.18.0",
33
+ "react-native-picker-select": ">=9.3.1",
34
+ "react-native-qrcode-svg": ">=6.3.15",
35
+ "react-native-reanimated": ">=3.0.0",
36
+ "react-native-safe-area-context": ">=5.4.0",
37
+ "react-native-svg": ">=15.11.2",
38
+ "react-native-toast-message": ">=2.3.3"
39
+ },
40
+ "devDependencies": {
41
+ "@babel/core": "^7.29.0",
42
+ "@types/country-telephone-data": "^0.6.3",
43
+ "@types/react": "~19.2.14",
44
+ "react-native-builder-bob": "^0.40.11",
45
+ "typescript": "~6.0.3"
46
+ },
47
+ "private": false,
48
+ "types": "lib/typescript/src/index.d.ts",
49
+ "exports": {
50
+ ".": {
51
+ "types": "./lib/typescript/src/index.d.ts",
52
+ "default": "./lib/module/index.js"
53
+ }
54
+ },
55
+ "files": [
56
+ "src",
57
+ "lib",
58
+ "!**/__tests__",
59
+ "!**/__fixtures__",
60
+ "!**/__mocks__"
61
+ ],
62
+ "react-native-builder-bob": {
63
+ "source": "src",
64
+ "output": "lib",
65
+ "targets": [
66
+ [
67
+ "module",
68
+ {
69
+ "esm": true
70
+ }
71
+ ],
72
+ "typescript"
73
+ ]
74
+ },
75
+ "eslintIgnore": [
76
+ "node_modules/",
77
+ "lib/"
78
+ ]
79
+ }