forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
{
"name": "@nrwl/nx-source",
"version": "0.0.5",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
"scripts": {
"build": "./scripts/build.sh",
"e2e": "yarn build && ./scripts/e2e.sh",
"e2e:bazel": "yarn build && ./scripts/e2e-bazel.sh",
"format": "./scripts/format.sh",
"linknpm": "./scripts/link.sh",
"package": "./scripts/package.sh",
"release": "./scripts/release.sh",
"copy": "./scripts/copy.sh",
"test": "yarn build && ./scripts/test.sh",
"checkformat": "./scripts/check-format.sh",
"publish_npm": "./scripts/publish.sh",
"postinstall": "./scripts/copy-clis.sh"
},
"dependencies": {
"jasmine-marbles": "0.1.0"
},
"devDependencies": {
"@angular/cli": "nrwl/fix-cli-build",
"@angular/common": "4.4.4",
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/core": "4.4.4",
"@angular/platform-browser": "4.4.4",
"@angular/platform-browser-dynamic": "4.4.4",
"@angular/router": "4.4.4",
"@angular/upgrade": "4.4.4",
"@ngrx/effects": "4.0.3",
"@ngrx/router-store": "4.0.3",
"@ngrx/store": "4.0.3",
"@ngrx/store-devtools": "4.0.0",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.7",
"angular": "1.6.6",
"prettier": "1.7.4",
"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",
"rxjs": "5.4.3",
"tslint": "5.7.0",
"typescript": "2.4.2"
},
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": [
"tmp",
"files"
]
}
}