1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

chore: frontend: drop some unused dependencies

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 22:32:31 +02:00
parent 94c35be433
commit 6f3639b338
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -30,21 +30,13 @@
"@fontsource/material-icons": "^5.0.18",
"@fontsource/material-icons-outlined": "^5.0.12",
"@fontsource/roboto": "^5.0.13",
"@popperjs/core": "^2.11.8",
"core-js": "^3.36.1",
"jwt-decode": "^4.0.0",
"ng-qrcode": "^18.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/schematics": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.2.1",
"@angular/language-service": "^18.2.1",
@ -52,7 +44,6 @@
"@eslint/js": "^9.9.0",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^22.5.0",
"angular-eslint": "^18.3.0",
"eslint": "^9.9.0",
@ -61,17 +52,13 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unused-imports": "^4.1.3",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"puppeteer": "^23.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
}