Files
Bookie/BookieClient/package.json
2026-09-17 21:45:57 +02:00

39 lines
977 B
JSON

{
"name": "bookie-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "npm@11.13.0",
"dependencies": {
"@angular/animations": "^22.1.3",
"@angular/cdk": "^22.1.3",
"@angular/common": "^22.1.0",
"@angular/compiler": "^22.1.0",
"@angular/core": "^22.1.0",
"@angular/forms": "^22.1.0",
"@angular/material": "^22.1.3",
"@angular/platform-browser": "^22.1.0",
"@angular/router": "^22.1.0",
"chart.js": "^4.5.1",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.1.5",
"@angular/cli": "^22.1.5",
"@angular/compiler-cli": "^22.1.0",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~6.0.2",
"vitest": "^4.0.8"
}
}