package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@superset-ui/plugin-chart-handlebars",
  3. "version": "0.20.3",
  4. "description": "Superset Chart - Write a handlebars template to render the data",
  5. "sideEffects": false,
  6. "main": "lib/index.js",
  7. "module": "esm/index.js",
  8. "files": [
  9. "esm",
  10. "lib"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/apache/superset.git",
  15. "directory": "superset-frontend/plugins/plugin-chart-handlebars"
  16. },
  17. "keywords": [
  18. "superset"
  19. ],
  20. "author": "Superset",
  21. "license": "Apache-2.0",
  22. "bugs": {
  23. "url": "https://github.com/apache/superset/issues"
  24. },
  25. "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-handlebars#readme",
  26. "publishConfig": {
  27. "access": "public"
  28. },
  29. "dependencies": {
  30. "handlebars-group-by": "^1.0.1",
  31. "just-handlebars-helpers": "^1.0.19"
  32. },
  33. "peerDependencies": {
  34. "@superset-ui/chart-controls": "*",
  35. "@superset-ui/core": "*",
  36. "ace-builds": "^1.4.14",
  37. "handlebars": "^4.7.8",
  38. "lodash": "^4.17.11",
  39. "dayjs": "^1.11.13",
  40. "react": "^17.0.2",
  41. "react-ace": "^10.1.0",
  42. "react-dom": "^17.0.2"
  43. },
  44. "devDependencies": {
  45. "@types/jest": "^30.0.0",
  46. "@types/lodash": "^4.17.20",
  47. "jest": "^30.2.0"
  48. }
  49. }