biblio-react 3.0.0-alpha27 → 3.0.0-alpha271-popup
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/dist/index.js +68841 -29640
- package/package.json +47 -33
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biblio-react",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-alpha271-popup",
|
|
4
4
|
"description": "Framework de Metiri hecho en React",
|
|
5
5
|
"author": "WiXSL",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,68 +10,82 @@
|
|
|
10
10
|
"module": "dist/index.js",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"dev": "vite",
|
|
13
|
+
"dev:example": "vite example",
|
|
13
14
|
"build": "vite build",
|
|
15
|
+
"build:analyze": "ANALYZE=true vite build",
|
|
14
16
|
"watch": "yarn build --watch",
|
|
15
|
-
"
|
|
17
|
+
"eslint": "npx eslint \"lib/**/*.{js,jsx}\"",
|
|
16
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",
|
|
17
20
|
"preview": "vite preview",
|
|
18
|
-
"prepublishOnly": "yarn build",
|
|
19
21
|
"publish": "yarn npm publish"
|
|
20
22
|
},
|
|
21
23
|
"peerDependencies": {
|
|
22
24
|
"@blackbox-vision/ra-language-spanish": "^4.11.3",
|
|
23
25
|
"@date-io/date-fns": "~3.0.0",
|
|
24
|
-
"@mui/icons-material": "^
|
|
25
|
-
"@mui/material": "^
|
|
26
|
-
"@mui/
|
|
27
|
-
"@mui/
|
|
28
|
-
"@
|
|
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",
|
|
29
33
|
"date-fns": "~3.6.0",
|
|
30
|
-
"
|
|
31
|
-
"devextreme-react": "^23.2.5",
|
|
32
|
-
"jspdf": "^2.5.1",
|
|
34
|
+
"jspdf": "^3.0.1",
|
|
33
35
|
"qs": "^6.12.3",
|
|
34
|
-
"ra-
|
|
36
|
+
"ra-core": "^5.14.4",
|
|
37
|
+
"ra-input-rich-text": "^5.14.4",
|
|
38
|
+
"ra-ui-materialui": "^5.14.4",
|
|
35
39
|
"react": "^18.3.1",
|
|
36
|
-
"react-admin": "^5.
|
|
40
|
+
"react-admin": "^5.14.4",
|
|
37
41
|
"react-dom": "^18.3.1",
|
|
38
42
|
"react-draggable": "^4.4.6",
|
|
39
|
-
"react-hook-form": "^7.
|
|
43
|
+
"react-hook-form": "^7.72.0",
|
|
44
|
+
"react-is": "^18.3.1",
|
|
40
45
|
"react-redux": "^8.0.5",
|
|
41
|
-
"react-router
|
|
46
|
+
"react-router": "~6.30.3",
|
|
47
|
+
"react-router-dom": "~6.30.3",
|
|
42
48
|
"redux": "^4.2.1"
|
|
43
49
|
},
|
|
44
50
|
"devDependencies": {
|
|
51
|
+
"@babel/core": "^7.24.7",
|
|
45
52
|
"@babel/eslint-parser": "^7.24.7",
|
|
46
53
|
"@babel/preset-react": "^7.24.7",
|
|
47
54
|
"@blackbox-vision/ra-language-spanish": "^4.11.3",
|
|
48
|
-
"@mui/icons-material": "
|
|
49
|
-
"@mui/material": "
|
|
50
|
-
"@mui/
|
|
51
|
-
"@mui/utils": "
|
|
52
|
-
"@mui/x-data-grid-premium": "^
|
|
53
|
-
"@
|
|
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",
|
|
54
62
|
"@types/react": "^18.3.3",
|
|
55
63
|
"@types/react-dom": "^18.3.0",
|
|
56
|
-
"@vitejs/plugin-react": "^
|
|
64
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
57
65
|
"clsx": "^2.1.1",
|
|
66
|
+
"csstype": "^3.1.3",
|
|
58
67
|
"date-fns": "~3.6.0",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"eslint": "^
|
|
62
|
-
"eslint-plugin-react": "^7.34.2",
|
|
68
|
+
"eslint": "^8.57.1",
|
|
69
|
+
"eslint-config-react-app": "latest",
|
|
70
|
+
"eslint-plugin-react": "^7.37.2",
|
|
63
71
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
64
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
65
|
-
"
|
|
66
|
-
"
|
|
72
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
73
|
+
"eslint-plugin-unused-imports": "latest",
|
|
74
|
+
"prettier": "^3.6.2",
|
|
75
|
+
"ra-core": "5.14.4",
|
|
76
|
+
"ra-input-rich-text": "5.14.4",
|
|
77
|
+
"ra-ui-materialui": "5.14.4",
|
|
67
78
|
"react": "^18.3.1",
|
|
68
|
-
"react-admin": "
|
|
79
|
+
"react-admin": "5.14.4",
|
|
69
80
|
"react-dom": "^18.3.1",
|
|
70
81
|
"react-draggable": "github:WiXSL/react-draggable",
|
|
71
|
-
"react-hook-form": "
|
|
82
|
+
"react-hook-form": "7.72.0",
|
|
83
|
+
"react-is": "18.3.1",
|
|
72
84
|
"react-redux": "~8.0.5",
|
|
73
|
-
"react-router
|
|
74
|
-
"
|
|
85
|
+
"react-router": "6.30.3",
|
|
86
|
+
"react-router-dom": "6.30.3",
|
|
87
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
88
|
+
"vite": "^7.3.1"
|
|
75
89
|
},
|
|
76
90
|
"files": [
|
|
77
91
|
"dist"
|