|
|
|
@ -6,12 +6,9 @@
|
|
|
|
|
"start": "ng serve dev-app --open",
|
|
|
|
|
"build": "ng build my-project-name --configuration production",
|
|
|
|
|
"build:app": "npm run symlink:copy -- --no-watch && ng build dev-app --configuration production",
|
|
|
|
|
"symlink:copy": "symlink copy --angular --packages @my-company-name/my-project-name --configuration production",
|
|
|
|
|
"test": "ng test",
|
|
|
|
|
"lint": "ng lint",
|
|
|
|
|
"e2e": "ng e2e",
|
|
|
|
|
"compile:ivy": "yarn ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json' --source node_modules --async false",
|
|
|
|
|
"postinstall": "npm run compile:ivy"
|
|
|
|
|
"e2e": "ng e2e"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -24,30 +21,30 @@
|
|
|
|
|
"@abp/ng.tenant-management": "~7.4.0",
|
|
|
|
|
"@abp/ng.theme.basic": "~7.4.0",
|
|
|
|
|
"@abp/ng.theme.shared": "~7.4.0",
|
|
|
|
|
"@angular/animations": "~16.0.0",
|
|
|
|
|
"@angular/common": "~16.0.0",
|
|
|
|
|
"@angular/compiler": "~16.0.0",
|
|
|
|
|
"@angular/core": "~16.0.0",
|
|
|
|
|
"@angular/forms": "~16.0.0",
|
|
|
|
|
"@angular/localize": "~16.0.0",
|
|
|
|
|
"@angular/platform-browser": "~16.0.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~16.0.0",
|
|
|
|
|
"@angular/router": "~16.0.0",
|
|
|
|
|
"rxjs": "7.8.1",
|
|
|
|
|
"@angular/animations": "~16.2.0",
|
|
|
|
|
"@angular/common": "~16.2.0",
|
|
|
|
|
"@angular/compiler": "~16.2.0",
|
|
|
|
|
"@angular/core": "~16.2.0",
|
|
|
|
|
"@angular/forms": "~16.2.0",
|
|
|
|
|
"@angular/localize": "~16.2.0",
|
|
|
|
|
"@angular/platform-browser": "~16.2.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~16.2.0",
|
|
|
|
|
"@angular/router": "~16.2.0",
|
|
|
|
|
"rxjs": "~7.4.0",
|
|
|
|
|
"tslib": "^2.1.0",
|
|
|
|
|
"zone.js": "~0.13.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@angular-devkit/build-angular": "~16.2.0",
|
|
|
|
|
"@angular-eslint/builder": "~16.2.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "~16.2.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "~16.2.0",
|
|
|
|
|
"@angular-eslint/schematics": "~16.2.0",
|
|
|
|
|
"@angular-eslint/template-parser": "~16.2.0",
|
|
|
|
|
"@abp/ng.schematics": "~7.4.0",
|
|
|
|
|
"@angular-devkit/build-angular": "~16.0.0",
|
|
|
|
|
"@angular-eslint/builder": "~16.0.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "~16.0.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "~16.0.0",
|
|
|
|
|
"@angular-eslint/schematics": "~16.0.0",
|
|
|
|
|
"@angular-eslint/template-parser": "~16.0.0",
|
|
|
|
|
"@angular/cli": "~16.0.0",
|
|
|
|
|
"@angular/compiler-cli": "~16.0.0",
|
|
|
|
|
"@angular/language-service": "~16.0.0",
|
|
|
|
|
"@angular/cli": "~16.2.0",
|
|
|
|
|
"@angular/compiler-cli": "~16.2.0",
|
|
|
|
|
"@angular/language-service": "~16.2.0",
|
|
|
|
|
"@types/jasmine": "~3.6.0",
|
|
|
|
|
"@types/node": "^12.11.1",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
|
|
@ -59,7 +56,6 @@
|
|
|
|
|
"karma-coverage": "~2.1.0",
|
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
|
|
|
"symlink-manager": "^1.5.0",
|
|
|
|
|
"typescript": "~5.0.4"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|