biblio-react 3.0.0-alpha9 → 3.0.0-alpha91
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 +43850 -16666
- package/dist/index.js.map +1 -1
- package/package.json +19 -15
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-alpha91",
|
|
4
4
|
"description": "Framework de Metiri hecho en React",
|
|
5
5
|
"author": "WiXSL",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,11 +11,12 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"dev": "vite",
|
|
13
13
|
"build": "vite build",
|
|
14
|
+
"build:analyze": "ANALYZE=true vite build",
|
|
14
15
|
"watch": "yarn build --watch",
|
|
15
|
-
"
|
|
16
|
+
"eslint": "npx eslint \"lib/**/*.{js,jsx}\"",
|
|
16
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",
|
|
17
19
|
"preview": "vite preview",
|
|
18
|
-
"prepublishOnly": "yarn build",
|
|
19
20
|
"publish": "yarn npm publish"
|
|
20
21
|
},
|
|
21
22
|
"peerDependencies": {
|
|
@@ -25,15 +26,14 @@
|
|
|
25
26
|
"@mui/material": "^5.16.7",
|
|
26
27
|
"@mui/styles": "^5.16.7",
|
|
27
28
|
"@mui/x-data-grid-premium": "^7.16.0",
|
|
29
|
+
"@mui/x-tree-view": "^7.16.0",
|
|
28
30
|
"@tanstack/react-query": "^5.55.0",
|
|
29
31
|
"date-fns": "~3.6.0",
|
|
30
|
-
"devextreme": "^23.2.5",
|
|
31
|
-
"devextreme-react": "^23.2.5",
|
|
32
32
|
"jspdf": "^2.5.1",
|
|
33
33
|
"qs": "^6.12.3",
|
|
34
34
|
"ra-language-english": "^5.1.4",
|
|
35
35
|
"react": "^18.3.1",
|
|
36
|
-
"react-admin": "^5.
|
|
36
|
+
"react-admin": "^5.2.0",
|
|
37
37
|
"react-dom": "^18.3.1",
|
|
38
38
|
"react-draggable": "^4.4.6",
|
|
39
39
|
"react-hook-form": "^7.53.0",
|
|
@@ -50,28 +50,32 @@
|
|
|
50
50
|
"@mui/styles": "^5.16.7",
|
|
51
51
|
"@mui/utils": "^5.16.6",
|
|
52
52
|
"@mui/x-data-grid-premium": "^7.16.0",
|
|
53
|
+
"@mui/x-tree-view": "^7.16.0",
|
|
53
54
|
"@tanstack/react-query": "^5.55.0",
|
|
54
55
|
"@types/react": "^18.3.3",
|
|
55
56
|
"@types/react-dom": "^18.3.0",
|
|
56
|
-
"@vitejs/plugin-react": "^4.3.
|
|
57
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
57
58
|
"clsx": "^2.1.1",
|
|
58
59
|
"date-fns": "~3.6.0",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"eslint": "^
|
|
62
|
-
"eslint-plugin-react": "^7.34.2",
|
|
60
|
+
"eslint": "^8.57.1",
|
|
61
|
+
"eslint-config-react-app": "latest",
|
|
62
|
+
"eslint-plugin-react": "^7.37.2",
|
|
63
63
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
64
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
65
|
-
"
|
|
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",
|
|
66
68
|
"ra-language-english": "^5.1.4",
|
|
69
|
+
"ra-ui-materialui": "~5.2.3",
|
|
67
70
|
"react": "^18.3.1",
|
|
68
|
-
"react-admin": "^5.
|
|
71
|
+
"react-admin": "^5.2.0",
|
|
69
72
|
"react-dom": "^18.3.1",
|
|
70
73
|
"react-draggable": "github:WiXSL/react-draggable",
|
|
71
74
|
"react-hook-form": "^7.53.0",
|
|
72
75
|
"react-redux": "~8.0.5",
|
|
73
76
|
"react-router-dom": "6.26.1",
|
|
74
|
-
"
|
|
77
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
78
|
+
"vite": "^5.4.14"
|
|
75
79
|
},
|
|
76
80
|
"files": [
|
|
77
81
|
"dist"
|