blob: b94ce307bc1118318a957f9247d6b9b8d5fec581 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001{
2 "name": "onos",
Sean Condon0a884ad2019-10-28 17:57:21 +00003 "version": "2.3.0",
Sean Condon83fc39f2018-04-19 18:56:13 +01004 "license": "MIT",
5 "scripts": {
6 "ng": "ng",
7 "start": "ng serve",
8 "build": "ng build --prod",
9 "test": "ng test",
10 "lint": "ng lint",
11 "e2e": "ng e2e",
Sean Condon28ecc5f2018-06-25 12:50:16 +010012 "compodoc": "./node_modules/.bin/compodoc -p src/main/webapp/tsconfig.app.json -n 'ONOS GUI2 Documentation' --includes ."
Sean Condon83fc39f2018-04-19 18:56:13 +010013 },
14 "private": true,
15 "dependencies": {
Sean Condon0a884ad2019-10-28 17:57:21 +000016 "@angular/animations": "^8.2.13",
17 "@angular/common": "^8.2.13",
18 "@angular/compiler": "^8.2.13",
19 "@angular/core": "^8.2.13",
20 "@angular/forms": "^8.2.13",
Sean Condon7d275162018-11-02 16:29:06 +000021 "@angular/http": "^7.0.2",
Sean Condon0a884ad2019-10-28 17:57:21 +000022 "@angular/platform-browser": "^8.2.13",
23 "@angular/platform-browser-dynamic": "^8.2.13",
24 "@angular/router": "^8.2.13",
Sean Condon83fc39f2018-04-19 18:56:13 +010025 "core-js": "^2.5.4",
Sean Condon0a884ad2019-10-28 17:57:21 +000026 "d3": "^5.9.2",
27 "rxjs": "^6.3.3",
Sean Condon0d064ec2019-02-04 21:53:53 +000028 "topojson-client": "^3.0.0",
Sean Condon0a884ad2019-10-28 17:57:21 +000029 "zone.js": "^0.9.1",
30 "fm-gui2-lib": "file:../../bazel-out/k8-fastbuild/bin/apps/faultmanagement/fm-gui2-lib/fm-gui2-lib-ver.tgz",
31 "gui2-fw-lib": "file:../../bazel-out/k8-fastbuild/bin/web/gui2-fw-lib/gui2-fw-lib-ver.tgz",
32 "gui2-topo-lib": "file:../../bazel-out/k8-fastbuild/bin/web/gui2-topo-lib/gui2-topo-lib-ver.tgz",
33 "roadm-gui-lib": "file:../../bazel-out/k8-fastbuild/bin/apps/roadm/web/roadm-gui/roadm-gui-lib-ver.tgz"
Sean Condon83fc39f2018-04-19 18:56:13 +010034 },
35 "devDependencies": {
Sean Condon0a884ad2019-10-28 17:57:21 +000036 "@angular-devkit/build-angular": "^0.803.17",
37 "@angular-devkit/build-ng-packagr": "^0.803.17",
38 "@angular/cli": "^8.3.17",
39 "@angular/compiler-cli": "^8.2.13",
40 "@angular/language-service": "^8.2.13",
Andrea Campanellacf156cd2019-11-26 16:18:06 +010041 "@bazel/hide-bazel-files": "0.40.0",
Sean Condon28ecc5f2018-06-25 12:50:16 +010042 "@compodoc/compodoc": "^1.1.3",
Sean Condon83fc39f2018-04-19 18:56:13 +010043 "@types/jasmine": "~2.8.6",
44 "@types/jasminewd2": "~2.0.3",
45 "@types/node": "~8.9.4",
46 "codelyzer": "^4.2.1",
47 "jasmine-core": "~2.99.1",
48 "jasmine-spec-reporter": "~4.2.1",
Sean Condon0a884ad2019-10-28 17:57:21 +000049 "karma": "~4.4.1",
Sean Condon83fc39f2018-04-19 18:56:13 +010050 "karma-chrome-launcher": "~2.2.0",
51 "karma-coverage-istanbul-reporter": "~1.4.2",
Sean Condon2bd11b72018-06-15 08:00:48 +010052 "karma-firefox-launcher": "^1.1.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010053 "karma-jasmine": "~1.1.1",
54 "karma-jasmine-html-reporter": "^0.2.2",
Sean Condon0a884ad2019-10-28 17:57:21 +000055 "ng-packagr": "^5.7.1",
56 "protractor": "~5.4.2",
Sean Condon83fc39f2018-04-19 18:56:13 +010057 "ts-node": "~5.0.1",
Sean Condon0a884ad2019-10-28 17:57:21 +000058 "tsickle": "^0.37.0",
Sean Condon2bd11b72018-06-15 08:00:48 +010059 "tslint": "~5.9.1",
Sean Condon0a884ad2019-10-28 17:57:21 +000060 "typescript": "~3.5.3"
Sean Condon83fc39f2018-04-19 18:56:13 +010061 }
62}