summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/ngappsrc/package.json
blob: e60a88452c86b892b946838bc217ca0f8bc8718f (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "name": "portal-sdk-ng",
  "version": "7.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --host www.sdk.onap.org --port 8200  --open",
    "build": "ng build --prod --aot=false --build-optimizer=false",
    "test": "ng test --watch=false --code-coverage --browsers=ChromeHeadless",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "sonar": "sonar-scanner"
  },
  "browserslist": {
    "production": [
      "> 1%",
      "ie 10",
      "ie 11"
    ],
    "modern": [
      "last 1 chrome version",
      "last 1 firefox version"
    ],
    "ssr": [
      "node 10"
    ]
  },
  "private": true,
  "dependencies": {
    "@agm/core": "^1.0.0",
    "@angular/animations": "~7.0.0",
    "@angular/cdk": "~7.0.0",
    "@angular/common": "^7.0.0",
    "@angular/compiler": "~7.0.0",
    "@angular/core": "~7.0.0",
    "@angular/forms": "~7.0.0",
    "@angular/http": "~7.0.0",
    "@angular/material": "~7.0.0",
    "@angular/platform-browser": "~7.0.0",
    "@angular/platform-browser-dynamic": "~7.0.0",
    "@angular/router": "~7.0.0",
    "@ng-bootstrap/ng-bootstrap": "4.2.1",
    "@ngx-translate/core": "11.0.1",
    "@ngx-translate/http-loader": "4.0.0",
    "angular-google-charts": "^0.1.6",
    "angular-gridster2": "^8.2.0",
    "angular-tag-cloud-module": "^3.8.1",
    "angular2-uuid": "^1.1.1",
    "angular7-word-cloud": "^1.2.1",
    "chart.js": "^2.8.0",
    "classlist.js": "^1.1.20150312",
    "core-js": "^2.5.4",
    "custom-event-polyfill": "^1.0.7",
    "d3": "^4.3.0",
    "d3-scale": "^3.1.0",
    "file-saver": "^2.0.2",
    "font-awesome": "^4.7.0",
    "ionicons": "^4.6.2",
    "lodash-es": "^4.17.10",
    "ng2-smart-table": "^1.5.0",
    "ng6-o2-chart": "^0.4.0",
    "ngx-cookie-service": "^2.3.0",
    "portalsdk-tag-lib": "file:portalsdk-tag-lib-0.0.1.tgz",
    "rxjs": "~6.3.3",
    "rxjs-compat": "^6.5.2",
    "sonar-scanner": "^3.1.0",
    "tslib": "^1.9.0",
    "web-animations-js": "^2.3.2",
    "zone.js": "~0.8.26",
	  "ng2-charts": "2.2.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.10.0",
    "@angular/cli": "~7.0.6",
    "@angular/compiler-cli": "~7.0.0",
    "@angular/language-service": "~7.0.0",
    "@types/jasmine": "~2.8.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "^8.9.5",
    "codelyzer": "~4.5.0",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "jqwidgets-ng": "^8.3.3",
    "karma": "~3.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~1.1.2",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.4.0",
    "puppeteer": "^2.1.1",
    "ts-node": "~7.0.0",
    "tslint": "~5.11.0",
    "typescript": "~3.1.6"
  }
}