mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #3171 from pastr/remove-material-ui
Remove material-ui dependency
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -23,8 +23,6 @@
|
|||||||
"@angular/ssr": "^17.3.8",
|
"@angular/ssr": "^17.3.8",
|
||||||
"@babel/runtime": "7.21.0",
|
"@babel/runtime": "7.21.0",
|
||||||
"@kolkov/ngx-gallery": "^2.0.1",
|
"@kolkov/ngx-gallery": "^2.0.1",
|
||||||
"@material-ui/core": "^4.11.0",
|
|
||||||
"@material-ui/icons": "^4.11.3",
|
|
||||||
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
||||||
"@ng-dynamic-forms/core": "^16.0.0",
|
"@ng-dynamic-forms/core": "^16.0.0",
|
||||||
"@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0",
|
"@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0",
|
||||||
@@ -76,8 +74,6 @@
|
|||||||
"ngx-ui-switch": "^14.1.0",
|
"ngx-ui-switch": "^14.1.0",
|
||||||
"nouislider": "^15.7.1",
|
"nouislider": "^15.7.1",
|
||||||
"pem": "1.14.7",
|
"pem": "1.14.7",
|
||||||
"prop-types": "^15.8.1",
|
|
||||||
"react-copy-to-clipboard": "^5.1.0",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"rxjs": "^7.8.0",
|
"rxjs": "^7.8.0",
|
||||||
"sanitize-html": "^2.12.1",
|
"sanitize-html": "^2.12.1",
|
||||||
|
44
package.json
44
package.json
@@ -57,42 +57,42 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@kolkov/ngx-gallery": {
|
"@kolkov/ngx-gallery": {
|
||||||
"@angular/animations": "^17.3.11",
|
"@angular/animations": "^17.3.11",
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^17.3.11"
|
||||||
},
|
},
|
||||||
"@ng-bootstrap/ng-bootstrap": {
|
"@ng-bootstrap/ng-bootstrap": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11",
|
"@angular/core": "^17.3.11",
|
||||||
"@angular/forms": "^17.3.11",
|
"@angular/forms": "^17.3.11",
|
||||||
"@angular/localize": "^17.3.11"
|
"@angular/localize": "^17.3.11"
|
||||||
},
|
},
|
||||||
"@ng-dynamic-forms/core": {
|
"@ng-dynamic-forms/core": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11",
|
"@angular/core": "^17.3.11",
|
||||||
"@angular/forms": "^17.3.11"
|
"@angular/forms": "^17.3.11"
|
||||||
},
|
},
|
||||||
"@ng-dynamic-forms/ui-ng-bootstrap": {
|
"@ng-dynamic-forms/ui-ng-bootstrap": {
|
||||||
"ngx-mask": "14.2.4"
|
"ngx-mask": "14.2.4"
|
||||||
},
|
},
|
||||||
"@ngtools/webpack": {
|
"@ngtools/webpack": {
|
||||||
"@angular/compiler-cli": "^17.3.11",
|
"@angular/compiler-cli": "^17.3.11",
|
||||||
"typescript": "~5.3.3"
|
"typescript": "~5.3.3"
|
||||||
},
|
},
|
||||||
"@nicky-lenaers/ngx-scroll-to": {
|
"@nicky-lenaers/ngx-scroll-to": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^17.3.11"
|
||||||
},
|
},
|
||||||
"eslint-plugin-unused-imports": {
|
"eslint-plugin-unused-imports": {
|
||||||
"@typescript-eslint/eslint-plugin": "^7.2.0"
|
"@typescript-eslint/eslint-plugin": "^7.2.0"
|
||||||
},
|
},
|
||||||
"ng2-file-upload": {
|
"ng2-file-upload": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^17.3.11"
|
||||||
},
|
},
|
||||||
"ngx-infinite-scroll": {
|
"ngx-infinite-scroll": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^17.3.11",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^17.3.11"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -110,8 +110,6 @@
|
|||||||
"@angular/ssr": "^17.3.8",
|
"@angular/ssr": "^17.3.8",
|
||||||
"@babel/runtime": "7.21.0",
|
"@babel/runtime": "7.21.0",
|
||||||
"@kolkov/ngx-gallery": "^2.0.1",
|
"@kolkov/ngx-gallery": "^2.0.1",
|
||||||
"@material-ui/core": "^4.11.0",
|
|
||||||
"@material-ui/icons": "^4.11.3",
|
|
||||||
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
||||||
"@ng-dynamic-forms/core": "^16.0.0",
|
"@ng-dynamic-forms/core": "^16.0.0",
|
||||||
"@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0",
|
"@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0",
|
||||||
@@ -163,8 +161,6 @@
|
|||||||
"ngx-ui-switch": "^14.1.0",
|
"ngx-ui-switch": "^14.1.0",
|
||||||
"nouislider": "^15.7.1",
|
"nouislider": "^15.7.1",
|
||||||
"pem": "1.14.7",
|
"pem": "1.14.7",
|
||||||
"prop-types": "^15.8.1",
|
|
||||||
"react-copy-to-clipboard": "^5.1.0",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"rxjs": "^7.8.0",
|
"rxjs": "^7.8.0",
|
||||||
"sanitize-html": "^2.12.1",
|
"sanitize-html": "^2.12.1",
|
||||||
|
Reference in New Issue
Block a user