@gaddario98/react-native-core 1.0.12 → 1.0.14
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 +19 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaddario98/react-native-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,19 +13,9 @@
|
|
|
13
13
|
"build": "rollup -c rollup.config.js && rollup -c rollup.dts.config.js"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@gaddario98/expo": "^1.0.12",
|
|
17
|
-
"@gaddario98/react-auth": "^1.0.13",
|
|
18
|
-
"@gaddario98/react-form": "^1.0.15",
|
|
19
|
-
"@gaddario98/react-localization": "^1.0.12",
|
|
20
|
-
"@gaddario98/react-native-layouts": "^1.0.13",
|
|
21
|
-
"@gaddario98/react-native-pages": "^1.0.12",
|
|
22
|
-
"@gaddario98/react-native-providers": "^1.0.11",
|
|
23
|
-
"@gaddario98/react-native-state": "^1.0.10",
|
|
24
|
-
"@gaddario98/react-native-tabs": "^1.0.16",
|
|
25
|
-
"@gaddario98/react-native-utiles": "^1.0.10",
|
|
26
|
-
"@gaddario98/react-queries": "^1.0.16",
|
|
27
16
|
"@rollup/plugin-babel": "^6.0.4",
|
|
28
17
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
18
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
29
19
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
30
20
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
31
21
|
"@types/react": "^19.2.0",
|
|
@@ -34,26 +24,27 @@
|
|
|
34
24
|
"babel-plugin-react-compiler": "1",
|
|
35
25
|
"react": "^19.2.0",
|
|
36
26
|
"react-dom": "^19.2.0",
|
|
37
|
-
"react-native": "^0.
|
|
27
|
+
"react-native": "^0.81.0",
|
|
38
28
|
"rollup": "^4.40.0",
|
|
39
29
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
40
30
|
"typescript": "^5.8.3"
|
|
41
31
|
},
|
|
42
|
-
"
|
|
43
|
-
"@gaddario98/expo": "^1.0.
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@gaddario98/expo": "^1.0.14",
|
|
44
34
|
"@gaddario98/react-auth": "^1.0.13",
|
|
45
|
-
"@gaddario98/react-form": "^1.0.
|
|
46
|
-
"@gaddario98/react-localization": "^1.0.
|
|
47
|
-
"@gaddario98/react-native-layouts": "^1.0.
|
|
48
|
-
"@gaddario98/react-native-pages": "^1.0.
|
|
49
|
-
"@gaddario98/react-native-providers": "^1.0.
|
|
50
|
-
"@gaddario98/react-native-state": "^1.0.
|
|
51
|
-
"@gaddario98/react-native-tabs": "^1.0.
|
|
52
|
-
"@gaddario98/react-native-utiles": "^1.0.
|
|
53
|
-
"@gaddario98/react-queries": "^1.0.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"react
|
|
35
|
+
"@gaddario98/react-form": "^1.0.17",
|
|
36
|
+
"@gaddario98/react-localization": "^1.0.14",
|
|
37
|
+
"@gaddario98/react-native-layouts": "^1.0.15",
|
|
38
|
+
"@gaddario98/react-native-pages": "^1.0.14",
|
|
39
|
+
"@gaddario98/react-native-providers": "^1.0.13",
|
|
40
|
+
"@gaddario98/react-native-state": "^1.0.12",
|
|
41
|
+
"@gaddario98/react-native-tabs": "^1.0.18",
|
|
42
|
+
"@gaddario98/react-native-utiles": "^1.0.12",
|
|
43
|
+
"@gaddario98/react-queries": "^1.0.18"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"react": ">=18.0.0 <20.0.0",
|
|
47
|
+
"react-native": "^0.81.0"
|
|
57
48
|
},
|
|
58
49
|
"exports": {
|
|
59
50
|
"./auth": {
|
|
@@ -111,7 +102,7 @@
|
|
|
111
102
|
},
|
|
112
103
|
"repository": {
|
|
113
104
|
"type": "git",
|
|
114
|
-
"url": "https://github.com/gaddario98/react-native-core"
|
|
105
|
+
"url": "git+https://github.com/gaddario98/react-native-core"
|
|
115
106
|
},
|
|
116
107
|
"keywords": [
|
|
117
108
|
"react-native",
|