package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@antv/g-plugin-canvas-picker",
  3. "version": "1.8.51",
  4. "description": "A G plugin for picking in canvas",
  5. "keywords": [
  6. "antv",
  7. "g"
  8. ],
  9. "homepage": "https://github.com/antvis/g#readme",
  10. "bugs": {
  11. "url": "https://github.com/antvis/g/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/antvis/g.git"
  16. },
  17. "license": "MIT",
  18. "author": "https://github.com/orgs/antvis/people",
  19. "main": "dist/index.js",
  20. "unpkg": "dist/index.umd.min.js",
  21. "module": "dist/index.esm.js",
  22. "types": "dist/index.d.ts",
  23. "files": [
  24. "package.json",
  25. "dist",
  26. "LICENSE",
  27. "README.md"
  28. ],
  29. "scripts": {
  30. "sync": "tnpm sync"
  31. },
  32. "dependencies": {
  33. "@antv/g-plugin-canvas-path-generator": "^1.1.51",
  34. "@antv/g-plugin-canvas-renderer": "^1.7.60",
  35. "@antv/util": "^3.3.1",
  36. "gl-matrix": "^3.1.0",
  37. "tslib": "^2.3.1"
  38. },
  39. "devDependencies": {
  40. "@types/jest": "^25.0.0"
  41. },
  42. "peerDependencies": {
  43. "@antv/g-lite": "^1.0.0"
  44. },
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  49. }