antv-l7/packages/maps/package.json

52 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7-maps",
2021-08-04 17:26:15 +08:00
"version": "2.5.6",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"unpkg": "dist/l7-maps.js",
"sideEffects": false,
"files": [
"dist",
"lib",
"es",
"typings/index.d.ts",
"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",
2020-07-21 12:00:10 +08:00
"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": {
"@amap/amap-jsapi-loader": "^0.0.3",
2021-08-04 17:26:15 +08:00
"@antv/l7-core": "^2.5.6",
"@antv/l7-map": "^2.5.6",
"@antv/l7-utils": "^2.5.6",
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7",
2020-03-02 18:40:57 +08:00
"@types/amap-js-api": "^1.4.6",
2020-09-10 23:25:31 +08:00
"@types/mapbox-gl": "^1.11.2",
"gl-matrix": "^3.1.0",
"inversify": "^5.0.1",
2021-08-04 21:01:56 +08:00
"reflect-metadata": "^0.1.13",
2020-11-27 12:02:53 +08:00
"load-styles": "^2.0.0",
2020-11-27 15:31:29 +08:00
"mapbox-gl": "^1.2.1",
2020-03-02 18:40:57 +08:00
"viewport-mercator-project": "^6.2.1"
},
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"@types/viewport-mercator-project": "^6.1.0"
2019-11-12 16:01:33 +08:00
},
2021-07-28 18:34:10 +08:00
"gitHead": "7eb8382ede52d803fae13a85fe6af074400260ee",
"publishConfig": {
"access": "public"
}
}