feat: bootstrap HoopScout scouting app

This commit is contained in:
bisco
2026-06-03 21:37:15 +02:00
parent c4b1b6ee15
commit cc188468bc
52 changed files with 14505 additions and 126 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "hoopscout-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ng serve --host 0.0.0.0 --port 4200",
"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"
}
}