{ "name": "abp-ng-packs", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "nx", "nx": "nx", "start": "ng serve", "build": "ng build", "build:all": "nx run-many --target=build --all --exclude=dev-app,schematics --prod && yarn build:schematics", "test": "ng test --detect-open-handles=true --run-in-band=true --watch-all=true", "test:all": "nx run-many --target=test --all", "lint": "nx workspace-lint && ng lint", "lint:all": "nx run-many --target=lint --all", "e2e": "ng e2e", "affected:apps": "nx affected:apps", "affected:libs": "nx affected:libs", "affected:build": "nx affected:build", "affected:e2e": "nx affected:e2e", "affected:test": "nx affected:test", "affected:lint": "nx affected:lint", "affected:dep-graph": "nx affected:dep-graph", "affected": "nx affected", "format": "nx format:write", "format:write": "nx format:write", "format:check": "nx format:check", "update": "nx migrate latest", "workspace-generator": "nx workspace-generator", "dep-graph": "nx dep-graph", "help": "nx help", "compile:ivy": "yarn ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json' --source node_modules", "postinstall": "node ./decorate-angular-cli.js && yarn compile:ivy", "build:schematics": "cd scripts && yarn && yarn build:schematics && cd ..", "dev:schematics": "tsc -p packages/schematics/tsconfig.json -w", "ci": "yarn affected:lint && yarn affected:build && yarn affected:test", "lerna": "lerna" }, "private": true, "devDependencies": { "@abp/ng.account": "~5.0.0-beta.1", "@abp/ng.account.core": "~5.0.0-beta.1", "@abp/ng.core": "~5.0.0-beta.1", "@abp/ng.feature-management": "~5.0.0-beta.1", "@abp/ng.identity": "~5.0.0-beta.1", "@abp/ng.permission-management": "~5.0.0-beta.1", "@abp/ng.schematics": "~5.0.0-beta.1", "@abp/ng.setting-management": "~5.0.0-beta.1", "@abp/ng.tenant-management": "~5.0.0-beta.1", "@abp/ng.theme.basic": "~5.0.0-beta.1", "@abp/ng.theme.shared": "~5.0.0-beta.1", "@abp/utils": "~5.0.0-beta.1", "@angular-devkit/build-angular": "~12.2.0", "@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular-devkit/schematics-cli": "~12.2.0", "@angular-eslint/eslint-plugin": "~12.3.0", "@angular-eslint/eslint-plugin-template": "~12.3.0", "@angular-eslint/template-parser": "~12.3.0", "@angular/animations": "~12.2.0", "@angular/cli": "~12.2.0", "@angular/common": "~12.2.0", "@angular/compiler": "~12.2.0", "@angular/compiler-cli": "^12.2.0", "@angular/core": "~12.2.0", "@angular/forms": "~12.2.0", "@angular/language-service": "^12.2.0", "@angular/platform-browser": "~12.2.0", "@angular/platform-browser-dynamic": "~12.2.0", "@angular/router": "~12.2.0", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "^7.0.0", "@ngneat/spectator": "^8.0.3", "@ngx-validate/core": "^0.0.13", "@nrwl/angular": "12.6.5", "@nrwl/cli": "12.6.5", "@nrwl/cypress": "12.6.5", "@nrwl/eslint-plugin-nx": "12.6.5", "@nrwl/jest": "12.6.5", "@nrwl/linter": "12.6.5", "@nrwl/tao": "12.6.5", "@nrwl/workspace": "12.6.5", "@schematics/angular": "~12.2.0", "@swimlane/ngx-datatable": "^19.0.0", "@types/jest": "26.0.24", "@types/node": "14.14.33", "@typescript-eslint/eslint-plugin": "~4.28.3", "@typescript-eslint/parser": "~4.28.3", "angular-oauth2-oidc": "^12.1.0", "bootstrap": "^4.5.0", "chart.js": "^3.5.1", "cypress": "^7.3.0", "dotenv": "~10.0.0", "eslint": "7.22.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "^2.10.3", "got": "^11.5.2", "jest": "27.0.3", "jest-canvas-mock": "^2.3.1", "jest-preset-angular": "9.0.4", "jsonc-parser": "^2.3.0", "just-clone": "^3.2.1", "just-compare": "^1.4.0", "lerna": "^4.0.0", "ng-packagr": "^12.2.0", "ng-zorro-antd": "^12.0.1", "prettier": "^2.3.1", "protractor": "~7.0.0", "rxjs": "~6.6.0", "should-quote": "^1.0.0", "ts-jest": "27.0.3", "ts-node": "~9.1.1", "ts-toolbelt": "6.15.4", "tsickle": "^0.39.1", "tslib": "^2.0.0", "tslint": "~6.1.0", "typescript": "~4.3.5", "zone.js": "~0.11.4" } }