This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.69 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cumulocity-video-widget",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "c8ycli server",
"build": "c8ycli build",
"deploy": "c8ycli deploy",
"buildRuntime": "gulp",
"dev-install": "npm install --development"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@angular/animations": "8.2.13",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.13",
"@angular/compiler": "8.2.13",
"@angular/core": "8.2.13",
"@angular/forms": "8.2.13",
"@angular/platform-browser": "8.2.13",
"@angular/platform-browser-dynamic": "8.2.13",
"@angular/router": "8.2.13",
"@angular/upgrade": "8.2.13",
"@c8y/ng1-modules": "1010.0.8",
"@c8y/ngx-components": "1010.0.8",
"@c8y/style": "1010.0.8",
"angular": "1.6.9",
"core-js": "3.4.0",
"hls.js": "1.1.5",
"rxjs": "6.4.0",
"url-search-params-polyfill": "6.0.0",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.23",
"@angular/compiler-cli": "8.2.13",
"@angular/language-service": "8.2.13",
"@c8y/cli": "1010.0.8",
"caniuse-lite": "1.0.30001237",
"css-loader": "3.5.3",
"gulp": "^4.0.2",
"gulp-bump": "3.2.0",
"gulp-filter": "6.0.0",
"gulp-replace": "1.0.0",
"gulp-zip": "5.0.2",
"ng-packagr": "~9.1.5",
"typescript": "3.5.3",
"url-loader": "4.1.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-external-import": "2.2.3"
},
"c8y": {
"application": {
"name": "cockpit",
"contextPath": "cockpit",
"key": "cockpit-application-key",
"tabsHorizontal": true,
"upgrade": true,
"rightDrawer": true,
"breadcrumbs": false,
"sensorAppOneLink": "http://onelink.to/pca6qe",
"sensorPhone": true,
"contentSecurityPolicy": "base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' *.billwerk.com http: https: ws: wss:; script-src 'self' open.mapquestapi.com *.twitter.com *.twimg.com *.aptrinsic.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data:; font-src * data:; frame-src *; media-src * blob:; worker-src * blob:;"
},
"cli": {}
},
"interleave": {
"dist\\bundle-src\\custom-widget.js": "cumulocity-video-widget-CustomWidget",
"dist/bundle-src/custom-widget.js": "cumulocity-video-widget-CustomWidget"
}
}