nx/package.json
2018-02-25 18:59:27 -05:00

72 lines
2.0 KiB
JSON

{
"name": "@nrwl/nx-source",
"version": "0.8.0-beta.1",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
"scripts": {
"build": "./scripts/build.sh",
"e2e": "./scripts/e2e.sh",
"format": "precise-commits --whitelist=\"{packages,e2e}/**/*.ts\"",
"linknpm": "./scripts/link.sh",
"package": "./scripts/package.sh",
"release": "./scripts/release.sh",
"copy": "./scripts/copy.sh",
"test:schematics": "yarn build && ./scripts/test_schematics.sh",
"test:nx": "yarn build && ./scripts/test_nx.sh",
"test": "yarn linknpm && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
"checkformat": "echo 1",
"publish_npm": "./scripts/publish.sh",
"precommit": "yarn checkformat"
},
"dependencies": {
"jasmine-marbles": "0.2.0"
},
"devDependencies": {
"@angular/cli": "1.7.1",
"@angular/common": "5.2.6",
"@angular/compiler": "5.2.6",
"@angular/compiler-cli": "5.2.6",
"@angular/core": "5.2.6",
"@angular/platform-browser": "5.2.6",
"@angular/platform-browser-dynamic": "5.2.6",
"@angular/router": "5.2.6",
"@angular/upgrade": "5.2.6",
"@ngrx/effects": "5.1.0",
"@ngrx/router-store": "5.0.1",
"@ngrx/store": "5.1.0",
"@ngrx/store-devtools": "5.1.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"angular": "1.6.6",
"husky": "^0.14.3",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "20.0.4",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.0",
"karma-webpack": "2.0.4",
"precise-commits": "1.0.0",
"prettier": "1.10.2",
"rxjs": "^5.5.6",
"semver": "5.4.1",
"strip-json-comments": "2.0.1",
"app-root-path": "^2.0.1",
"tmp": "0.0.33",
"tslint": "5.9.1",
"typescript": "2.6.2",
"zone.js": "^0.8.19"
},
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": [
"tmp",
"files",
"bazel"
]
}
}