-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "simulators",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"c8ycli": "c8ycli",
"start": "c8ycli server -u https://pssolutions.eu-latest.cumulocity.com",
"build": "c8ycli build",
"deploy": "c8ycli deploy -u https://pssolutions.eu-latest.cumulocity.com",
"locale-extract": "c8ycli locale-extract"
},
"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/ngx-components": "1009.0.5",
"@c8y/style": "1009.0.5",
"chart.js": "2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"core-js": "^3.4.0",
"ng2-charts": "2.4.2",
"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": "1009.0.5",
"typescript": "3.5.3",
"node-sass": "^4.0.0"
},
"c8y": {
"application": {
"name": "Advanced Simulators",
"contextPath": "simulators",
"key": "simulators-application-key",
"icon": {
"class": "c8y-icon-duocolor c8y-icon-simulator"
}
},
"cli": {}
}
}