package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "@antv/g-lite",
  3. "version": "1.0.70",
  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-math": "^1.7.49",
  36. "@antv/util": "^3.3.1",
  37. "@types/offscreencanvas": "^2019.6.4",
  38. "d3-color": "^1.4.0",
  39. "eventemitter3": "^4.0.0",
  40. "gl-matrix": "^3.1.0",
  41. "rbush": "^3.0.1",
  42. "tslib": "^2.3.1"
  43. },
  44. "devDependencies": {
  45. "@types/d3-color": "^3.0.2",
  46. "@types/gl-matrix": "^2.4.5",
  47. "@types/offscreencanvas": "^2019.6.1",
  48. "@types/rbush": "^3.0.0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
  54. }