antv-l7/packages/layers/package.json

69 lines
2.1 KiB
JSON

{
"name": "@antv/l7-layers",
"version": "2.9.36",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"sideEffects": [
"./es/index.js"
],
"files": [
"dist",
"lib",
"es",
"README.md"
],
"scripts": {
"tsc": "tsc --project tsconfig.build.json",
"clean": "rimraf dist; rimraf es; rimraf lib;",
"build": "father build",
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
"sync": "tnpm sync"
},
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.2.2",
"@antv/l7-core": "2.9.36",
"@antv/l7-maps": "2.9.36",
"@antv/l7-source": "2.9.36",
"@antv/l7-utils": "2.9.36",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.2.0",
"@turf/clone": "^6.5.0",
"@turf/helpers": "^6.1.4",
"@turf/meta": "^6.0.2",
"@turf/polygon-to-line": "^6.5.0",
"@turf/union": "^6.5.0",
"d3-array": "1",
"d3-color": "^1.4.0",
"d3-interpolate": "1.4.0",
"d3-scale": "2",
"earcut": "^2.2.1",
"eventemitter3": "^4.0.0",
"extrude-polyline": "^1.0.6",
"gl-matrix": "^3.1.0",
"gl-vec2": "^1.3.0",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
"polyline-miter-util": "^1.0.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/d3-array": "^2.0.0",
"@types/d3-color": "^1.2.2",
"@types/d3-interpolate": "1.1.6",
"@types/d3-scale": "^2.1.1",
"@types/earcut": "^2.1.0",
"@types/gl-matrix": "^2.4.5",
"@types/lodash": "^4.14.138"
},
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
"publishConfig": {
"access": "public"
}
}