| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "@antv/g-lite",
- "version": "1.0.70",
- "description": "A core module for rendering engine implements DOM API.",
- "keywords": [
- "antv",
- "g",
- "rendering engine"
- ],
- "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",
- "sideEffects": true,
- "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-math": "^1.7.49",
- "@antv/util": "^3.3.1",
- "@types/offscreencanvas": "^2019.6.4",
- "d3-color": "^1.4.0",
- "eventemitter3": "^4.0.0",
- "gl-matrix": "^3.1.0",
- "rbush": "^3.0.1",
- "tslib": "^2.3.1"
- },
- "devDependencies": {
- "@types/d3-color": "^3.0.2",
- "@types/gl-matrix": "^2.4.5",
- "@types/offscreencanvas": "^2019.6.1",
- "@types/rbush": "^3.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
- }
|