|
1 | 1 | {
|
2 | 2 | "name": "@coreui/react-chartjs",
|
3 | 3 | "version": "2.0.0-rc.2",
|
4 |
| -"description": "CoreUI React component wrapper for chart.js", |
5 |
| -"license": "MIT", |
6 |
| -"homepage": "https://coreui.io", |
7 |
| -"author": { |
8 |
| -"name": "CoreUI", |
9 |
| -"url": "https://coreui.io", |
10 |
| -"": "https://.com/coreui", |
11 |
| -"twitter": "https://twitter.com/core_ui" |
12 |
| -}, |
13 |
| -"contributors": [ |
14 |
| -{ |
15 |
| -"name": "CoreUI Team", |
16 |
| -"url": "https://.com/orgs/coreui/people" |
17 |
| -} |
| 4 | +"description": "React wrapper component for Chart.js", |
| 5 | +"keywords": [ |
| 6 | +"coreui", |
| 7 | +"chart.js", |
| 8 | +"charts", |
| 9 | +"react chart.js", |
| 10 | +"coreui-react", |
| 11 | +"react charts", |
| 12 | +"react chart components", |
| 13 | +"react chart.js implementation", |
| 14 | +"layout", |
| 15 | +"component", |
| 16 | +"react" |
18 | 17 | ],
|
| 18 | +"homepage": "https://coreui.io/react/docs/components/chart/", |
| 19 | +"bugs": { |
| 20 | +"url": "https://.com/coreui/coreui-react/issues" |
| 21 | +}, |
19 | 22 | "repository": {
|
20 | 23 | "type": "git",
|
21 |
| -"url": "https://.com/coreui/coreui-react-chartjs.git" |
22 |
| -}, |
23 |
| -"bugs": { |
24 |
| -"url": "https://.com/coreui/coreui-react-chartjs/issues" |
| 24 | +"url": "git+https://.com/coreui/coreui-react.git" |
25 | 25 | },
|
| 26 | +"license": "MIT", |
| 27 | +"author": "The CoreUI Team (https://.com/orgs/coreui/people)", |
26 | 28 | "main": "dist/index.js",
|
27 | 29 | "module": "dist/index.es.js",
|
28 | 30 | "jsnext:main": "dist/index.es.js",
|
29 | 31 | "files": [
|
30 | 32 | "dist/",
|
31 |
| -"README.md" |
| 33 | +"src/" |
32 | 34 | ],
|
33 | 35 | "scripts": {
|
34 | 36 | "build": "rollup -c",
|
|
40 | 42 | "@coreui/chartjs": "^3.0.0",
|
41 | 43 | "chart.js": "^3.5.0"
|
42 | 44 | },
|
43 |
| -"peerDependencies": { |
44 |
| -"react": "^17" |
45 |
| -}, |
46 | 45 | "devDependencies": {
|
47 | 46 | "@rollup/plugin-commonjs": "^21.0.0",
|
48 | 47 | "@rollup/plugin-node-resolve": "^13.0.5",
|
|
68 | 67 | "ts-jest": "^27.0.7",
|
69 | 68 | "typescript": "^4.4.4"
|
70 | 69 | },
|
71 |
| -"keywords": [ |
72 |
| -"coreui", |
73 |
| -"chart.js", |
74 |
| -"charts", |
75 |
| -"react chart.js", |
76 |
| -"coreui-react", |
77 |
| -"react charts", |
78 |
| -"react chart components", |
79 |
| -"react chart.js implementation", |
80 |
| -"layout", |
81 |
| -"component", |
82 |
| -"react" |
83 |
| -], |
84 |
| -"jest": { |
85 |
| -"preset": "ts-jest", |
86 |
| -"setupFiles": [ |
87 |
| -"jest-canvas-mock" |
88 |
| -], |
89 |
| -"testEnvironment": "jsdom", |
90 |
| -"testPathIgnorePatterns": [ |
91 |
| -"dist/" |
92 |
| -] |
| 70 | +"peerDependencies": { |
| 71 | +"react": "^17" |
93 | 72 | }
|
94 | 73 | }
|
0 commit comments