superset/superset-frontend/plugins/plugin-chart-handlebars/package.json

49 lines
1.2 KiB
JSON

{
"name": "@superset-ui/plugin-chart-handlebars",
"version": "0.18.25",
"description": "Superset Chart - Write a handlebars template to render the data",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/plugin-chart-handlebars"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-handlebars#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"handlebars": "^4.7.7",
"just-handlebars-helpers": "^1.0.19"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"ace-builds": "^1.4.14",
"lodash": "^4.17.11",
"moment": "^2.26.0",
"react": "^16.13.1",
"react-ace": "^10.1.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"jest": "^29.7.0"
}
}