43 строки
1.1 KiB
JSON
43 строки
1.1 KiB
JSON
{
|
|
"name": "@syncfusion/ej2-react-heatmap",
|
|
"version": "27.1.50",
|
|
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
|
|
"author": "Syncfusion Inc.",
|
|
"license": "SEE LICENSE IN license",
|
|
"keywords": [
|
|
"react",
|
|
"react-heatmap",
|
|
"ej2-react-heatmap"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/syncfusion/ej2-react-heatmap.git"
|
|
},
|
|
"main": "./dist/ej2-react-heatmap.umd.min.js",
|
|
"module": "./index.js",
|
|
"es2015": "dist/es6/ej2-react-heatmap.es2015.js",
|
|
"readme": "ReadMe.md",
|
|
"dependencies": {
|
|
"@syncfusion/ej2-base": "*",
|
|
"@syncfusion/ej2-react-base": "*",
|
|
"@syncfusion/ej2-heatmap": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "3.5.2",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/jasmine": "2.8.22",
|
|
"@types/jasmine-ajax": "3.3.5",
|
|
"@types/react": "16.4.7",
|
|
"@types/react-dom": "16.9.7",
|
|
"@types/requirejs": "2.1.37",
|
|
"es6-promise": "^3.2.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-typescript": "^3.1.6",
|
|
"requirejs": "^2.3.3",
|
|
"typescript": "2.3.4"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build"
|
|
}
|
|
} |