Reset by default LD_LIBRARY_PATH in xds-project.conf
[src/xds/xds-agent.git] / webapp / package.json
1 {
2   "name": "xds-dashboard",
3   "version": "1.0.0",
4   "license": "(MIT OR Apache-2.0)",
5   "author": "Sebastien Douheret [IoT.bzh] (based on akveo/ngx-admin)",
6   "repository": {
7     "type": "git",
8     "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-agent"
9   },
10   "bugs": {
11     "url": "https://jira.automotivelinux.org/projects/SPEC/issues"
12   },
13   "scripts": {
14     "ng": "ng",
15     "conventional-changelog": "conventional-changelog",
16     "start": "ng serve",
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",
30     "e2e": "ng e2e",
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"
36   },
37   "dependencies": {
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",
54     "core-js": "2.4.1",
55     "d3": "3.5.17",
56     "font-awesome": "4.7.0",
57     "font-awesome-animation": "0.0.10",
58     "intl": "1.2.5",
59     "ionicons": "2.0.1",
60     "jquery": "3.2.1",
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",
67     "pace-js": "1.0.2",
68     "popper.js": "~1.12.9",
69     "roboto-fontface": "0.8.0",
70     "rxjs": "5.5.0",
71     "socket.io-client": "^1.7.3",
72     "socketio": "^1.0.0",
73     "tether": "1.4.0",
74     "typeface-exo": "0.0.22",
75     "web-animations-js": "2.2.5",
76     "xterm": "^3.0.0",
77     "zone.js": "0.8.18"
78   },
79   "devDependencies": {
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",
89     "codelyzer": "3.2.1",
90     "conventional-changelog-cli": "1.3.4",
91     "husky": "0.13.3",
92     "jasmine-core": "~2.6.2",
93     "jasmine-spec-reporter": "~4.1.0",
94     "karma": "~1.7.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",
102     "rimraf": "2.6.1",
103     "stylelint": "7.13.0",
104     "ts-node": "~3.2.0",
105     "tslint": "~5.7.0",
106     "tslint-language-service": "0.9.6",
107     "typescript": "~2.3.3"
108   }
109 }