{ "name": "hoopscout-frontend", "version": "0.1.0", "private": true, "scripts": { "start": "ng serve --host 0.0.0.0 --port 4200 --proxy-config proxy.conf.json", "build": "ng build", "test": "tsx --import ./src/test-setup.ts --test \"src/**/*.spec.ts\"", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@angular/animations": "21.2.14", "@angular/common": "21.2.14", "@angular/compiler": "21.2.14", "@angular/core": "21.2.14", "@angular/forms": "21.2.14", "@angular/platform-browser": "21.2.14", "@angular/router": "21.2.14", "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "21.2.14", "@angular/cli": "21.2.14", "@angular/compiler-cli": "21.2.14", "@types/node": "22.15.30", "tsx": "4.20.3", "typescript": "5.9.2" } }