@gaddario98/react-core 1.0.9 → 1.0.11
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 +73 -66
package/package.json
CHANGED
|
@@ -1,66 +1,73 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gaddario98/react-core",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"main": "dist/index.mjs",
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"license": "MIT",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "rollup -c"
|
|
14
|
-
},
|
|
15
|
-
"
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"@
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"./
|
|
44
|
-
"./
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@gaddario98/react-core",
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"main": "dist/index.mjs",
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "rollup -c"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
17
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
18
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
19
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
20
|
+
"@types/react": "^19.2.0",
|
|
21
|
+
"@types/react-dom": "^19.2.0",
|
|
22
|
+
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
23
|
+
"babel-plugin-react-compiler": "1",
|
|
24
|
+
"react": "^19.2.0",
|
|
25
|
+
"react-dom": "^19.2.0",
|
|
26
|
+
"rollup": "^4.40.0",
|
|
27
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
28
|
+
"typescript": "5.8.3"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"@gaddario98/react-auth": "1.0.11",
|
|
32
|
+
"@gaddario98/react-form": "1.0.15",
|
|
33
|
+
"@gaddario98/react-localization": "1.0.12",
|
|
34
|
+
"@gaddario98/react-pages": "1.0.16",
|
|
35
|
+
"@gaddario98/react-providers": "1.0.12",
|
|
36
|
+
"@gaddario98/react-queries": "1.0.16",
|
|
37
|
+
"@gaddario98/react-state": "1.0.10",
|
|
38
|
+
"@gaddario98/utiles": "1.0.10",
|
|
39
|
+
"react": "^19.2.0",
|
|
40
|
+
"react-dom": "^19.2.0"
|
|
41
|
+
},
|
|
42
|
+
"exports": {
|
|
43
|
+
"./auth": "./dist/auth/index.mjs",
|
|
44
|
+
"./form": "./dist/form/index.mjs",
|
|
45
|
+
"./localization": "./dist/localization/index.mjs",
|
|
46
|
+
"./pages": "./dist/pages/index.mjs",
|
|
47
|
+
"./providers": "./dist/providers/index.mjs",
|
|
48
|
+
"./queries": "./dist/queries/index.mjs",
|
|
49
|
+
"./state": "./dist/state/index.mjs",
|
|
50
|
+
"./utiles": "./dist/utiles/index.mjs",
|
|
51
|
+
".": "./dist/index.mjs"
|
|
52
|
+
},
|
|
53
|
+
"sideEffects": false,
|
|
54
|
+
"repository": {
|
|
55
|
+
"type": "git",
|
|
56
|
+
"url": "https://github.com/gaddario98/react-core"
|
|
57
|
+
},
|
|
58
|
+
"keywords": [
|
|
59
|
+
"react",
|
|
60
|
+
"auth",
|
|
61
|
+
"queries",
|
|
62
|
+
"state",
|
|
63
|
+
"pages",
|
|
64
|
+
"localization",
|
|
65
|
+
"providers",
|
|
66
|
+
"gaddario98"
|
|
67
|
+
],
|
|
68
|
+
"author": "Giosuè Addario",
|
|
69
|
+
"bugs": {
|
|
70
|
+
"url": "https://github.com/gaddario98/react-core/issues"
|
|
71
|
+
},
|
|
72
|
+
"homepage": "https://github.com/gaddario98/react-core#readme"
|
|
73
|
+
}
|