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