| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@antv/g-plugin-dragndrop",
- "version": "1.6.51",
- "description": "A G plugin for Drag n Drop implemented with PointerEvents",
- "keywords": [
- "antv",
- "g"
- ],
- "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/util": "^3.3.1",
- "tslib": "^2.3.1"
- },
- "devDependencies": {
- "@types/jest": "^25.0.0"
- },
- "peerDependencies": {
- "@antv/g-lite": "^1.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
- }
|