avancement planning
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development"
|
||||
"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": {
|
||||
@@ -15,6 +16,7 @@
|
||||
"@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",
|
||||
@@ -26,6 +28,7 @@
|
||||
"@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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user