{ "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-staged": "lint-staged", "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 --parallel 1", "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 es2020 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", "mock:schematics": "cd scripts/mock-schematic && yarn && yarn start", "debug:schematics": "./node_modules/.bin/ng g ./packages/schematics/src/collection.json:proxy-add --module __default --apiName __default --source __default --target __default --url https://localhost:44305 --serviceType application --entryPoint __default ", "debug:schematics-dist": "./node_modules/.bin/ng g ./dist/packages/schematics/collection.json:proxy-add --module __default --apiName __default --source __default --target __default --url http://localhost:4300 --service-type application --entryPoint __default", "ci": "yarn affected:lint && yarn affected:build && yarn affected:test", "lerna": "lerna", "migrate-nx": "yarn nx migrate --run-migrations", "copy-to:app": "cd scripts && yarn && yarn copy-to-templates -t app" }, "private": true, "devDependencies": { "@abp/utils": "~7.2.1", "@angular-devkit/build-angular": "~15.0.1", "@angular-devkit/schematics-cli": "~15.0.1", "@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/template-parser": "15.1.0", "@angular/animations": "~15.0.1", "@angular/cli": "~15.0.1", "@angular/common": "~15.0.1", "@angular/compiler": "~15.0.1", "@angular/compiler-cli": "~15.0.1", "@angular/core": "~15.0.1", "@angular/forms": "~15.0.1", "@angular/language-service": "~15.0.1", "@angular/localize": "~15.0.1", "@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", "@ngx-validate/core": "^0.2.0", "@nrwl/angular": "15.2.1", "@nrwl/cli": "15.2.1", "@nrwl/cypress": "15.2.1", "@nrwl/eslint-plugin-nx": "15.2.1", "@nrwl/jest": "15.2.1", "@nrwl/linter": "15.2.1", "@nrwl/workspace": "15.2.1", "@popperjs/core": "~2.11.2", "@schematics/angular": "~15.0.1", "@swimlane/ngx-datatable": "^20.0.0", "@types/jest": "28.1.1", "@types/node": "16.11.7", "@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/parser": "5.44.0", "angular-oauth2-oidc": "^15.0.1", "bootstrap": "^5.1.1", "chart.js": "^3.5.1", "cypress": "^7.3.0", "dotenv": "10.0.0", "eslint": "8.15.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "^2.10.3", "got": "^11.5.2", "jest": "28.1.1", "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom": "28.1.1", "jest-preset-angular": "^12.2.2", "jsonc-parser": "^2.3.0", "just-clone": "^6.1.1", "just-compare": "^2.3.0", "lerna": "^4.0.0", "lint-staged": "^13.0.3", "ng-packagr": "15.0.1", "ng-zorro-antd": "^15.0.0", "nx": "15.2.1", "postcss": "^8.3.9", "postcss-import": "14.1.0", "perfect-scrollbar": "^1.5.5", "postcss-preset-env": "7.5.0", "postcss-url": "10.1.3", "prettier": "2.7.1", "protractor": "~7.0.0", "rxjs": "7.5.6", "should-quote": "^1.0.0", "ts-jest": "28.0.5", "ts-node": "10.9.1", "ts-toolbelt": "6.15.4", "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" }, "dependencies": {}, "lint-staged": { "**/*.{js,jsx,ts,tsx,html,css,scss}": [ "npx prettier --write --config .prettierrc " ] } }