-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 2.18 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
{
"name": "migration-tool",
"version": "1.2.1",
"description": "A tool for migrating applications, dashboards, and other managed objects between Cumulocity Tenants",
"main": "index.js",
"scripts": {
"start": "c8ycli server --env.extraWebpackConfig=./extra-webpack.config.js",
"build": "c8ycli build --env.extraWebpackConfig=./extra-webpack.config.js",
"deploy": "c8ycli deploy --env.extraWebpackConfig=./extra-webpack.config.js",
"postinstall": "patch-package"
},
"keywords": [
"Cumulocity",
"Migration",
"Migrate",
"Transfer"
],
"repository": "github:SoftwareAG/cumulocity-migration-tool",
"author": "Richard Peach - Software AG",
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "11.1.2",
"@angular/cdk": "11.1.2",
"@angular/common": "11.1.2",
"@angular/compiler": "11.1.2",
"@angular/core": "11.1.2",
"@angular/forms": "11.1.2",
"@angular/platform-browser": "11.1.2",
"@angular/platform-browser-dynamic": "11.1.2",
"@angular/router": "11.1.2",
"@angular/upgrade": "11.1.2",
"@c8y/ngx-components": "1011.0.5",
"@c8y/style": "1011.0.5",
"@ngx-translate/core": "12.1.1",
"core-js": "^2.6.2",
"downloadjs": "^1.4.7",
"jszip": "^3.2.1",
"lodash": "^4.17.11",
"object-scan": "^10.0.3",
"rxjs": "~6.6.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1101.4",
"@angular/compiler-cli": "11.1.2",
"@angular/language-service": "11.1.2",
"@angular/localize": "11.1.2",
"@types/webpack": "^5.28.0",
"@c8y/cli": "1011.0.5",
"@types/downloadjs": "^1.4.1",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.134",
"autoprefixer": "^10.3.5",
"patch-package": "^6.1.2",
"typescript": "4.0.7"
},
"c8y": {
"application": {
"name": "Migration Tool",
"contextPath": "migration-tool",
"key": "migration-tool-application-key",
"entryModule": "app.module#AppModule",
"brandingEntry": "./branding/branding.less",
"globalTitle": "Migration Tool",
"tabsHorizontal": true,
"icon": {
"class": "dlt-c8y-icon-cloud-upload"
}
},
"cli": {}
}
}