nx/package.json
2018-01-20 18:21:09 -05:00

65 lines
1.9 KiB
JSON

{
"name": "@nrwl/nx-source",
"version": "0.6.18",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
"scripts": {
"build": "./scripts/build.sh",
"e2e": "./scripts/e2e.sh",
"format": "./scripts/format.sh",
"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": "./scripts/check-format.sh",
"publish_npm": "./scripts/publish.sh"
},
"dependencies": {
"jasmine-marbles": "0.1.0"
},
"devDependencies": {
"@angular/cli": "file:./packages/schematics/src/collection/application/files/__directory__/.angular_cli.tgz",
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@angular/router": "5.0.0",
"@angular/upgrade": "5.0.0",
"@ngrx/effects": "4.1.0",
"@ngrx/router-store": "4.1.0",
"@ngrx/store": "4.1.0",
"@ngrx/store-devtools": "4.0.0",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.7",
"angular": "1.6.6",
"jasmine-core": "~2.6.2",
"jest": "20.0.4",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-jasmine": "~1.1.0",
"karma-webpack": "2.0.4",
"prettier": "1.10.2",
"rxjs": "^5.5.2",
"tslint": "5.7.0",
"typescript": "2.5.3",
"strip-json-comments": "2.0.1",
"tmp": "0.0.33",
"semver": "5.4.1"
},
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": [
"tmp",
"files",
"bazel"
]
}
}