-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@nrwl/nx-source",
"version": "0.7.0-beta.1",
"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.2.0"
},
"devDependencies": {
"@angular/cli": "file:./packages/schematics/src/collection/application/files/__directory__/.angular_cli165.tgz",
"@angular-devkit/core": "0.0.28",
"@angular/common": "5.2.1",
"@angular/compiler": "5.2.1",
"@angular/compiler-cli": "5.2.1",
"@angular/core": "5.2.1",
"@angular/platform-browser": "5.2.1",
"@angular/platform-browser-dynamic": "5.2.1",
"@angular/router": "5.2.1",
"@angular/upgrade": "5.2.1",
"@ngrx/effects": "4.1.1",
"@ngrx/router-store": "4.1.1",
"@ngrx/store": "4.1.1",
"@ngrx/store-devtools": "4.0.0",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.7",
"angular": "1.6.6",
"jasmine-core": "~2.8.0",
"jest": "20.0.4",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.0",
"karma-webpack": "2.0.4",
"prettier": "1.10.2",
"rxjs": "^5.5.6",
"tslint": "5.9.1",
"typescript": "2.6.2",
"strip-json-comments": "2.0.1",
"tmp": "0.0.33",
"zone.js": "^0.8.19",
"semver": "5.4.1"
},
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": [
"tmp",
"files",
"bazel"
]
}
}