Files
playground-frontend/package.json
Lobo 64842d388b
All checks were successful
Build, Test & Push Frontend / quality-check (push) Successful in 1m36s
Build, Test & Push Frontend / docker (push) Successful in 1m6s
fixed linting issues
2026-03-07 17:30:29 +01:00

49 lines
1.3 KiB
JSON

{
"name": "playground-frontend",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^21.0.0",
"@angular/animations": "~21.2.1",
"@angular/cdk": "~21.2.1",
"@angular/common": "~21.2.1",
"@angular/compiler": "~21.2.1",
"@angular/core": "~21.2.1",
"@angular/forms": "~21.2.1",
"@angular/material": "~21.2.1",
"@angular/platform-browser": "~21.2.1",
"@angular/router": "~21.2.1",
"@babylonjs/core": "^8.54.1",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"inquirer": "^13.3.0",
"rxjs": "~7.8.2",
"swiper": "~12.1.0",
"tslib": "~2.8.1"
},
"devDependencies": {
"@angular/build": "~21.2.1",
"@angular/cli": "~21.2.1",
"@angular/compiler-cli": "~21.2.1",
"@eslint/js": "~10.0.1",
"@lhci/cli": "^0.15.1",
"@types/jasmine": "~6.0.0",
"angular-eslint": "21.3.0",
"eslint": "^10.0.3",
"jasmine-core": "~6.1.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.56.1"
},
"overrides": {
"tmp": "^0.2.3"
}
}