1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "@antv/g-canvas",
- "version": "1.9.48",
- "description": "A renderer implemented by Canvas 2D API",
- "keywords": [
- "antv",
- "g",
- "renderer",
- "Canvas2D"
- ],
- "homepage": "https://github.com/antvis/g#readme",
- "bugs": {
- "url": "https://github.com/antvis/g/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/antvis/g.git"
- },
- "license": "MIT",
- "author": "https://github.com/orgs/antvis/people",
- "main": "dist/index.js",
- "unpkg": "dist/index.umd.min.js",
- "module": "dist/index.esm.js",
- "types": "dist/index.d.ts",
- "files": [
- "package.json",
- "dist",
- "LICENSE",
- "README.md"
- ],
- "scripts": {
- "sync": "tnpm sync"
- },
- "dependencies": {
- "@antv/g-plugin-canvas-path-generator": "^1.1.51",
- "@antv/g-plugin-canvas-picker": "^1.8.51",
- "@antv/g-plugin-canvas-renderer": "^1.7.60",
- "@antv/g-plugin-dom-interaction": "^1.7.52",
- "@antv/g-plugin-html-renderer": "^1.7.56",
- "@antv/g-plugin-image-loader": "^1.1.54",
- "@antv/util": "^3.3.1",
- "@types/offscreencanvas": "^2019.6.4",
- "tslib": "^2.3.1"
- },
- "devDependencies": {
- "@types/gl-matrix": "^2.4.5",
- "@types/jest": "^25.0.0"
- },
- "peerDependencies": {
- "@antv/g-lite": "^1.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
- }
|