@gaddario98/react-core 1.0.10 → 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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +25 -15
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # react-base-core
2
+
3
+ ## Installation
4
+
5
+ ```bash
6
+ npm install @gaddario98/base
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ [Add usage examples here]
12
+
13
+ ## License
14
+
15
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaddario98/react-core",
3
- "version": "1.0.10",
3
+ "version": "1.0.14",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -12,26 +12,35 @@
12
12
  "scripts": {
13
13
  "build": "rollup -c"
14
14
  },
15
- "peerDependencies": {
16
- "@gaddario98/react-auth": "*",
17
- "@gaddario98/react-form": "*",
18
- "@gaddario98/react-localization": "*",
19
- "@gaddario98/react-pages": "*",
20
- "@gaddario98/react-providers": "*",
21
- "@gaddario98/react-queries": "*",
22
- "@gaddario98/react-state": "*",
23
- "@gaddario98/utiles": "*",
24
- "@types/react": "*",
25
- "@types/react-dom": "*"
26
- },
27
15
  "devDependencies": {
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",
21
+ "@types/react": "^19.2.0",
22
+ "@types/react-dom": "^19.2.0",
31
23
  "@types/rollup-plugin-peer-deps-external": "^2",
24
+ "babel-plugin-react-compiler": "1",
25
+ "react": "^19.2.0",
26
+ "react-dom": "^19.2.0",
32
27
  "rollup": "^4.40.0",
33
28
  "rollup-plugin-peer-deps-external": "^2.2.4",
34
- "typescript": "^5.8.3"
29
+ "typescript": "5.8.3"
30
+ },
31
+ "dependencies": {
32
+ "@gaddario98/react-auth": "^1.0.13",
33
+ "@gaddario98/react-form": "^1.0.17",
34
+ "@gaddario98/react-localization": "^1.0.14",
35
+ "@gaddario98/react-pages": "^1.0.18",
36
+ "@gaddario98/react-providers": "^1.0.14",
37
+ "@gaddario98/react-queries": "^1.0.18",
38
+ "@gaddario98/react-state": "^1.0.12",
39
+ "@gaddario98/utiles": "^1.0.12"
40
+ },
41
+ "peerDependencies": {
42
+ "react": ">=18.0.0 <20.0.0",
43
+ "react-dom": ">=18.0.0 <20.0.0"
35
44
  },
36
45
  "exports": {
37
46
  "./auth": "./dist/auth/index.mjs",
@@ -44,9 +53,10 @@
44
53
  "./utiles": "./dist/utiles/index.mjs",
45
54
  ".": "./dist/index.mjs"
46
55
  },
56
+ "sideEffects": false,
47
57
  "repository": {
48
58
  "type": "git",
49
- "url": "https://github.com/gaddario98/react-core"
59
+ "url": "git+https://github.com/gaddario98/react-core"
50
60
  },
51
61
  "keywords": [
52
62
  "react",