{ "name": "@nrwl/nx-source", "version": "7.8.1", "description": "Angular CLI power-ups for modern Web development", "homepage": "https://nx.dev", "main": "index.js", "private": true, "scripts": { "build": "./scripts/package.sh --local", "commit": "git-cz", "checkcommit": "node ./scripts/commit-lint.js", "e2e": "./scripts/e2e.sh", "e2e-rerun": "./scripts/e2e-rerun.sh", "format": "./scripts/format.sh", "linknpm": "./scripts/link.sh", "nx-release": "./scripts/nx-release.js", "copy": "./scripts/copy.sh", "test:schematics": "yarn linknpm fast && ./scripts/test_schematics.sh", "test:nx": "yarn linknpm fast && ./scripts/test_nx.sh", "test": "yarn linknpm fast && ./scripts/test_nx.sh && ./scripts/test_schematics.sh", "checkformat": "./scripts/check_format.sh", "documentation": "./scripts/documentation/documentation.sh && yarn format && ./scripts/documentation/check-documentation.sh" }, "devDependencies": { "@angular-devkit/architect": "0.13.8", "@angular-devkit/build-angular": "0.13.8", "@angular-devkit/build-ng-packagr": "0.13.8", "@angular-devkit/build-webpack": "0.13.8", "@angular-devkit/core": "7.3.8", "@angular-devkit/schematics": "7.3.8", "@angular/cli": "7.3.1", "@angular/common": "7.2.13", "@angular/compiler": "7.2.13", "@angular/compiler-cli": "7.2.13", "@angular/core": "7.2.13", "@angular/platform-browser": "7.2.13", "@angular/platform-browser-dynamic": "7.2.13", "@angular/router": "7.2.13", "@angular/upgrade": "7.2.13", "@nestjs/common": "5.5.0", "@nestjs/core": "5.5.0", "@nestjs/schematics": "5.11.2", "@nestjs/testing": "5.5.0", "@ngrx/effects": "7.1.0", "@ngrx/router-store": "7.1.0", "@ngrx/schematics": "7.1.0", "@ngrx/store": "7.1.0", "@ngrx/store-devtools": "7.1.0", "@schematics/angular": "~7.3.1", "@types/express": "4.16.0", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3", "@types/jest": "24.0.9", "@types/node": "~8.9.4", "@types/prettier": "^1.10.0", "@types/react": "^16.8.4", "@types/react-dom": "^16.8.2", "@types/webpack": "^4.4.24", "@types/yargs": "^11.0.0", "angular": "1.6.6", "app-root-path": "^2.0.1", "circular-dependency-plugin": "^5.0.2", "codelyzer": "~4.5.0", "commitizen": "^2.10.1", "conventional-changelog-cli": "^1.3.21", "cosmiconfig": "^4.0.0", "cypress": "3.1.0", "cz-conventional-changelog": "^2.1.0", "document-register-element": "^1.13.1", "dotenv": "6.2.0", "express": "4.16.3", "fork-ts-checker-webpack-plugin": "^0.4.9", "fs-extra": "5.0.0", "graphviz": "^0.0.8", "html-webpack-plugin": "^3.2.0", "husky": "^1.0.0-rc.13", "identity-obj-proxy": "3.0.0", "ignore": "^5.0.4", "jasmine-core": "~2.99.1", "jasmine-marbles": "0.4.0", "jasmine-spec-reporter": "~4.2.1", "jest": "^24.1.0", "jest-jasmine2": "^24.1.0", "jest-preset-angular": "7.0.0", "karma": "~4.0.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~1.1.1", "karma-jasmine-html-reporter": "^0.2.2", "karma-webpack": "2.0.4", "license-webpack-plugin": "^1.4.0", "ng-packagr": "4.3.1", "ngrx-store-freeze": "0.2.4", "npm-run-all": "^4.1.5", "opn": "^5.3.0", "precise-commits": "1.0.2", "prettier": "1.16.4", "react": "^16.8.3", "react-dom": "^16.8.3", "react-testing-library": "6.0.0", "release-it": "^7.4.0", "rxjs": "6.3.3", "semver": "5.4.1", "strip-json-comments": "2.0.1", "tmp": "0.0.33", "ts-loader": "^5.3.1", "tsickle": "^0.33.0", "tslib": "^1.9.3", "tslint": "5.11.0", "typescript": "3.2.4", "viz.js": "^1.8.1", "webpack": "4.29.0", "webpack-dev-server": "3.1.14", "webpack-node-externals": "^1.7.2", "yargs": "^11.0.0", "yargs-parser": "10.0.0", "zone.js": "^0.8.26" }, "author": "Victor Savkin", "license": "MIT", "jest": { "modulePathIgnorePatterns": [ "tmp", "/test", "/packages", "collection/.*/files" ], "collectCoverage": true, "coverageReporters": [ "html" ], "coverageDirectory": "coverage" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "ts-node": "^8.0.2" } }