2 "name": "xds-dashboard",
4 "license": "(MIT OR Apache-2.0)",
5 "author": "Sebastien Douheret [IoT.bzh] (based on akveo/ngx-admin)",
8 "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-agent"
11 "url": "https://jira.automotivelinux.org/projects/SPEC/issues"
15 "conventional-changelog": "conventional-changelog",
17 "start:hmr": "ng serve --hmr",
18 "start:aot": "ng serve --aot",
19 "build": "rimraf dist && ng build",
20 "build:prod": "npm run build -- --prod",
21 "build:prod:aot": "npm run build:prod -- --aot",
22 "build:ci": "npm-run-all -p -r build:prod build:prod:aot",
23 "test": "ng test -sr",
24 "test:coverage": "rimraf coverage && npm run test -- -cc",
25 "lint": "ng lint --type-check",
26 "lint:fix": "ng lint --fix",
27 "lint:styles": "stylelint ./src/**/*.scss",
28 "lint:ci": "npm run lint && npm run lint:styles",
29 "pree2e": "webdriver-manager update --standalone false --gecko false",
31 "docs": "compodoc -p src/tsconfig.app.json -d docs",
32 "docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
33 "prepush": "npm run lint:ci",
34 "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
35 "watch": "ng build --preserve-symlinks --watch"
38 "@agm/core": "1.0.0-beta.0",
39 "@angular/animations": "4.4.6",
40 "@angular/common": "4.4.6",
41 "@angular/compiler": "4.4.6",
42 "@angular/core": "4.4.6",
43 "@angular/forms": "4.4.6",
44 "@angular/http": "4.4.6",
45 "@angular/platform-browser": "4.4.6",
46 "@angular/platform-browser-dynamic": "4.4.6",
47 "@angular/router": "4.4.6",
48 "@nebular/auth": "2.0.0-rc.3",
49 "@nebular/theme": "2.0.0-rc.3",
50 "@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
51 "angular2-toaster": "4.0.0",
52 "bootstrap": "4.0.0-beta.2",
53 "classlist.js": "1.1.20150312",
56 "font-awesome": "4.7.0",
57 "font-awesome-animation": "0.0.10",
61 "nebular-icons": "1.0.6",
62 "ng2-smart-table": "1.2.2",
63 "ng2-tree": "2.0.0-alpha.10",
64 "ngx-cookie": "1.0.1",
65 "node-sass": "~4.8.1",
66 "normalize.css": "6.0.0",
68 "popper.js": "~1.12.9",
69 "roboto-fontface": "0.8.0",
71 "socket.io-client": "^1.7.3",
74 "typeface-exo": "0.0.22",
75 "web-animations-js": "2.2.5",
80 "@angular/cli": "~1.7.0",
81 "@angular/compiler-cli": "4.4.6",
82 "@angular/language-service": "4.4.6",
83 "@compodoc/compodoc": "1.0.1",
84 "@types/d3-color": "1.0.4",
85 "@types/socket.io-client": "^1.4.31",
86 "@types/jasmine": "~2.5.53",
87 "@types/jasminewd2": "~2.0.2",
88 "@types/node": "6.0.90",
90 "conventional-changelog-cli": "1.3.4",
92 "jasmine-core": "~2.6.2",
93 "jasmine-spec-reporter": "~4.1.0",
95 "karma-chrome-launcher": "~2.1.1",
96 "karma-cli": "~1.0.1",
97 "karma-coverage-istanbul-reporter": "^1.2.1",
98 "karma-jasmine": "~1.1.0",
99 "karma-jasmine-html-reporter": "^0.2.2",
100 "npm-run-all": "4.0.2",
101 "protractor": "~5.1.2",
103 "stylelint": "7.13.0",
106 "tslint-language-service": "0.9.6",
107 "typescript": "~2.3.3"