Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "onos", |
Sean Condon | 6eb2cb8 | 2019-04-17 14:18:28 +0100 | [diff] [blame] | 3 | "version": "2.1.0", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 4 | "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 Condon | 28ecc5f | 2018-06-25 12:50:16 +0100 | [diff] [blame] | 12 | "compodoc": "./node_modules/.bin/compodoc -p src/main/webapp/tsconfig.app.json -n 'ONOS GUI2 Documentation' --includes ." |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 13 | }, |
| 14 | "private": true, |
| 15 | "dependencies": { |
Sean Condon | 7d27516 | 2018-11-02 16:29:06 +0000 | [diff] [blame] | 16 | "@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 Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 25 | "core-js": "^2.5.4", |
| 26 | "d3": "^5.2.0", |
Sean Condon | 64060ff | 2019-05-30 15:48:11 +0100 | [diff] [blame] | 27 | "fm-gui2-lib": "file:../../apps/faultmanagement/fm-gui2-lib/fm-gui2-lib-2.1.0.tgz", |
| 28 | "gui2-fw-lib": "file:../gui2-fw-lib/gui2-fw-lib-2.1.1.tgz", |
| 29 | "gui2-topo-lib": "file:../gui2-topo-lib/gui2-topo-lib-2.1.1.tgz", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 30 | "rxjs": "^6.0.0", |
Sean Condon | 0d064ec | 2019-02-04 21:53:53 +0000 | [diff] [blame] | 31 | "topojson-client": "^3.0.0", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 32 | "zone.js": "^0.8.26" |
| 33 | }, |
| 34 | "devDependencies": { |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 35 | "@angular-devkit/build-angular": "~0.6.0", |
Sean Condon | 7d27516 | 2018-11-02 16:29:06 +0000 | [diff] [blame] | 36 | "@angular/cli": "~7.0.4", |
| 37 | "@angular/compiler-cli": "^7.0.2", |
| 38 | "@angular/language-service": "^7.0.2", |
Sean Condon | 28ecc5f | 2018-06-25 12:50:16 +0100 | [diff] [blame] | 39 | "@compodoc/compodoc": "^1.1.3", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 40 | "@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 Condon | 2bd11b7 | 2018-06-15 08:00:48 +0100 | [diff] [blame] | 49 | "karma-firefox-launcher": "^1.1.0", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 50 | "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 Condon | 2bd11b7 | 2018-06-15 08:00:48 +0100 | [diff] [blame] | 54 | "tslint": "~5.9.1", |
Sean Condon | 7d27516 | 2018-11-02 16:29:06 +0000 | [diff] [blame] | 55 | "typescript": "~3.1.6", |
| 56 | "tsickle": "^0.33.1" |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 57 | } |
| 58 | } |