|
1 | 1 | { |
2 | 2 | "name": "@syncfusion/ej2-react-charts", |
3 | | - "version": "24.1.43", |
| 3 | + "version": "24.1.44", |
4 | 4 | "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React", |
5 | 5 | "author": "Syncfusion Inc.", |
6 | 6 | "license": "SEE LICENSE IN license", |
7 | 7 | "keywords": [ |
8 | | - "react", |
9 | | - "reactjs", |
10 | | - "react-charts", |
11 | | - "react-graph", |
12 | | - "react-stock-chart", |
13 | | - "react-accumulation-chart", |
14 | | - "react-rangenavigator", |
15 | | - "react-rangeselector", |
16 | | - "react-sparkline", |
17 | | - "react-sparkline-chart", |
18 | | - "react-smith-chart", |
19 | | - "react-bullet-chart", |
20 | | - "react-bullet-graph", |
21 | | - "react-chart3d" |
| 8 | + "ej2", |
| 9 | + "syncfusion", |
| 10 | + "ej2-react-charts" |
22 | 11 | ], |
23 | 12 | "repository": { |
24 | 13 | "type": "git", |
25 | | - "url": "https://github.com/syncfusion/ej2-react-ui-components.git" |
| 14 | + "url": "https://github.com/syncfusion/ej2-react-charts.git" |
26 | 15 | }, |
27 | 16 | "main": "./dist/ej2-react-charts.umd.min.js", |
28 | 17 | "module": "./index.js", |
29 | 18 | "es2015": "dist/es6/ej2-react-charts.es2015.js", |
30 | 19 | "readme": "ReadMe.md", |
31 | 20 | "dependencies": { |
| 21 | + "awesome-typescript-loader": "^3.1.3", |
| 22 | + "source-map-loader": "^0.2.1", |
32 | 23 | "@syncfusion/ej2-base": "*", |
33 | 24 | "@syncfusion/ej2-react-base": "*", |
34 | 25 | "@syncfusion/ej2-charts": "*" |
35 | 26 | }, |
36 | 27 | "devDependencies": { |
37 | | - "awesome-typescript-loader": "^3.1.3", |
38 | | - "source-map-loader": "^0.2.1", |
39 | 28 | "@types/chai": "^3.4.28", |
40 | 29 | "@types/es6-promise": "0.0.28", |
41 | 30 | "@types/jasmine": "2.8.22", |
|
0 commit comments