Files
pyrofetes-frontend/package.json
2025-12-04 17:54:16 +01:00

36 lines
1.1 KiB
JSON

{
"name": "angular.dev",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"openapi": "rimraf src/app/services/api && openapi-generator-cli generate -i http://localhost:5298/swagger/v1/swagger.json -g typescript-angular -o src/app/services/api -c openapi-generator.yaml"
},
"private": true,
"dependencies": {
"@angular/common": "^20.2.0-next",
"@angular/compiler": "^20.2.0-next",
"@angular/core": "^20.2.0-next",
"@angular/forms": "^20.2.0-next",
"@angular/platform-browser": "^20.2.0-next",
"@angular/router": "^20.2.0-next",
"@openapitools/openapi-generator-cli": "^2.25.2",
"ng-zorro-antd": "^20.4.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.2.0-next",
"@angular/cli": "^20.3.10",
"@angular/compiler-cli": "^20.2.0-next",
"@types/node": "^16.11.35",
"less": "^4.2.0",
"rimraf": "^6.1.2",
"ts-node": "~10.9.0",
"typescript": "~5.8.0"
}
}