{ "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": "~10.1.0-rc.2", "@abp/ng.components": "~10.1.0-rc.2", "@abp/ng.core": "~10.1.0-rc.2", "@abp/ng.identity": "~10.1.0-rc.2", "@abp/ng.oauth": "~10.1.0-rc.2", "@abp/ng.setting-management": "~10.1.0-rc.2", "@abp/ng.tenant-management": "~10.1.0-rc.2", "@abp/ng.theme.lepton-x": "~5.1.0-rc.2", "@abp/ng.theme.shared": "~10.1.0-rc.2", "@angular/animations": "~21.0.0", "@angular/aria": "~21.1.0", "@angular/common": "~21.0.0", "@angular/compiler": "~21.0.0", "@angular/core": "~21.0.0", "@angular/forms": "~21.0.0", "@angular/localize": "~21.0.0", "@angular/platform-browser": "~21.0.0", "@angular/platform-browser-dynamic": "~21.0.0", "@angular/router": "~21.0.0", "bootstrap-icons": "~1.8.0", "rxjs": "~7.8.0", "tslib": "^2.0.0", "zone.js": "~0.15.0" }, "devDependencies": { "@abp/ng.schematics": "~10.1.0-rc.2", "@angular-eslint/builder": "~21.0.0", "@angular-eslint/eslint-plugin": "~21.0.0", "@angular-eslint/eslint-plugin-template": "~21.0.0", "@angular-eslint/schematics": "~21.0.0", "@angular-eslint/template-parser": "~21.0.0", "@angular/build": "~21.0.0", "@angular/cli": "~21.0.0", "@angular/compiler-cli": "~21.0.0", "@angular/language-service": "~21.0.0", "@types/jasmine": "~3.6.0", "@types/node": "~20.11.0", "@typescript-eslint/eslint-plugin": "7.16.0", "@typescript-eslint/parser": "7.16.0", "eslint": "^8.0.0", "jasmine-core": "~4.0.0", "karma": "~6.4.4", "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.9.3" } }