-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.96 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
62
{
"name": "cumulocity-nitrobox-device-detail-widget",
"interleave": {
"dist\\bundle-src\\custom-widget.js": "cumulocity-nitrobox-device-detail-widget-CustomWidget",
"dist/bundle-src/custom-widget.js": "cumulocity-nitrobox-device-detail-widget-CustomWidget"
},
"version": "0.0.0-development",
"description": "Template widget for runtime loading in Cumulocity using the cumulocity-runtime-widget-loader (written by Software AG Global Presales)",
"scripts": {
"build": "gulp"
},
"keywords": [],
"author": "Christof Strack - Software AG, Global Presales",
"license": "Apache 2.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/material": "^8.2.3",
"@angular/platform-browser": "8.2.13",
"@angular/router": "8.2.13",
"@angular/upgrade": "8.2.13",
"@c8y/client": "1009.0.20",
"@c8y/ng1-modules": "1009.0.20",
"@c8y/ngx-components": "1009.0.20",
"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"
}
}