@carbon/charts-react 1.11.18 → 1.11.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +157 -157
package/package.json
CHANGED
|
@@ -1,159 +1,159 @@
|
|
|
1
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
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
2
|
+
"name": "@carbon/charts-react",
|
|
3
|
+
"version": "1.11.20",
|
|
4
|
+
"description": "Carbon Charts component library for React",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
"./package.json": "./package.json",
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"browser": {
|
|
13
|
+
"import": "./dist/index.mjs",
|
|
14
|
+
"require": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"import": "./dist/index.mjs",
|
|
17
|
+
"require": "./dist/index.js"
|
|
18
|
+
},
|
|
19
|
+
"./styles.min.css": "./dist/styles.min.css",
|
|
20
|
+
"./styles.css": "./dist/styles.css"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist",
|
|
24
|
+
"README.md"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"postinstall": "carbon-telemetry collect --install",
|
|
28
|
+
"file:styles": "cp ../core/dist/styles.* dist",
|
|
29
|
+
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
30
|
+
"postbundle": "concurrently \"yarn:file:*\"",
|
|
31
|
+
"build:package": "vite build && yarn postbundle",
|
|
32
|
+
"demo:mdx:react": "cp ../core/src/stories/getting-started/react.stories.mdx src/stories",
|
|
33
|
+
"demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
|
|
34
|
+
"demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
|
|
35
|
+
"build:demo": "yarn demo:mdx && NODE_OPTIONS=--max_old_space_size=9126 storybook build -o demo/bundle --quiet",
|
|
36
|
+
"build": "yarn build:package && yarn build:demo",
|
|
37
|
+
"storybook": "storybook dev -p 9006",
|
|
38
|
+
"start": "yarn storybook",
|
|
39
|
+
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --ignore-path ../../.eslintignore",
|
|
40
|
+
"format": "prettier . --write \"**/*.{scss,css,js,ts,tsx,cjs,mjs,md}\" --ignore-path ../../.eslintignore",
|
|
41
|
+
"clean": "rm -rf dist demo/bundle",
|
|
42
|
+
"pub:demo": "cp -a demo/bundle/. ../../pages/react"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@carbon/charts": "1.11.20",
|
|
46
|
+
"@carbon/icons-react": "^11.24.0",
|
|
47
|
+
"@carbon/telemetry": "~0.1.0"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
51
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@babel/core": "^7.22.10",
|
|
55
|
+
"@babel/plugin-external-helpers": "^7.22.5",
|
|
56
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
57
|
+
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
|
58
|
+
"@babel/preset-env": "^7.22.10",
|
|
59
|
+
"@babel/preset-react": "^7.22.5",
|
|
60
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
61
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
62
|
+
"@stackblitz/sdk": "1.9.0",
|
|
63
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
64
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
65
|
+
"@storybook/addon-links": "^7.2.2",
|
|
66
|
+
"@storybook/blocks": "^7.2.2",
|
|
67
|
+
"@storybook/manager-api": "^7.2.2",
|
|
68
|
+
"@storybook/react": "^7.2.2",
|
|
69
|
+
"@storybook/react-vite": "^7.2.2",
|
|
70
|
+
"@storybook/react-webpack5": "^7.2.2",
|
|
71
|
+
"@storybook/testing-library": "^0.2.0",
|
|
72
|
+
"@storybook/theming": "^7.2.2",
|
|
73
|
+
"@types/carbon__icons-react": "^11.20.0",
|
|
74
|
+
"@types/react": "^18.2.20",
|
|
75
|
+
"@types/react-dom": "^18.2.7",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
77
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
78
|
+
"@vitejs/plugin-react": "^4.0.4",
|
|
79
|
+
"classnames": "^2.3.2",
|
|
80
|
+
"concurrently": "^8.2.0",
|
|
81
|
+
"css-loader": "6.8.1",
|
|
82
|
+
"d3": "^7.8.5",
|
|
83
|
+
"d3-cloud": "^1.2.7",
|
|
84
|
+
"d3-sankey": "^0.12.3",
|
|
85
|
+
"downlevel-dts": "^0.11.0",
|
|
86
|
+
"eslint": "^8.46.0",
|
|
87
|
+
"eslint-config-prettier": "^9.0.0",
|
|
88
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
89
|
+
"eslint-plugin-react": "^7.33.1",
|
|
90
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
91
|
+
"react": "^18.2.0",
|
|
92
|
+
"react-dom": "^18.2.0",
|
|
93
|
+
"sass": "^1.65.1",
|
|
94
|
+
"storybook": "^7.2.2",
|
|
95
|
+
"style-loader": "^3.3.3",
|
|
96
|
+
"typescript": "^5.1.6",
|
|
97
|
+
"vite": "^4.4.9",
|
|
98
|
+
"vite-plugin-dts": "^3.5.1",
|
|
99
|
+
"webpack": "5.88.2"
|
|
100
|
+
},
|
|
101
|
+
"publishConfig": {
|
|
102
|
+
"access": "public"
|
|
103
|
+
},
|
|
104
|
+
"repository": {
|
|
105
|
+
"type": "git",
|
|
106
|
+
"url": "git@github.com:carbon-design-system/carbon-charts.git",
|
|
107
|
+
"homepage": "https://carbon-design-system.github.io/carbon-charts/react/"
|
|
108
|
+
},
|
|
109
|
+
"license": "Apache-2.0",
|
|
110
|
+
"author": "IBM",
|
|
111
|
+
"keywords": [
|
|
112
|
+
"charts",
|
|
113
|
+
"graphs",
|
|
114
|
+
"radar",
|
|
115
|
+
"gauge",
|
|
116
|
+
"donut",
|
|
117
|
+
"pie",
|
|
118
|
+
"sparkline",
|
|
119
|
+
"tree",
|
|
120
|
+
"treemap",
|
|
121
|
+
"heatmap",
|
|
122
|
+
"wordcloud",
|
|
123
|
+
"histogram",
|
|
124
|
+
"alluvial",
|
|
125
|
+
"geo",
|
|
126
|
+
"bar",
|
|
127
|
+
"bullet",
|
|
128
|
+
"scatter",
|
|
129
|
+
"meter",
|
|
130
|
+
"line",
|
|
131
|
+
"react",
|
|
132
|
+
"reactive",
|
|
133
|
+
"component",
|
|
134
|
+
"carbon",
|
|
135
|
+
"ibm",
|
|
136
|
+
"svg",
|
|
137
|
+
"data",
|
|
138
|
+
"typescript"
|
|
139
|
+
],
|
|
140
|
+
"bugs": {
|
|
141
|
+
"url": "https://github.com/carbon-design-system/carbon-charts/issues"
|
|
142
|
+
},
|
|
143
|
+
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
144
|
+
"maintainers": [
|
|
145
|
+
{
|
|
146
|
+
"name": "Eliad Moosavi",
|
|
147
|
+
"email": "iliadm@ca.ibm.com",
|
|
148
|
+
"url": "https://github.com/theiliad"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"contributors": [
|
|
152
|
+
{
|
|
153
|
+
"name": "Eliad Moosavi",
|
|
154
|
+
"email": "iliadm@ca.ibm.com",
|
|
155
|
+
"url": "https://github.com/theiliad"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"gitHead": "8ad1a690e8e336a268d15750576485ebb54307e5"
|
|
159
159
|
}
|