blob: 3a7f747a4fec474204edf6819df794f7779b0d21 [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",
Sean Condon0d064ec2019-02-04 21:53:53 +000030 "topojson-client": "^3.0.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010031 "zone.js": "^0.8.26"
32 },
33 "devDependencies": {
Sean Condon83fc39f2018-04-19 18:56:13 +010034 "@angular-devkit/build-angular": "~0.6.0",
Sean Condon7d275162018-11-02 16:29:06 +000035 "@angular/cli": "~7.0.4",
36 "@angular/compiler-cli": "^7.0.2",
37 "@angular/language-service": "^7.0.2",
Sean Condon28ecc5f2018-06-25 12:50:16 +010038 "@compodoc/compodoc": "^1.1.3",
Sean Condon83fc39f2018-04-19 18:56:13 +010039 "@types/jasmine": "~2.8.6",
40 "@types/jasminewd2": "~2.0.3",
41 "@types/node": "~8.9.4",
42 "codelyzer": "^4.2.1",
43 "jasmine-core": "~2.99.1",
44 "jasmine-spec-reporter": "~4.2.1",
45 "karma": "~1.7.1",
46 "karma-chrome-launcher": "~2.2.0",
47 "karma-coverage-istanbul-reporter": "~1.4.2",
Sean Condon2bd11b72018-06-15 08:00:48 +010048 "karma-firefox-launcher": "^1.1.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010049 "karma-jasmine": "~1.1.1",
50 "karma-jasmine-html-reporter": "^0.2.2",
51 "protractor": "~5.3.0",
52 "ts-node": "~5.0.1",
Sean Condon2bd11b72018-06-15 08:00:48 +010053 "tslint": "~5.9.1",
Sean Condon7d275162018-11-02 16:29:06 +000054 "typescript": "~3.1.6",
55 "tsickle": "^0.33.1"
Sean Condon83fc39f2018-04-19 18:56:13 +010056 }
57}