|
|
|
|
@ -43,6 +43,19 @@
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@abp/ng.account": "~7.2.1",
|
|
|
|
|
"@abp/ng.account.core": "~7.2.1",
|
|
|
|
|
"@abp/ng.core": "~7.2.1",
|
|
|
|
|
"@abp/ng.feature-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.identity": "~7.2.1",
|
|
|
|
|
"@abp/ng.oauth": "~7.2.1",
|
|
|
|
|
"@abp/ng.permission-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.schematics": "~7.2.1",
|
|
|
|
|
"@abp/ng.setting-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.tenant-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.theme.basic": "~7.2.1",
|
|
|
|
|
"@abp/ng.theme.lepton-x": "^2.2.0",
|
|
|
|
|
"@abp/ng.theme.shared": "~7.2.1",
|
|
|
|
|
"@abp/utils": "~7.2.1",
|
|
|
|
|
"@angular-devkit/build-angular": "~15.0.1",
|
|
|
|
|
"@angular-devkit/schematics-cli": "~15.0.1",
|
|
|
|
|
@ -61,18 +74,6 @@
|
|
|
|
|
"@angular/platform-browser": "~15.0.1",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~15.0.1",
|
|
|
|
|
"@angular/router": "~15.0.1",
|
|
|
|
|
"@abp/ng.account": "~7.2.1",
|
|
|
|
|
"@abp/ng.account.core": "~7.2.1",
|
|
|
|
|
"@abp/ng.core": "~7.2.1",
|
|
|
|
|
"@abp/ng.oauth": "~7.2.1",
|
|
|
|
|
"@abp/ng.feature-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.identity": "~7.2.1",
|
|
|
|
|
"@abp/ng.permission-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.schematics": "~7.2.1",
|
|
|
|
|
"@abp/ng.setting-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.tenant-management": "~7.2.1",
|
|
|
|
|
"@abp/ng.theme.basic": "~7.2.1",
|
|
|
|
|
"@abp/ng.theme.shared": "~7.2.1",
|
|
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
|
|
|
|
|
"@ngneat/spectator": "^10.0.0",
|
|
|
|
|
@ -93,6 +94,7 @@
|
|
|
|
|
"@typescript-eslint/parser": "5.44.0",
|
|
|
|
|
"angular-oauth2-oidc": "^15.0.1",
|
|
|
|
|
"bootstrap": "^5.1.1",
|
|
|
|
|
"bootstrap-icons": "^1.10.3",
|
|
|
|
|
"chart.js": "^3.5.1",
|
|
|
|
|
"cypress": "^7.3.0",
|
|
|
|
|
"dotenv": "10.0.0",
|
|
|
|
|
@ -112,6 +114,7 @@
|
|
|
|
|
"ng-packagr": "15.0.1",
|
|
|
|
|
"ng-zorro-antd": "^15.0.0",
|
|
|
|
|
"nx": "15.2.1",
|
|
|
|
|
"perfect-scrollbar": "^1.5.5",
|
|
|
|
|
"postcss": "^8.3.9",
|
|
|
|
|
"postcss-import": "14.1.0",
|
|
|
|
|
"postcss-preset-env": "7.5.0",
|
|
|
|
|
@ -126,11 +129,8 @@
|
|
|
|
|
"tslib": "^2.3.0",
|
|
|
|
|
"tslint": "~6.1.0",
|
|
|
|
|
"typescript": "4.8.4",
|
|
|
|
|
"zone.js": "0.11.4",
|
|
|
|
|
"@abp/ng.theme.lepton-x": "^2.2.0",
|
|
|
|
|
"bootstrap-icons": "^1.10.3"
|
|
|
|
|
"zone.js": "0.11.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"**/*.{js,jsx,ts,tsx,html,css,scss}": [
|
|
|
|
|
"npx prettier --write --config .prettierrc "
|
|
|
|
|
|