-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.41 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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@swimlane/ngx-charts",
"version": "19.1.0",
"description": "Declarative Charting Framework for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/ngx-charts.git"
},
"keywords": [
"angular",
"angularjs",
"charts",
"charting",
"angular",
"d3",
"d3.js",
"d3js",
"viz",
"graph",
"svg",
"dataviz",
"data visualization",
"viz",
"graph"
],
"author": "Swimlane",
"maintainers": [
"Marjan Georgiev",
"Jayson Harshbarger",
"Haemin Park"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-charts/issues"
},
"homepage": "https://github.com/swimlane/ngx-charts#readme",
"peerDependencies": {
"@angular/animations": ">=13.0.0",
"@angular/cdk": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/common": ">=13.0.0",
"@angular/forms": ">=13.0.0",
"@angular/platform-browser": ">=13.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0",
"rxjs": "6.x"
},
"dependencies": {
"d3-array": "^2.9.1",
"d3-brush": "^2.1.0",
"d3-color": "^2.0.0",
"d3-format": "^2.0.0",
"d3-hierarchy": "^2.0.0",
"d3-interpolate": "^2.0.1",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"d3-shape": "^2.0.0",
"d3-time-format": "^3.0.0",
"d3-transition": "^2.0.0",
"tslib": "^2.0.0",
"@types/d3-shape": "^2.0.0"
},
"module": "fesm2015/swimlane-ngx-charts.mjs",
"es2020": "fesm2020/swimlane-ngx-charts.mjs",
"esm2020": "esm2020/swimlane-ngx-charts.mjs",
"fesm2020": "fesm2020/swimlane-ngx-charts.mjs",
"fesm2015": "fesm2015/swimlane-ngx-charts.mjs",
"typings": "swimlane-ngx-charts.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./swimlane-ngx-charts.d.ts",
"esm2020": "./esm2020/swimlane-ngx-charts.mjs",
"es2020": "./fesm2020/swimlane-ngx-charts.mjs",
"es2015": "./fesm2015/swimlane-ngx-charts.mjs",
"node": "./fesm2015/swimlane-ngx-charts.mjs",
"default": "./fesm2020/swimlane-ngx-charts.mjs"
}
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}