This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.78 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
{
"name": "mobilephonesensorwidgets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "c8ycli server",
"build": "c8ycli build",
"deploy": "c8ycli deploy"
},
"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/http": "7.2.15",
"@angular/platform-browser": "8.2.13",
"@angular/platform-browser-dynamic": "8.2.13",
"@angular/router": "8.2.13",
"@angular/upgrade": "8.2.13",
"@c8y/ngx-components": "1006.0.12",
"core-js": "^3.4.0",
"rxjs": "~6.4.0",
"url-search-params-polyfill": "6.0.0",
"zone.js": "~0.9.1",
"@c8y/ng1-modules": "1006.0.12",
"angular": "1.6.9",
"@c8y/style": "1006.0.12"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.17",
"@angular/compiler-cli": "8.2.13",
"@angular/language-service": "8.2.13",
"typescript": "3.5.3",
"@c8y/cli": "1006.0.12"
},
"c8y": {
"application": {
"name": "MobilePhoneSensorWidgets",
"contextPath": "my-cockpit",
"key": "mobilephonesensorwidgets-application-key",
"tabsHorizontal": true,
"upgrade": true,
"rightDrawer": true,
"sensorAppOneLink": "http://onelink.to/pca6qe",
"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 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data:; font-src * data:; frame-src *;"
},
"cli": {}
}
}