blob: 3958008a2ae7cf6dbb5467c9716435e3469d15ae [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001{
2 "name": "onos",
Sean Condon6eb2cb82019-04-17 14:18:28 +01003 "version": "2.1.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 Condon7d275162018-11-02 16:29:06 +000016 "@angular/animations": "^7.0.2",
17 "@angular/common": "^7.0.2",
18 "@angular/compiler": "^7.0.2",
19 "@angular/core": "^7.0.2",
20 "@angular/forms": "^7.0.2",
21 "@angular/http": "^7.0.2",
22 "@angular/platform-browser": "^7.0.2",
23 "@angular/platform-browser-dynamic": "^7.0.2",
24 "@angular/router": "^7.0.2",
Sean Condon83fc39f2018-04-19 18:56:13 +010025 "core-js": "^2.5.4",
26 "d3": "^5.2.0",
Sean Condon6eb2cb82019-04-17 14:18:28 +010027 "fm-gui2-lib": "file:../../apps/faultmanagement/fm-gui2-lib/dist/fm-gui2-lib/fm-gui2-lib-2.1.0.tgz",
Sean Condon4b7818d2019-05-23 07:45:14 +010028 "gui2-fw-lib": "file:../gui2-fw-lib/dist/gui2-fw-lib/gui2-fw-lib-2.1.1.tgz",
29 "gui2-topo-lib": "file:../gui2-topo-lib/dist/gui2-topo-lib/gui2-topo-lib-2.1.1.tgz",
Sean Condon83fc39f2018-04-19 18:56:13 +010030 "rxjs": "^6.0.0",
Sean Condon0d064ec2019-02-04 21:53:53 +000031 "topojson-client": "^3.0.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010032 "zone.js": "^0.8.26"
33 },
34 "devDependencies": {
Sean Condon83fc39f2018-04-19 18:56:13 +010035 "@angular-devkit/build-angular": "~0.6.0",
Sean Condon7d275162018-11-02 16:29:06 +000036 "@angular/cli": "~7.0.4",
37 "@angular/compiler-cli": "^7.0.2",
38 "@angular/language-service": "^7.0.2",
Sean Condon28ecc5f2018-06-25 12:50:16 +010039 "@compodoc/compodoc": "^1.1.3",
Sean Condon83fc39f2018-04-19 18:56:13 +010040 "@types/jasmine": "~2.8.6",
41 "@types/jasminewd2": "~2.0.3",
42 "@types/node": "~8.9.4",
43 "codelyzer": "^4.2.1",
44 "jasmine-core": "~2.99.1",
45 "jasmine-spec-reporter": "~4.2.1",
46 "karma": "~1.7.1",
47 "karma-chrome-launcher": "~2.2.0",
48 "karma-coverage-istanbul-reporter": "~1.4.2",
Sean Condon2bd11b72018-06-15 08:00:48 +010049 "karma-firefox-launcher": "^1.1.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010050 "karma-jasmine": "~1.1.1",
51 "karma-jasmine-html-reporter": "^0.2.2",
52 "protractor": "~5.3.0",
53 "ts-node": "~5.0.1",
Sean Condon2bd11b72018-06-15 08:00:48 +010054 "tslint": "~5.9.1",
Sean Condon7d275162018-11-02 16:29:06 +000055 "typescript": "~3.1.6",
56 "tsickle": "^0.33.1"
Sean Condon83fc39f2018-04-19 18:56:13 +010057 }
58}