biblio-react 3.0.0-alpha99 → 3.0.1

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 (3) hide show
  1. package/dist/index.js +57173 -50416
  2. package/dist/index.js.map +1 -1
  3. package/package.json +94 -84
package/package.json CHANGED
@@ -1,84 +1,94 @@
1
- {
2
- "name": "biblio-react",
3
- "version": "3.0.0-alpha99",
4
- "description": "Framework de Metiri hecho en React",
5
- "author": "WiXSL",
6
- "license": "MIT",
7
- "repository": "WiXSL/biblio-react",
8
- "type": "module",
9
- "main": "dist/index.js",
10
- "module": "dist/index.js",
11
- "scripts": {
12
- "dev": "vite",
13
- "build": "vite build",
14
- "build:analyze": "ANALYZE=true vite build",
15
- "watch": "yarn build --watch",
16
- "eslint": "npx eslint \"lib/**/*.{js,jsx}\"",
17
- "prettier": "prettier --config ./.prettierrc.js --write --list-different \"lib/**/*.{js,jsx}\"",
18
- "limpiar-imports-no-usados": "npx eslint \"lib/**/*.{js,jsx}\" --rule 'unused-imports/no-unused-imports:error' --fix --quiet",
19
- "preview": "vite preview",
20
- "publish": "yarn npm publish"
21
- },
22
- "peerDependencies": {
23
- "@blackbox-vision/ra-language-spanish": "^4.11.3",
24
- "@date-io/date-fns": "~3.0.0",
25
- "@mui/icons-material": "^5.16.7",
26
- "@mui/material": "^5.16.7",
27
- "@mui/styles": "^5.16.7",
28
- "@mui/x-data-grid-premium": "^7.16.0",
29
- "@mui/x-tree-view": "^7.16.0",
30
- "@tanstack/react-query": "^5.55.0",
31
- "date-fns": "~3.6.0",
32
- "jspdf": "^2.5.1",
33
- "qs": "^6.12.3",
34
- "ra-language-english": "^5.1.4",
35
- "react": "^18.3.1",
36
- "react-admin": "^5.2.0",
37
- "react-dom": "^18.3.1",
38
- "react-draggable": "^4.4.6",
39
- "react-hook-form": "^7.53.0",
40
- "react-redux": "^8.0.5",
41
- "react-router-dom": "6.26.1",
42
- "redux": "^4.2.1"
43
- },
44
- "devDependencies": {
45
- "@babel/eslint-parser": "^7.24.7",
46
- "@babel/preset-react": "^7.24.7",
47
- "@blackbox-vision/ra-language-spanish": "^4.11.3",
48
- "@mui/icons-material": "^5.16.7",
49
- "@mui/material": "^5.16.7",
50
- "@mui/styles": "^5.16.7",
51
- "@mui/utils": "^5.16.6",
52
- "@mui/x-data-grid-premium": "^7.16.0",
53
- "@mui/x-tree-view": "^7.16.0",
54
- "@tanstack/react-query": "^5.55.0",
55
- "@types/react": "^18.3.3",
56
- "@types/react-dom": "^18.3.0",
57
- "@vitejs/plugin-react": "^4.3.3",
58
- "clsx": "^2.1.1",
59
- "date-fns": "~3.6.0",
60
- "eslint": "^8.57.1",
61
- "eslint-config-react-app": "latest",
62
- "eslint-plugin-react": "^7.37.2",
63
- "eslint-plugin-react-hooks": "^4.6.2",
64
- "eslint-plugin-react-refresh": "^0.4.14",
65
- "eslint-plugin-unused-imports": "latest",
66
- "prettier": "^3.3.3",
67
- "ra-input-rich-text": "~5.2.3",
68
- "ra-language-english": "^5.1.4",
69
- "ra-ui-materialui": "~5.2.3",
70
- "react": "^18.3.1",
71
- "react-admin": "^5.2.0",
72
- "react-dom": "^18.3.1",
73
- "react-draggable": "github:WiXSL/react-draggable",
74
- "react-hook-form": "^7.53.0",
75
- "react-redux": "~8.0.5",
76
- "react-router-dom": "6.26.1",
77
- "rollup-plugin-visualizer": "^5.12.0",
78
- "vite": "^5.4.15"
79
- },
80
- "files": [
81
- "dist"
82
- ],
83
- "packageManager": "yarn@4.2.2"
84
- }
1
+ {
2
+ "name": "biblio-react",
3
+ "version": "3.0.1",
4
+ "description": "Framework de Metiri hecho en React",
5
+ "author": "WiXSL",
6
+ "license": "MIT",
7
+ "repository": "WiXSL/biblio-react",
8
+ "type": "module",
9
+ "main": "dist/index.js",
10
+ "module": "dist/index.js",
11
+ "scripts": {
12
+ "dev": "vite",
13
+ "dev:example": "vite example",
14
+ "build": "vite build",
15
+ "build:analyze": "ANALYZE=true vite build",
16
+ "watch": "yarn build --watch",
17
+ "eslint": "npx eslint \"lib/**/*.{js,jsx}\"",
18
+ "prettier": "prettier --config ./.prettierrc.js --write --list-different \"lib/**/*.{js,jsx}\"",
19
+ "limpiar-imports-no-usados": "npx eslint \"lib/**/*.{js,jsx}\" --rule 'unused-imports/no-unused-imports:error' --fix --quiet",
20
+ "preview": "vite preview",
21
+ "publish": "yarn npm publish"
22
+ },
23
+ "peerDependencies": {
24
+ "@blackbox-vision/ra-language-spanish": "^4.11.3",
25
+ "@date-io/date-fns": "~3.0.0",
26
+ "@mui/icons-material": "^7.3.9",
27
+ "@mui/material": "^7.3.9",
28
+ "@mui/system": "^7.3.9",
29
+ "@mui/utils": "^7.3.9",
30
+ "@mui/x-data-grid-premium": "^8.28.0",
31
+ "@mui/x-tree-view": "^8.26.0",
32
+ "@tanstack/react-query": "^5.84.1",
33
+ "date-fns": "~3.6.0",
34
+ "jspdf": "^3.0.1",
35
+ "qs": "^6.12.3",
36
+ "ra-core": "^5.14.6",
37
+ "ra-input-rich-text": "^5.14.6",
38
+ "ra-ui-materialui": "^5.14.6",
39
+ "react": "^18.3.1",
40
+ "react-admin": "^5.14.6",
41
+ "react-dom": "^18.3.1",
42
+ "react-draggable": "^4.4.6",
43
+ "react-hook-form": "^7.73.1",
44
+ "react-is": "^18.3.1",
45
+ "react-redux": "^8.0.5",
46
+ "react-router": "~6.30.3",
47
+ "react-router-dom": "~6.30.3",
48
+ "redux": "^4.2.1"
49
+ },
50
+ "devDependencies": {
51
+ "@babel/core": "^7.24.7",
52
+ "@babel/eslint-parser": "^7.24.7",
53
+ "@babel/preset-react": "^7.24.7",
54
+ "@blackbox-vision/ra-language-spanish": "^4.11.3",
55
+ "@mui/icons-material": "7.3.9",
56
+ "@mui/material": "7.3.9",
57
+ "@mui/system": "7.3.9",
58
+ "@mui/utils": "7.3.9",
59
+ "@mui/x-data-grid-premium": "^8.28.0",
60
+ "@mui/x-tree-view": "^8.26.0",
61
+ "@tanstack/react-query": "~5.84.1",
62
+ "@types/react": "^18.3.3",
63
+ "@types/react-dom": "^18.3.0",
64
+ "@vitejs/plugin-react": "^5.2.0",
65
+ "clsx": "^2.1.1",
66
+ "csstype": "^3.1.3",
67
+ "date-fns": "~3.6.0",
68
+ "eslint": "^8.57.1",
69
+ "eslint-config-react-app": "latest",
70
+ "eslint-plugin-react": "^7.37.2",
71
+ "eslint-plugin-react-hooks": "^4.6.2",
72
+ "eslint-plugin-react-refresh": "^0.4.14",
73
+ "eslint-plugin-unused-imports": "latest",
74
+ "prettier": "^3.6.2",
75
+ "ra-core": "5.14.6",
76
+ "ra-input-rich-text": "5.14.6",
77
+ "ra-ui-materialui": "5.14.6",
78
+ "react": "^18.3.1",
79
+ "react-admin": "5.14.6",
80
+ "react-dom": "^18.3.1",
81
+ "react-draggable": "github:WiXSL/react-draggable",
82
+ "react-hook-form": "7.73.1",
83
+ "react-is": "18.3.1",
84
+ "react-redux": "~8.0.5",
85
+ "react-router": "6.30.3",
86
+ "react-router-dom": "6.30.3",
87
+ "rollup-plugin-visualizer": "^5.12.0",
88
+ "vite": "^7.3.2"
89
+ },
90
+ "files": [
91
+ "dist"
92
+ ],
93
+ "packageManager": "yarn@4.2.2"
94
+ }