package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@antv/g",
  3. "version": "5.16.33",
  4. "description": "A core module for rendering engine implements DOM API.",
  5. "keywords": [
  6. "antv",
  7. "g",
  8. "rendering engine"
  9. ],
  10. "homepage": "https://github.com/antvis/g#readme",
  11. "bugs": {
  12. "url": "https://github.com/antvis/g/issues"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/antvis/g.git"
  17. },
  18. "license": "MIT",
  19. "author": "https://github.com/orgs/antvis/people",
  20. "sideEffects": true,
  21. "main": "dist/index.js",
  22. "unpkg": "dist/index.umd.min.js",
  23. "module": "dist/index.esm.js",
  24. "types": "dist/index.d.ts",
  25. "files": [
  26. "package.json",
  27. "dist",
  28. "LICENSE",
  29. "README.md"
  30. ],
  31. "scripts": {
  32. "sync": "tnpm sync"
  33. },
  34. "dependencies": {
  35. "@antv/g-camera-api": "^1.0.40",
  36. "@antv/g-css-layout-api": "^1.0.38",
  37. "@antv/g-css-typed-om-api": "^1.0.38",
  38. "@antv/g-dom-mutation-observer-api": "^1.0.38",
  39. "@antv/g-lite": "^1.0.70",
  40. "@antv/g-web-animations-api": "^1.0.39"
  41. },
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  46. }