@kukkim/react-native-ui 0.1.1 → 0.1.3
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/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kukkim/react-native-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "ui library for react native",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -83,6 +83,10 @@
|
|
|
83
83
|
"react": "19.2.0",
|
|
84
84
|
"react-native": "0.83.6",
|
|
85
85
|
"react-native-builder-bob": "^0.42.1",
|
|
86
|
+
"react-native-reanimated": "^4.0.0",
|
|
87
|
+
"react-native-safe-area-context": "^5.8.0",
|
|
88
|
+
"react-native-svg": "^15.15.5",
|
|
89
|
+
"react-native-worklets": "^0.4.0",
|
|
86
90
|
"release-it": "^20.2.0",
|
|
87
91
|
"turbo": "^2.9.16",
|
|
88
92
|
"typescript": "^6.0.3"
|
|
@@ -90,7 +94,10 @@
|
|
|
90
94
|
"peerDependencies": {
|
|
91
95
|
"react": "*",
|
|
92
96
|
"react-native": "*",
|
|
93
|
-
"react-native-
|
|
97
|
+
"react-native-reanimated": ">=4.0.0",
|
|
98
|
+
"react-native-safe-area-context": ">=5.0.0",
|
|
99
|
+
"react-native-svg": "*",
|
|
100
|
+
"react-native-worklets": ">=0.4.0"
|
|
94
101
|
},
|
|
95
102
|
"workspaces": [
|
|
96
103
|
"example"
|
|
@@ -162,9 +169,5 @@
|
|
|
162
169
|
"release-it"
|
|
163
170
|
],
|
|
164
171
|
"version": "0.62.2"
|
|
165
|
-
},
|
|
166
|
-
"dependencies": {
|
|
167
|
-
"react-native-safe-area-context": "^5.8.0",
|
|
168
|
-
"react-native-svg": "^15.15.5"
|
|
169
172
|
}
|
|
170
173
|
}
|