@gaddario98/react-core 1.0.0 → 1.0.10

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 (1) hide show
  1. package/package.json +66 -66
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
- {
2
- "name": "@gaddario98/react-core",
3
- "version": "1.0.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
- "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
- },
25
- "devDependencies": {
26
- "@rollup/plugin-commonjs": "^28.0.3",
27
- "@rollup/plugin-node-resolve": "^16.0.1",
28
- "@rollup/plugin-typescript": "^12.1.2",
29
- "@types/react": "^19.1.2",
30
- "@types/react-dom": "^19.1.2",
31
- "@types/rollup-plugin-peer-deps-external": "^2",
32
- "rollup": "^4.40.0",
33
- "rollup-plugin-peer-deps-external": "^2.2.4",
34
- "typescript": "^5.8.3"
35
- },
36
- "exports": {
37
- "./auth": "./dist/auth/index.mjs",
38
- "./form": "./dist/form/index.mjs",
39
- "./localization": "./dist/localization/index.mjs",
40
- "./pages": "./dist/pages/index.mjs",
41
- "./providers": "./dist/providers/index.mjs",
42
- "./queries": "./dist/queries/index.mjs",
43
- "./state": "./dist/state/index.mjs",
44
- "./utiles": "./dist/utiles/index.mjs",
45
- ".": "./dist/index.mjs"
46
- },
47
- "repository": {
48
- "type": "git",
49
- "url": "https://github.com/gaddario98/react-core"
50
- },
51
- "keywords": [
52
- "react",
53
- "auth",
54
- "queries",
55
- "state",
56
- "pages",
57
- "localization",
58
- "providers",
59
- "gaddario98"
60
- ],
61
- "author": "Giosuè Addario",
62
- "bugs": {
63
- "url": "https://github.com/gaddario98/react-core/issues"
64
- },
65
- "homepage": "https://github.com/gaddario98/react-core#readme"
66
- }
1
+ {
2
+ "name": "@gaddario98/react-core",
3
+ "version": "1.0.10",
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
+ "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
+ "devDependencies": {
28
+ "@rollup/plugin-commonjs": "^28.0.3",
29
+ "@rollup/plugin-node-resolve": "^16.0.1",
30
+ "@rollup/plugin-typescript": "^12.1.2",
31
+ "@types/rollup-plugin-peer-deps-external": "^2",
32
+ "rollup": "^4.40.0",
33
+ "rollup-plugin-peer-deps-external": "^2.2.4",
34
+ "typescript": "^5.8.3"
35
+ },
36
+ "exports": {
37
+ "./auth": "./dist/auth/index.mjs",
38
+ "./form": "./dist/form/index.mjs",
39
+ "./localization": "./dist/localization/index.mjs",
40
+ "./pages": "./dist/pages/index.mjs",
41
+ "./providers": "./dist/providers/index.mjs",
42
+ "./queries": "./dist/queries/index.mjs",
43
+ "./state": "./dist/state/index.mjs",
44
+ "./utiles": "./dist/utiles/index.mjs",
45
+ ".": "./dist/index.mjs"
46
+ },
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "https://github.com/gaddario98/react-core"
50
+ },
51
+ "keywords": [
52
+ "react",
53
+ "auth",
54
+ "queries",
55
+ "state",
56
+ "pages",
57
+ "localization",
58
+ "providers",
59
+ "gaddario98"
60
+ ],
61
+ "author": "Giosuè Addario",
62
+ "bugs": {
63
+ "url": "https://github.com/gaddario98/react-core/issues"
64
+ },
65
+ "homepage": "https://github.com/gaddario98/react-core#readme"
66
+ }