-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "mde",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "c8ycli server -u ${url}",
"build": "c8ycli build --env.extraWebpackConfig=./webpack.config.js",
"deploy": "c8ycli deploy -u ${url} -P ${password} -U ${user}",
"locale-extract": "c8ycli locale-extract"
},
"keywords": [],
"author": "",
"license": "ISC",
"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.22",
"@c8y/style": "1011.0.22",
"@ngx-translate/core": "13.0.0",
"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",
"@c8y/cli": "1011.0.22",
"@types/webpack": "^5.28.0",
"typescript": "4.0.7",
"zip-webpack-plugin": "^4.0.1"
},
"c8y": {
"application": {
"name": "mde",
"contextPath": "mde",
"key": "mde-application-key",
"dynamicOptionsUrl": "/apps/public/public-options/options.json"
},
"cli": {}
}
}