{ "name": "MyProjectName", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --open", "build": "ng build", "build:prod": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" }, "private": true, "dependencies": { "@abp/ng.account": "7.3.0-rc.1", "@abp/ng.components": "7.3.0-rc.1", "@abp/ng.core": "7.3.0-rc.1", "@abp/ng.oauth": "7.3.0-rc.1", "@abp/ng.identity": "7.3.0-rc.1", "@abp/ng.setting-management": "7.3.0-rc.1", "@abp/ng.tenant-management": "7.3.0-rc.1", "@abp/ng.theme.shared": "7.3.0-rc.1", "@abp/ng.theme.lepton-x": "~2.3.6", "@angular/animations": "^16.0.2", "@angular/common": "^16.0.2", "@angular/compiler": "^16.0.2", "@angular/core": "^16.0.2", "@angular/forms": "^16.0.2", "@angular/localize": "^16.0.2", "@angular/platform-browser": "^16.0.2", "@angular/platform-browser-dynamic": "^16.0.2", "@angular/router": "^16.0.2", "bootstrap-icons": "~1.8.3", "rxjs": "7.8.1", "tslib": "^2.1.0", "zone.js": "~0.13.0" }, "devDependencies": { "@angular-devkit/build-angular": "~16.0.1", "@angular-eslint/builder": "^16.0.2", "@angular-eslint/eslint-plugin": "^16.0.2", "@angular-eslint/eslint-plugin-template": "^16.0.2", "@angular-eslint/schematics": "^16.0.2", "@angular-eslint/template-parser": "^16.0.2", "@abp/ng.schematics": "7.3.0-rc.1", "@angular/cli": "^16.0.2", "@angular/compiler-cli": "^16.0.2", "@angular/language-service": "^16.0.2", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "eslint": "^8.23.0", "jasmine-core": "~4.0.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.7.0", "typescript": "~5.0.4" } }