9c22f6b445a6af7eb5c0020ffeab5ceccb0c6304
[src/xds/xds-agent.git] / webapp / package.json
1 {
2   "name": "xds-dashboard",
3   "version": "1.0.0",
4   "description": "X (cross) Development System dashboard",
5   "scripts": {
6     "clean": "gulp clean",
7     "compile": "gulp compile",
8     "build": "gulp build",
9     "start": "concurrently --kill-others \"gulp watch\" \"lite-server\""
10   },
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/iotbzh/xds-agent"
14   },
15   "author": "Sebastien Douheret [IoT.bzh]",
16   "license": "Apache-2.0",
17   "bugs": {
18     "url": "https://github.com/iotbzh/xds-agent/issues"
19   },
20   "dependencies": {
21     "@angular/common": "2.4.4",
22     "@angular/compiler": "2.4.4",
23     "@angular/core": "2.4.4",
24     "@angular/forms": "2.4.4",
25     "@angular/http": "2.4.4",
26     "@angular/platform-browser": "2.4.4",
27     "@angular/platform-browser-dynamic": "2.4.4",
28     "@angular/router": "3.4.4",
29     "@angular/upgrade": "2.4.4",
30     "@types/core-js": "0.9.35",
31     "@types/node": "7.0.5",
32     "@types/socket.io-client": "^1.4.29",
33     "bootstrap": "^3.3.7",
34     "core-js": "^2.4.1",
35     "font-awesome": "^4.7.0",
36     "font-awesome-animation": "0.0.10",
37     "ngx-bootstrap": "1.6.6",
38     "ngx-cookie": "^1.0.0",
39     "reflect-metadata": "^0.1.8",
40     "rxjs": "5.0.3",
41     "rxjs-system-bundle": "5.0.3",
42     "socket.io-client": "^1.7.3",
43     "socketio": "^1.0.0",
44     "systemjs": "0.20.0",
45     "zone.js": "^0.7.6"
46   },
47   "devDependencies": {
48     "concurrently": "^3.1.0",
49     "del": "^2.2.0",
50     "gulp": "^3.9.1",
51     "gulp-if": "2.0.2",
52     "gulp-rsync": "0.0.7",
53     "gulp-sequence": "^0.4.6",
54     "gulp-sourcemaps": "^1.9.1",
55     "gulp-tslint": "^7.0.1",
56     "gulp-typescript": "^3.1.3",
57     "lite-server": "^2.2.2",
58     "ts-node": "^1.7.2",
59     "tslint": "^4.0.2",
60     "typescript": "^2.2.1",
61     "typings": "^2.0.0"
62   }
63 }