forked from Cumulocity-IoT/cumulocity-datahub-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.8 KB
/
package.json
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
{
"name": "cumulocity-datahub-widget",
"interleave": {
"dist\\bundle-src\\custom-widget.js": "cumulocity-datahub-widget-CustomWidget",
"dist/bundle-src/custom-widget.js": "cumulocity-datahub-widget-CustomWidget"
},
"version": "1.0.0",
"description": "An example widget that pulls data from Cumulocity IoT DataHub (written by Software AG Global Presales)",
"scripts": {
"build": "gulp"
},
"keywords": [],
"author": "Richard Peach - Software AG, Global Presales",
"license": "Apache 2.0",
"dependencies": {
"@swimlane/ngx-datatable": "^17.0.0"
},
"peerDependencies": {
"@angular/common": "8.2.13",
"@angular/core": "8.2.13",
"@angular/forms": "8.2.13",
"@angular/http": "7.2.15",
"@angular/router": "8.2.13",
"@c8y/ngx-components": "1006.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.17",
"@angular/animations": "8.2.13",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.13",
"@angular/compiler": "8.2.13",
"@angular/compiler-cli": "8.2.13",
"@angular/core": "8.2.13",
"@angular/forms": "8.2.13",
"@angular/http": "7.2.15",
"@angular/platform-browser": "8.2.13",
"@angular/router": "8.2.13",
"@c8y/ngx-components": "1006.3.0",
"ajv": "^6.9.1",
"core-js": "^3.4.0",
"css-loader": "^3.5.3",
"del": "^5.1.0",
"delay": "^4.3.0",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-filter": "^6.0.0",
"gulp-replace": "^1.0.0",
"gulp-zip": "^5.0.1",
"ng-packagr": "^9.1.1",
"ngx-bootstrap": "5.5.0",
"rxjs": "~6.4.0",
"rxjs-compat": "^6.5.3",
"source-map-loader": "^0.2.4",
"typescript": "3.5.3",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-external-import": "^2.2.3",
"zone.js": "~0.9.1"
}
}