-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·57 lines (57 loc) · 1.85 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
{
"name": "c8y_thinedge_app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "c8ycli server -u http://demo.cumulocity.com",
"build": "c8ycli build",
"deploy": "c8ycli deploy -u http://demo.cumulocity.com"
},
"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/ng1-modules": "1009.0.4",
"@c8y/ngx-components": "1009.0.4",
"@c8y/style": "1009.0.4",
"angular": "1.6.9",
"core-js": "^3.4.0",
"rxjs": "~6.4.0",
"url-search-params-polyfill": "6.0.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.17",
"@angular/compiler-cli": "8.2.13",
"@angular/language-service": "8.2.13",
"@c8y/cli": "1009.0.4",
"typescript": "3.5.3"
},
"c8y": {
"application": {
"name": "Thin Edge Management",
"contextPath": "c8y_thinedge_app",
"key": "c8y_thinedge_app-application-key",
"icon": {
"class": "c8y-icon-duocolor c8y-icon-device-management"
},
"upgrade": true,
"rightDrawer": true,
"breadcrumbs": false,
"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": {}
},
"description": ""
}