98bd84493904eab4cc79798223b2cc70c121bc51
[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   "repository": {
6     "type": "git",
7     "url": "git+https://github.com/iotbzh/xds-agent.git"
8   },
9   "bugs": {
10     "url": "https://github.com/iotbzh/xds-agent/issues"
11   },
12   "scripts": {
13     "ng": "ng",
14     "conventional-changelog": "conventional-changelog",
15     "start": "ng serve",
16     "start:hmr": "ng serve --hmr",
17     "start:aot": "ng serve --aot",
18     "build": "rimraf dist && ng build",
19     "build:prod": "npm run build -- --prod",
20     "build:prod:aot": "npm run build:prod -- --aot",
21     "build:ci": "npm-run-all -p -r build:prod build:prod:aot",
22     "test": "ng test -sr",
23     "test:coverage": "rimraf coverage && npm run test -- -cc",
24     "lint": "ng lint --type-check",
25     "lint:fix": "ng lint --fix",
26     "lint:styles": "stylelint ./src/**/*.scss",
27     "lint:ci": "npm run lint && npm run lint:styles",
28     "pree2e": "webdriver-manager update --standalone false --gecko false",
29     "e2e": "ng e2e",
30     "docs": "compodoc -p src/tsconfig.app.json -d docs",
31     "docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
32     "prepush": "npm run lint:ci",
33     "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
34     "watch": "ng build --preserve-symlinks --watch"
35   },
36   "dependencies": {
37     "@agm/core": "1.0.0-beta.0",
38     "@angular/animations": "^4.4.6",
39     "@angular/common": "^4.4.6",
40     "@angular/compiler": "^4.4.6",
41     "@angular/core": "^4.4.6",
42     "@angular/forms": "^4.4.6",
43     "@angular/http": "^4.4.6",
44     "@angular/platform-browser": "^4.4.6",
45     "@angular/platform-browser-dynamic": "^4.4.6",
46     "@angular/router": "^4.4.6",
47     "@nebular/auth": "2.0.0-rc.3",
48     "@nebular/theme": "2.0.0-rc.3",
49     "@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
50     "@swimlane/ngx-charts": "5.2.0",
51     "angular2-chartjs": "^0.3.0",
52     "angular2-toaster": "^4.0.0",
53     "bootstrap": "4.0.0-beta.2",
54     "chart.js": "2.5.0",
55     "ckeditor": "4.6.2",
56     "classlist.js": "1.1.20150312",
57     "core-js": "^2.4.1",
58     "d3": "4.8.0",
59     "font-awesome": "4.7.0",
60     "font-awesome-animation": "0.0.10",
61     "intl": "1.2.5",
62     "ionicons": "2.0.1",
63     "nebular-icons": "1.0.6",
64     "ng2-ckeditor": "^1.1.9",
65     "ng2-smart-table": "1.1.0",
66     "ng2-tree": "2.0.0-alpha.10",
67     "ngx-cookie": "^1.0.0",
68     "ngx-echarts": "1.2.2",
69     "normalize.css": "6.0.0",
70     "pace-js": "^1.0.2",
71     "roboto-fontface": "0.8.0",
72     "rxjs": "^5.4.2",
73     "socket.io-client": "^1.7.3",
74     "socketio": "^1.0.0",
75     "tether": "1.4.0",
76     "typeface-exo": "0.0.22",
77     "web-animations-js": "2.2.5",
78     "zone.js": "^0.8.14"
79   },
80   "devDependencies": {
81     "@angular/cli": "1.4.9",
82     "@angular/compiler-cli": "^4.4.6",
83     "@angular/language-service": "^4.4.6",
84     "@compodoc/compodoc": "^1.0.1",
85     "@types/d3-color": "1.0.4",
86     "@types/socket.io-client": "^1.4.31",
87     "@types/jasmine": "~2.5.53",
88     "@types/jasminewd2": "~2.0.2",
89     "@types/node": "~6.0.60",
90     "codelyzer": "~3.2.0",
91     "conventional-changelog-cli": "^1.3.4",
92     "husky": "0.13.3",
93     "jasmine-core": "~2.6.2",
94     "jasmine-spec-reporter": "~4.1.0",
95     "karma": "~1.7.0",
96     "karma-chrome-launcher": "~2.1.1",
97     "karma-cli": "~1.0.1",
98     "karma-coverage-istanbul-reporter": "^1.2.1",
99     "karma-jasmine": "~1.1.0",
100     "karma-jasmine-html-reporter": "^0.2.2",
101     "npm-run-all": "4.0.2",
102     "protractor": "~5.1.2",
103     "rimraf": "2.6.1",
104     "stylelint": "7.13.0",
105     "ts-node": "~3.2.0",
106     "tslint": "~5.7.0",
107     "tslint-language-service": "0.9.6",
108     "typescript": "~2.3.3"
109   }
110 }