-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
100 lines (100 loc) · 2.34 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
{
"name": "@carbon/charts-monorepo",
"private": true,
"description": "Carbon Charts component libraries for JavaScript, Angular, React, Svelte and Vue",
"type": "module",
"scripts": {
"build": "lerna run --stream build",
"prepare": "husky || true",
"lint": "lerna run lint",
"format": "lerna run format",
"test": "lerna run test",
"test:dom": "npx playwright install && lerna run build --scope @carbon/charts && lerna run test:dom --parallel",
"test:dom:rebase": "npx playwright install && lerna run build --scope @carbon/charts && lerna run test:dom:rebase --parallel"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": "^20.18.0 ^22.11.0"
},
"packageManager": "yarn@4.5.1",
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-carbon": "^0.11.0",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.2.7",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vue-eslint-parser": "^9.4.3"
},
"release": {
"branch": "master"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git"
},
"keywords": [
"charts",
"graphs",
"radar",
"gauge",
"donut",
"pie",
"sparkline",
"tree",
"treemap",
"heatmap",
"wordcloud",
"histogram",
"alluvial",
"geo",
"bar",
"bullet",
"scatter",
"meter",
"line",
"javascript",
"angular",
"react",
"svelte",
"vue",
"component",
"carbon",
"ibm",
"svg",
"data",
"typescript"
],
"author": "IBM",
"license": "Apache-2.0",
"maintainers": [
{
"name": "Eliad Moosavi",
"email": "iliadm@ca.ibm.com"
}
]
}