package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "@antv/g-canvas",
  3. "version": "1.9.48",
  4. "description": "A renderer implemented by Canvas 2D API",
  5. "keywords": [
  6. "antv",
  7. "g",
  8. "renderer",
  9. "Canvas2D"
  10. ],
  11. "homepage": "https://github.com/antvis/g#readme",
  12. "bugs": {
  13. "url": "https://github.com/antvis/g/issues"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/antvis/g.git"
  18. },
  19. "license": "MIT",
  20. "author": "https://github.com/orgs/antvis/people",
  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-plugin-canvas-path-generator": "^1.1.51",
  36. "@antv/g-plugin-canvas-picker": "^1.8.51",
  37. "@antv/g-plugin-canvas-renderer": "^1.7.60",
  38. "@antv/g-plugin-dom-interaction": "^1.7.52",
  39. "@antv/g-plugin-html-renderer": "^1.7.56",
  40. "@antv/g-plugin-image-loader": "^1.1.54",
  41. "@antv/util": "^3.3.1",
  42. "@types/offscreencanvas": "^2019.6.4",
  43. "tslib": "^2.3.1"
  44. },
  45. "devDependencies": {
  46. "@types/gl-matrix": "^2.4.5",
  47. "@types/jest": "^25.0.0"
  48. },
  49. "peerDependencies": {
  50. "@antv/g-lite": "^1.0.0"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  56. }