forked from dynatrace-oss/barista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "@dynatrace/barista-components",
"description": "Dynatrace components for Angular",
"repository": {
"type": "git",
"url": "https://github.com/dynatrace-oss/barista"
},
"keywords": [
"angular",
"dynatrace",
"components"
],
"homepage": "https://barista.dynatrace.com",
"peerDependencies": {
"@angular/cdk": "^0.0.0-NG-CDK",
"@angular/core": "^0.0.0-NG",
"@angular/common": "^0.0.0-NG",
"@dynatrace/barista-icons": ">= 3.0.0 < 4",
"@dynatrace/barista-fonts": ">= 1.0.0 < 2",
"@types/highcharts": "^5.0.23",
"d3-scale": "^3.0.0",
"d3-shape": "^1.3.5",
"highcharts": "^6.0.7"
},
"ng-update": {
"migrations": "./schematics/migration.json",
"packageGroup": [
"@dynatrace/barista-components"
]
},
"ngPackage": {
"dest": "../dist/lib",
"lib": {
"entryFile": "index.ts"
}
}
}