Files
FA_WEB/FaKrosnoManagerAngular/package.json
Piotr Kus 89d74428b2 FaKrosnoAngular
* Added project
2026-08-08 13:39:17 +02:00

40 lines
1018 B
JSON

{
"name": "fa-krosno-manager-angular",
"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.0.5",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@primeuix/themes": "^2.0.3",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"primeicons": "^7.0.0",
"primeng": "^22.0.0-rc.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.5",
"@angular/cli": "^22.0.5",
"@angular/compiler-cli": "^22.0.0",
"@types/bcryptjs": "^2.4.6",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~6.0.2",
"vitest": "^4.0.8"
}
}