mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Migration Angular CLI to NX
This commit is contained in:
26
package.json
26
package.json
@@ -3,13 +3,13 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve isa-app --ssl",
|
||||
"test": "ng test isa-app",
|
||||
"ci": "ng test isa-app --watch=false --browsers=ChromeHeadless --code-coverage",
|
||||
"build": "ng build isa-app --configuration=development",
|
||||
"build-prod": "ng build isa-app --configuration=production",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"start": "nx serve isa-app --ssl",
|
||||
"test": "nx test isa-app",
|
||||
"ci": "nx test isa-app --watch=false --browsers=ChromeHeadless --code-coverage",
|
||||
"build": "nx build isa-app --configuration=development",
|
||||
"build-prod": "nx build isa-app --configuration=production",
|
||||
"lint": "nx lint",
|
||||
"e2e": "nx e2e",
|
||||
"gen:swagger": "npm-run-all -l -n gen:swagger:* fix:files:swagger",
|
||||
"gen:swagger:availability": "ng-swagger-gen --config ng-swagger-gen/availability.json",
|
||||
"gen:swagger:cat": "ng-swagger-gen --config ng-swagger-gen/cat.json",
|
||||
@@ -26,8 +26,8 @@
|
||||
"prettier": "prettier --write .",
|
||||
"pretty-quick": "pretty-quick --staged",
|
||||
"prepare": "husky",
|
||||
"storybook": "ng run isa-app:storybook --no-open",
|
||||
"build-storybook": "ng run isa-app:build-storybook"
|
||||
"storybook": "nx run isa-app:storybook --no-open",
|
||||
"build-storybook": "nx run isa-app:build-storybook"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -68,12 +68,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^18.2.9",
|
||||
"@angular-devkit/core": "^18.2.9",
|
||||
"@angular-devkit/schematics": "^18.2.9",
|
||||
"@angular/cli": "^18.2.9",
|
||||
"@angular/compiler-cli": "^18.2.8",
|
||||
"@angular/language-service": "^18.2.8",
|
||||
"@chromatic-com/storybook": "^1.9.0",
|
||||
"@compodoc/compodoc": "^1.1.26",
|
||||
"@ngneat/spectator": "^19.0.0",
|
||||
"@nx/angular": "20.4.0",
|
||||
"@nx/workspace": "20.4.0",
|
||||
"@schematics/angular": "^18.2.9",
|
||||
"@storybook/addon-docs": "^8.3.6",
|
||||
"@storybook/addon-essentials": "^8.3.6",
|
||||
"@storybook/addon-interactions": "^8.3.6",
|
||||
@@ -99,6 +104,7 @@
|
||||
"ng-swagger-gen": "^2.3.1",
|
||||
"ngrx-store-freeze": "^0.2.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nx": "20.4.0",
|
||||
"postcss": "^8.4.47",
|
||||
"prettier": "~3.3.3",
|
||||
"pretty-quick": "~4.0.0",
|
||||
@@ -113,4 +119,4 @@
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user