@chem-po/react-native 0.0.3 → 0.0.5
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.
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +28 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chem-po/react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"main": "src/index.ts",
|
|
5
5
|
"types": "src/index.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -22,57 +22,48 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
25
|
+
"@expo/vector-icons": "^14.0.4",
|
|
26
|
+
"@lottiefiles/dotlottie-react": "^0.6.5",
|
|
27
|
+
"@react-native-async-storage/async-storage": "^1.23.1",
|
|
28
|
+
"@react-native-community/slider": "^4.5.0",
|
|
29
|
+
"expo-constants": "~17.0.5",
|
|
30
|
+
"expo-document-picker": "~13.0.3",
|
|
31
|
+
"expo-image-picker": "~16.0.6",
|
|
32
|
+
"lottie-react-native": "^7.2.2",
|
|
33
|
+
"nested-property": "^4.0.0",
|
|
34
|
+
"react-hook-form": "^7.55.0",
|
|
35
|
+
"react-native-gesture-handler": "~2.22.1",
|
|
36
|
+
"react-native-notifier": "^2.0.0",
|
|
37
|
+
"react-native-paper": "^5.14.3",
|
|
38
|
+
"react-native-paper-dates": "^0.22.42",
|
|
39
|
+
"react-native-svg": "^15.8.0",
|
|
40
|
+
"zustand": "^4.3.3",
|
|
41
|
+
"react": "18.3.1",
|
|
42
|
+
"react-dom": "18.3.1",
|
|
43
|
+
"react-native": "0.77.2",
|
|
44
|
+
"@chem-po/core": "0.0.5",
|
|
45
|
+
"@chem-po/react": "0.0.5"
|
|
27
46
|
},
|
|
28
47
|
"devDependencies": {
|
|
29
|
-
"@babel/core": "^7.
|
|
48
|
+
"@babel/core": "^7.26.0",
|
|
30
49
|
"@babel/preset-env": "^7.25.4",
|
|
31
50
|
"@chromatic-com/storybook": "^2.0.2",
|
|
32
51
|
"@expo/metro-runtime": "~4.0.1",
|
|
33
52
|
"@types/react": "^18.3.1",
|
|
34
53
|
"babel-plugin-react-docgen-typescript": "^1.5.1",
|
|
35
54
|
"babel-plugin-react-native-web": "^0.19.10",
|
|
55
|
+
"expo-build-properties": "~0.13.3",
|
|
56
|
+
"expo-dev-client": "~5.0.12",
|
|
36
57
|
"storybook": "^8.5.3",
|
|
37
58
|
"tsup": "^8.0.1",
|
|
38
59
|
"typescript": "^5.7.2",
|
|
39
60
|
"vite": "^6.0.11"
|
|
40
61
|
},
|
|
41
62
|
"peerDependencies": {
|
|
42
|
-
"@expo/vector-icons": "^14.0.4",
|
|
43
|
-
"@react-native-community/blur": "^4.4.1",
|
|
44
|
-
"@react-native-community/slider": "4.5.5",
|
|
45
|
-
"expo-build-properties": "~0.13.3",
|
|
46
|
-
"expo-document-picker": "~13.0.3",
|
|
47
|
-
"expo-image-picker": "~16.0.6",
|
|
48
|
-
"@lottiefiles/dotlottie-react": "^0.6.5",
|
|
49
|
-
"@react-native-async-storage/async-storage": "1.23.1",
|
|
50
|
-
"@react-native-firebase/app": "^21.10.0",
|
|
51
|
-
"@react-native-firebase/auth": "^21.10.0",
|
|
52
|
-
"@react-native-firebase/firestore": "^21.10.0",
|
|
53
|
-
"@react-native-firebase/functions": "^21.10.0",
|
|
54
|
-
"@react-native-firebase/storage": "^21.10.0",
|
|
55
63
|
"expo": "~52.0.42",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"lottie-react-native": "^7.2.2",
|
|
60
|
-
"nested-property": "^4.0.0",
|
|
61
|
-
"react": "18.3.1",
|
|
62
|
-
"react-dom": "18.3.1",
|
|
63
|
-
"react-hook-form": "^7.55.0",
|
|
64
|
-
"react-native": "0.77.2",
|
|
65
|
-
"react-native-gesture-handler": "~2.22.1",
|
|
66
|
-
"react-native-notifier": "^2.0.0",
|
|
67
|
-
"react-native-paper": "^5.14.3",
|
|
68
|
-
"react-native-paper-dates": "^0.22.42",
|
|
69
|
-
"react-native-reanimated": "~3.16.7",
|
|
70
|
-
"react-native-safe-area-context": "5.1.0",
|
|
71
|
-
"react-native-screens": "~4.4.0",
|
|
72
|
-
"react-native-svg": "15.8.0",
|
|
73
|
-
"react-native-toast-message": "^2.2.1",
|
|
74
|
-
"react-native-web": "~0.19.13",
|
|
75
|
-
"zustand": "^4.3.3"
|
|
64
|
+
"react": "^18.0.0",
|
|
65
|
+
"react-dom": "^18.0.0",
|
|
66
|
+
"react-native": "^0.77.0"
|
|
76
67
|
},
|
|
77
68
|
"expo": {
|
|
78
69
|
"install": {
|
|
@@ -81,7 +72,6 @@
|
|
|
81
72
|
"react-native-reanimated@~3.16.1",
|
|
82
73
|
"react-native-gesture-handler@~2.20.0",
|
|
83
74
|
"react-native-screens@~4.4.0",
|
|
84
|
-
"react-native-safe-area-context@~4.12.0",
|
|
85
75
|
"react-native-webview@~13.12.5"
|
|
86
76
|
]
|
|
87
77
|
}
|