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
67
|
{
"name": "holmes",
"version": "1.0.0",
"description": "holmes",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --dev",
"prod": "ng build --prod --base-href /iui/holmes/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=License.txt"
}
],
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/flex-layout": "^2.0.0-beta.10-4905443",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.20",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"awesome-typescript-loader": "^3.0.0-beta.18",
"core-js": "^2.4.1",
"ie-shim": "^0.1.0",
"json-load": "^1.0.1",
"jquery": "^3.2.1",
"primeng": "^2.0.0-rc.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.2",
"to-string-loader": "^1.1.5",
"tslint-eslint-rules": "^3.4.0",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "^1.6.0",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/jquery": "^3.2.17",
"@types/node": "^6.0.114",
"codelyzer": "~2.0.0-beta.4",
"concurrently": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.10.1",
"html-loader": "0.4.4",
"protractor": "~5.1.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.3.3",
"vrsource-tslint-rules": "^4.0.1"
}
}
|