antv-l7/packages/layers/package.json

57 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7-layers",
2020-02-26 08:51:00 +08:00
"version": "2.0.28-alpha.2",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"sideEffects": false,
"files": [
"lib",
"es",
"README.md"
],
"scripts": {
"tsc": "tsc --project tsconfig.build.json",
"clean": "rimraf dist; rimraf es; rimraf lib;",
"build": "run-p 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"
},
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
2020-02-26 08:51:00 +08:00
"@antv/async-hook": "^2.0.28-alpha.2",
"@antv/l7-core": "^2.0.28-alpha.2",
"@antv/l7-source": "^2.0.28-alpha.2",
"@antv/l7-utils": "^2.0.28-alpha.2",
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7",
2019-11-01 15:36:20 +08:00
"@mapbox/martini": "^0.1.0",
"@turf/meta": "^6.0.2",
2020-02-25 20:35:43 +08:00
"d3-array": "1",
"d3-color": "^1.4.0",
2020-02-25 20:35:43 +08:00
"d3-scale": "2",
"earcut": "^2.2.1",
"eventemitter3": "^4.0.0",
"gl-matrix": "^3.1.0",
2019-10-16 10:13:44 +08:00
"gl-vec2": "^1.3.0",
2019-11-01 15:36:20 +08:00
"inversify": "^5.0.1",
"lodash": "^4.17.15",
2019-10-29 17:33:37 +08:00
"merge-json-schemas": "1.0.0",
2020-02-22 15:10:46 +08:00
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/d3-array": "^2.0.0",
2020-02-05 15:58:44 +08:00
"@types/d3-color": "^1.2.2",
"@types/d3-scale": "^2.1.1",
"@types/earcut": "^2.1.0",
"@types/gl-matrix": "^2.4.5",
2020-02-05 15:58:44 +08:00
"@types/lodash": "^4.14.138"
2019-11-12 16:01:33 +08:00
},
2020-02-23 22:38:09 +08:00
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
"publishConfig": {
"access": "public"
}
}