blob: f122bb70d86fde59633a90554bb59aae02ccc972 [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": {
16 "@angular/animations": "^6.0.0",
17 "@angular/common": "^6.0.0",
18 "@angular/compiler": "^6.0.0",
19 "@angular/core": "^6.0.0",
20 "@angular/forms": "^6.0.0",
21 "@angular/http": "^6.0.0",
22 "@angular/platform-browser": "^6.0.0",
23 "@angular/platform-browser-dynamic": "^6.0.0",
24 "@angular/router": "^6.0.0",
25 "core-js": "^2.5.4",
26 "d3": "^5.2.0",
27 "rxjs": "^6.0.0",
28 "zone.js": "^0.8.26"
29 },
30 "devDependencies": {
Sean Condon83fc39f2018-04-19 18:56:13 +010031 "@angular-devkit/build-angular": "~0.6.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010032 "@angular/cli": "~6.0.0",
Sean Condon2bd11b72018-06-15 08:00:48 +010033 "@angular/compiler-cli": "^6.0.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010034 "@angular/language-service": "^6.0.0",
Sean Condon28ecc5f2018-06-25 12:50:16 +010035 "@compodoc/compodoc": "^1.1.3",
Sean Condon83fc39f2018-04-19 18:56:13 +010036 "@types/jasmine": "~2.8.6",
37 "@types/jasminewd2": "~2.0.3",
38 "@types/node": "~8.9.4",
39 "codelyzer": "^4.2.1",
40 "jasmine-core": "~2.99.1",
41 "jasmine-spec-reporter": "~4.2.1",
42 "karma": "~1.7.1",
43 "karma-chrome-launcher": "~2.2.0",
44 "karma-coverage-istanbul-reporter": "~1.4.2",
Sean Condon2bd11b72018-06-15 08:00:48 +010045 "karma-firefox-launcher": "^1.1.0",
Sean Condon83fc39f2018-04-19 18:56:13 +010046 "karma-jasmine": "~1.1.1",
47 "karma-jasmine-html-reporter": "^0.2.2",
48 "protractor": "~5.3.0",
49 "ts-node": "~5.0.1",
Sean Condon2bd11b72018-06-15 08:00:48 +010050 "tslint": "~5.9.1",
51 "typescript": "~2.7.2"
Sean Condon83fc39f2018-04-19 18:56:13 +010052 }
53}