blob: 1ce2565d561fb26357d231b30241d5979e68f612 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001{
2 "name": "onos",
3 "version": "2.0.0",
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 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 Condonaa4366d2018-11-02 14:29:01 +000027 "fm-gui2-lib": "file:../../apps/faultmanagement/fm-gui2-lib/dist/fm-gui2-lib/fm-gui2-lib-2.0.0.tgz",
28 "gui2-fw-lib": "file:../gui2-fw-lib/dist/gui2-fw-lib/gui2-fw-lib-2.0.0.tgz",
Sean Condon83fc39f2018-04-19 18:56:13 +010029 "rxjs": "^6.0.0",
30 "zone.js": "^0.8.26"
31 },
32 "devDependencies": {
Sean Condon83fc39f2018-04-19 18:56:13 +010033 "@angular-devkit/build-angular": "~0.6.0",
Sean Condon7d275162018-11-02 16:29:06 +000034 "@angular/cli": "~7.0.4",
35 "@angular/compiler-cli": "^7.0.2",
36 "@angular/language-service": "^7.0.2",
Sean Condon28ecc5f2018-06-25 12:50:16 +010037 "@compodoc/compodoc": "^1.1.3",
Sean Condon83fc39f2018-04-19 18:56:13 +010038 "@types/jasmine": "~2.8.6",
39 "@types/jasminewd2": "~2.0.3",
40 "@types/node": "~8.9.4",
41 "codelyzer": "^4.2.1",
42 "jasmine-core": "~2.99.1",
43 "jasmine-spec-reporter": "~4.2.1",
44 "karma": "~1.7.1",
45 "karma-chrome-launcher": "~2.2.0",
46 "karma-coverage-istanbul-reporter": "~1.4.2",
Sean Condon2bd11b72018-06-15 08:00:48 +010047 "karma-firefox-launcher": "^1.1.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010048 "karma-jasmine": "~1.1.1",
49 "karma-jasmine-html-reporter": "^0.2.2",
50 "protractor": "~5.3.0",
51 "ts-node": "~5.0.1",
Sean Condon2bd11b72018-06-15 08:00:48 +010052 "tslint": "~5.9.1",
Sean Condon7d275162018-11-02 16:29:06 +000053 "typescript": "~3.1.6",
54 "tsickle": "^0.33.1"
Sean Condon83fc39f2018-04-19 18:56:13 +010055 }
56}