forked from carbon-design-system/carbon-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.58 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@carbon/charts-angular",
"version": "1.22.15",
"description": "Carbon Charts component library for Angular",
"exports": {
"./styles.min.css": "./styles.min.css",
"./styles.css": "./styles.css"
},
"sideEffects": false,
"type": "module",
"scripts": {
"ng": "ng",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"file:md": "cp *.md dist",
"file:styles": "cp ../core/dist/styles.* dist",
"postbundle": "concurrently \"yarn:file:*\"",
"build": "ng build -c production && yarn postbundle",
"build:test": "ng build charts-angular-test",
"dev": "ng serve --port 3001",
"test:dom": "playwright test",
"test:dom:rebase": "playwright test --update-snapshots",
"lint": "ng lint --ignore-path ../../.prettierignore",
"format": "prettier . --write --ignore-path ../../.prettierignore"
},
"peerDependencies": {
"@angular/common": "^19.0.6",
"@angular/core": "^19.0.6"
},
"dependencies": {
"@carbon/charts": "workspace:*",
"@ibm/telemetry-js": "^1.8.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/compiler-cli": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@carbon/icons": "^11.53.0",
"@playwright/test": "^1.49.1",
"angular-eslint": "^19.0.2",
"concurrently": "^9.1.2",
"eslint": "^9.18.0",
"ng-packagr": "^19.0.1",
"prettier": "^3.4.2",
"typescript": ">=5.5.0 <5.7.0",
"typescript-eslint": "^8.20.0",
"zone.js": "~0.15.0"
},
"publishConfig": {
"tag": "next",
"directory": "dist",
"access": "public"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
"directory": "packages/angular"
},
"license": "Apache-2.0",
"author": "IBM",
"keywords": [
"charts",
"graphs",
"radar",
"gauge",
"donut",
"pie",
"sparkline",
"tree",
"treemap",
"heatmap",
"wordcloud",
"histogram",
"alluvial",
"geo",
"bar",
"bullet",
"scatter",
"meter",
"line",
"angular",
"component",
"carbon",
"ibm",
"svg",
"data",
"typescript"
],
"maintainers": [
{
"name": "Eliad Moosavi",
"email": "[email protected]",
"url": "https://github.com/theiliad"
}
],
"contributors": [
{
"name": "Eliad Moosavi",
"email": "[email protected]",
"url": "https://github.com/theiliad"
}
],
"gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4"
}