biblio-react 1.7.17 → 1.7.18
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/package.json +94 -94
package/package.json
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "biblio-react",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "Framework de Metiri hecho en React",
|
|
5
|
-
"author": "WiXSL",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"repository": "WiXSL/biblio-react",
|
|
8
|
-
"main": "dist/index.js",
|
|
9
|
-
"module": "dist/index.modern.js",
|
|
10
|
-
"source": "src/index.js",
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=10"
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "microbundle-crl --no-sourcemap --format modern,cjs",
|
|
16
|
-
"build-con-sourcemap": "microbundle-crl --format modern,cjs",
|
|
17
|
-
"build-sin-comprimir": "microbundle-crl --no-compress --format modern,cjs",
|
|
18
|
-
"watch": "microbundle-crl watch --format modern,cjs",
|
|
19
|
-
"prepare": "run-s build",
|
|
20
|
-
"test": "run-s test:unit test:lint test:build",
|
|
21
|
-
"test:build": "run-s build",
|
|
22
|
-
"test:lint": "eslint .",
|
|
23
|
-
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
24
|
-
"test:watch": "react-scripts test --env=jsdom",
|
|
25
|
-
"predeploy": "cd example && yarn install && yarn run build",
|
|
26
|
-
"deploy": "gh-pages -d example/build",
|
|
27
|
-
"publish": "yarn publish",
|
|
28
|
-
"check new dependencies versions": "yarn outdated",
|
|
29
|
-
"update dependencies": "yarn upgrade-interactive"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {},
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"@blackbox-vision/ra-language-spanish": "^3.16.2",
|
|
34
|
-
"@date-io/date-fns": "~1.3.13",
|
|
35
|
-
"@loadable/component": "^5.15.0",
|
|
36
|
-
"@material-ui/core": "^4.11.3",
|
|
37
|
-
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
38
|
-
"@material-ui/icons": "^4.11.2",
|
|
39
|
-
"@material-ui/styles": "^4.11.3",
|
|
40
|
-
"classnames": "^2.3.1",
|
|
41
|
-
"date-fns": "~2.16.1",
|
|
42
|
-
"devextreme-react": "^21.2.7",
|
|
43
|
-
"history": "^4.10.1",
|
|
44
|
-
"jspdf": "^2.3.1",
|
|
45
|
-
"moment": "^2.29.1",
|
|
46
|
-
"prop-types": "^15.7.2",
|
|
47
|
-
"qs": "^6.10.1",
|
|
48
|
-
"ra-i18n-polyglot": "^3.16.3",
|
|
49
|
-
"ra-language-english": "^3.16.3",
|
|
50
|
-
"react": "^17.0.2",
|
|
51
|
-
"react-admin": "^3.16.3",
|
|
52
|
-
"react-admin-date-inputs": "github:WiXSL/react-admin-date-inputs#mui-pickers-v3",
|
|
53
|
-
"react-dom": "^17.0.2",
|
|
54
|
-
"react-draggable": "^4.4.5",
|
|
55
|
-
"react-final-form": "^6.5.3",
|
|
56
|
-
"react-redux": "^7.2.4",
|
|
57
|
-
"react-router-dom": "^5.2.0"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@blackbox-vision/ra-language-spanish": "^3.16.2",
|
|
61
|
-
"@date-io/date-fns": "~1.3.13",
|
|
62
|
-
"@loadable/component": "^5.15.0",
|
|
63
|
-
"@testing-library/jest-dom": "^5.12.0",
|
|
64
|
-
"@testing-library/react": "^11.2.7",
|
|
65
|
-
"@testing-library/user-event": "^13.1.9",
|
|
66
|
-
"babel-eslint": "^10.1.0",
|
|
67
|
-
"classnames": "^2.3.1",
|
|
68
|
-
"cross-env": "^7.0.3",
|
|
69
|
-
"date-fns": "~2.16.1",
|
|
70
|
-
"eslint": "^7.27.0",
|
|
71
|
-
"eslint-config-prettier": "^8.3.0",
|
|
72
|
-
"eslint-config-standard": "^16.0.3",
|
|
73
|
-
"eslint-config-standard-react": "^11.0.1",
|
|
74
|
-
"eslint-plugin-import": "^2.23.3",
|
|
75
|
-
"eslint-plugin-node": "^11.1.0",
|
|
76
|
-
"eslint-plugin-prettier": "^3.4.0",
|
|
77
|
-
"eslint-plugin-promise": "^5.1.0",
|
|
78
|
-
"eslint-plugin-react": "^7.23.2",
|
|
79
|
-
"eslint-plugin-standard": "^5.0.0",
|
|
80
|
-
"gh-pages": "^3.1.0",
|
|
81
|
-
"history": "^4.10.1",
|
|
82
|
-
"jspdf": "^2.3.1",
|
|
83
|
-
"microbundle-crl": "^0.13.11",
|
|
84
|
-
"moment": "^2.29.1",
|
|
85
|
-
"npm-run-all": "^4.1.5",
|
|
86
|
-
"prettier": "^2.3.0",
|
|
87
|
-
"prop-types": "^15.7.2",
|
|
88
|
-
"qs": "^6.10.1",
|
|
89
|
-
"react-scripts": "^4.0.3"
|
|
90
|
-
},
|
|
91
|
-
"files": [
|
|
92
|
-
"dist"
|
|
93
|
-
]
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "biblio-react",
|
|
3
|
+
"version": "1.7.18",
|
|
4
|
+
"description": "Framework de Metiri hecho en React",
|
|
5
|
+
"author": "WiXSL",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": "WiXSL/biblio-react",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"module": "dist/index.modern.js",
|
|
10
|
+
"source": "src/index.js",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=10"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "microbundle-crl --no-sourcemap --format modern,cjs",
|
|
16
|
+
"build-con-sourcemap": "microbundle-crl --format modern,cjs",
|
|
17
|
+
"build-sin-comprimir": "microbundle-crl --no-compress --format modern,cjs",
|
|
18
|
+
"watch": "microbundle-crl watch --format modern,cjs",
|
|
19
|
+
"prepare": "run-s build",
|
|
20
|
+
"test": "run-s test:unit test:lint test:build",
|
|
21
|
+
"test:build": "run-s build",
|
|
22
|
+
"test:lint": "eslint .",
|
|
23
|
+
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
24
|
+
"test:watch": "react-scripts test --env=jsdom",
|
|
25
|
+
"predeploy": "cd example && yarn install && yarn run build",
|
|
26
|
+
"deploy": "gh-pages -d example/build",
|
|
27
|
+
"publish": "yarn publish",
|
|
28
|
+
"check new dependencies versions": "yarn outdated",
|
|
29
|
+
"update dependencies": "yarn upgrade-interactive"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@blackbox-vision/ra-language-spanish": "^3.16.2",
|
|
34
|
+
"@date-io/date-fns": "~1.3.13",
|
|
35
|
+
"@loadable/component": "^5.15.0",
|
|
36
|
+
"@material-ui/core": "^4.11.3",
|
|
37
|
+
"@material-ui/data-grid": "^4.0.0-alpha.37",
|
|
38
|
+
"@material-ui/icons": "^4.11.2",
|
|
39
|
+
"@material-ui/styles": "^4.11.3",
|
|
40
|
+
"classnames": "^2.3.1",
|
|
41
|
+
"date-fns": "~2.16.1",
|
|
42
|
+
"devextreme-react": "^21.2.7",
|
|
43
|
+
"history": "^4.10.1",
|
|
44
|
+
"jspdf": "^2.3.1",
|
|
45
|
+
"moment": "^2.29.1",
|
|
46
|
+
"prop-types": "^15.7.2",
|
|
47
|
+
"qs": "^6.10.1",
|
|
48
|
+
"ra-i18n-polyglot": "^3.16.3",
|
|
49
|
+
"ra-language-english": "^3.16.3",
|
|
50
|
+
"react": "^17.0.2",
|
|
51
|
+
"react-admin": "^3.16.3",
|
|
52
|
+
"react-admin-date-inputs": "github:WiXSL/react-admin-date-inputs#mui-pickers-v3",
|
|
53
|
+
"react-dom": "^17.0.2",
|
|
54
|
+
"react-draggable": "^4.4.5",
|
|
55
|
+
"react-final-form": "^6.5.3",
|
|
56
|
+
"react-redux": "^7.2.4",
|
|
57
|
+
"react-router-dom": "^5.2.0"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@blackbox-vision/ra-language-spanish": "^3.16.2",
|
|
61
|
+
"@date-io/date-fns": "~1.3.13",
|
|
62
|
+
"@loadable/component": "^5.15.0",
|
|
63
|
+
"@testing-library/jest-dom": "^5.12.0",
|
|
64
|
+
"@testing-library/react": "^11.2.7",
|
|
65
|
+
"@testing-library/user-event": "^13.1.9",
|
|
66
|
+
"babel-eslint": "^10.1.0",
|
|
67
|
+
"classnames": "^2.3.1",
|
|
68
|
+
"cross-env": "^7.0.3",
|
|
69
|
+
"date-fns": "~2.16.1",
|
|
70
|
+
"eslint": "^7.27.0",
|
|
71
|
+
"eslint-config-prettier": "^8.3.0",
|
|
72
|
+
"eslint-config-standard": "^16.0.3",
|
|
73
|
+
"eslint-config-standard-react": "^11.0.1",
|
|
74
|
+
"eslint-plugin-import": "^2.23.3",
|
|
75
|
+
"eslint-plugin-node": "^11.1.0",
|
|
76
|
+
"eslint-plugin-prettier": "^3.4.0",
|
|
77
|
+
"eslint-plugin-promise": "^5.1.0",
|
|
78
|
+
"eslint-plugin-react": "^7.23.2",
|
|
79
|
+
"eslint-plugin-standard": "^5.0.0",
|
|
80
|
+
"gh-pages": "^3.1.0",
|
|
81
|
+
"history": "^4.10.1",
|
|
82
|
+
"jspdf": "^2.3.1",
|
|
83
|
+
"microbundle-crl": "^0.13.11",
|
|
84
|
+
"moment": "^2.29.1",
|
|
85
|
+
"npm-run-all": "^4.1.5",
|
|
86
|
+
"prettier": "^2.3.0",
|
|
87
|
+
"prop-types": "^15.7.2",
|
|
88
|
+
"qs": "^6.10.1",
|
|
89
|
+
"react-scripts": "^4.0.3"
|
|
90
|
+
},
|
|
91
|
+
"files": [
|
|
92
|
+
"dist"
|
|
93
|
+
]
|
|
94
|
+
}
|