@carbon/charts-react 1.11.19 → 1.11.21

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.
Files changed (1) hide show
  1. package/package.json +157 -157
package/package.json CHANGED
@@ -1,159 +1,159 @@
1
1
  {
2
- "name": "@carbon/charts-react",
3
- "version": "1.11.19",
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.19",
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.19",
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.64.2",
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": "a7998ecc2a060a7a00bb0313968ef746e95e9e2b"
2
+ "name": "@carbon/charts-react",
3
+ "version": "1.11.21",
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.21",
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.3",
64
+ "@storybook/addon-interactions": "^7.2.3",
65
+ "@storybook/addon-links": "^7.2.3",
66
+ "@storybook/blocks": "^7.2.3",
67
+ "@storybook/manager-api": "^7.2.3",
68
+ "@storybook/react": "^7.2.3",
69
+ "@storybook/react-vite": "^7.2.3",
70
+ "@storybook/react-webpack5": "^7.2.3",
71
+ "@storybook/testing-library": "^0.2.0",
72
+ "@storybook/theming": "^7.2.3",
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.47.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.3",
95
+ "style-loader": "^3.3.3",
96
+ "typescript": "^5.1.6",
97
+ "vite": "^4.4.9",
98
+ "vite-plugin-dts": "^3.5.2",
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": "6b44c05354fac8a315a54b1f576089502bdf6bb0"
159
159
  }