{ "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "scripts": { "ng": "ng", "symlink": "symlink", "start": "ng serve dev-app", "start:internal": "ng serve dev-app --configuration=internal", "build": "ng build", "test": "ng test --watchAll --runInBand", "commit": "git-cz", "lint": "ng lint", "build:schematics": "cd scripts && yarn && yarn build:schematics && cd ..", "dev:schematics": "tsc -p packages/schematics/tsconfig.json -w", "scripts:build": "cd scripts && yarn && yarn build", "prepare:workspace": "yarn scripts:build --noInstall", "ci": "yarn ng lint && yarn prepare:workspace && yarn ci:test && yarn ci:build", "ci:test": "ng test --coverage=false --silent", "ci:build": "cd scripts && yarn build:prod", "lerna": "lerna", "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" }, "devDependencies": { "@abp/ng.account": "~3.1.0-rc.4", "@abp/ng.core": "~3.1.0-rc.4", "@abp/ng.feature-management": "~3.1.0-rc.4", "@abp/ng.identity": "~3.1.0-rc.4", "@abp/ng.permission-management": "~3.1.0-rc.4", "@abp/ng.schematics": "~3.1.0-rc.4", "@abp/ng.setting-management": "~3.1.0-rc.4", "@abp/ng.tenant-management": "~3.1.0-rc.4", "@abp/ng.theme.basic": "~3.1.0-rc.4", "@abp/ng.theme.shared": "~3.1.0-rc.4", "@abp/utils": "^3.1.0-rc.4", "@angular-builders/jest": "^10.0.0", "@angular-devkit/build-angular": "~0.1000.6", "@angular-devkit/build-ng-packagr": "~0.1000.6", "@angular/animations": "~10.0.10", "@angular/cli": "~10.0.6", "@angular/common": "~10.0.10", "@angular/compiler": "10.0.0", "@angular/compiler-cli": "10.0.0", "@angular/core": "~10.0.10", "@angular/forms": "~10.0.10", "@angular/language-service": "~10.0.10", "@angular/localize": "~10.0.10", "@angular/platform-browser": "~10.0.10", "@angular/platform-browser-dynamic": "~10.0.10", "@angular/router": "~10.0.10", "@fortawesome/fontawesome-free": "^5.14.0", "@ng-bootstrap/ng-bootstrap": "^7.0.0", "@ngneat/spectator": "^5.13.0", "@ngx-validate/core": "^0.0.11", "@ngxs/devtools-plugin": "^3.6.2", "@ngxs/logger-plugin": "^3.6.2", "@ngxs/router-plugin": "^3.6.2", "@ngxs/storage-plugin": "^3.6.2", "@ngxs/store": "^3.6.2", "@schematics/angular": "~10.0.5", "@swimlane/ngx-datatable": "^17.1.0", "@types/jest": "^25.2.3", "@types/node": "^12.11.1", "angular-oauth2-oidc": "^10.0.3", "bootstrap": "^4.5.0", "chart.js": "^2.9.3", "codelyzer": "^5.1.2", "conventional-changelog-cli": "^2.0.31", "cz-conventional-changelog": "3.0.2", "font-awesome": "^4.7.0", "got": "^11.5.2", "jest": "^25.0.0", "jest-canvas-mock": "^2.2.0", "jest-preset-angular": "^8.2.0", "jsonc-parser": "^2.3.0", "just-clone": "^3.1.0", "just-compare": "^1.3.0", "lerna": "^3.19.0", "ng-packagr": "^10.0.0", "ng-zorro-antd": "^9.3.0", "ngxs-reset-plugin": "^1.3.0", "ngxs-schematic": "^1.1.9", "prettier": "^1.18.2", "protractor": "~7.0.0", "rxjs": "~6.5.4", "snq": "^1.0.3", "symlink-manager": "^1.5.0", "ts-node": "~7.0.0", "ts-toolbelt": "6.15.4", "tsickle": "^0.38.1", "tslint": "~6.1.0", "typescript": "~3.9.5", "zone.js": "~0.10.2" }, "dependencies": { "tslib": "^2.0.0" }, "resolutions": { "@angular/compiler": "10.0.0", "@angular/compiler-cli": "10.0.0" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }