2019-10-08 19:20:12 +08:00
|
|
|
{
|
2019-11-25 15:27:56 +08:00
|
|
|
"name": "@antv/l7-maps",
|
2022-10-12 10:55:23 +08:00
|
|
|
"version": "2.9.36",
|
2019-10-08 19:20:12 +08:00
|
|
|
"description": "",
|
2019-11-15 14:59:14 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.js",
|
|
|
|
"types": "es/index.d.ts",
|
2020-03-23 15:02:23 +08:00
|
|
|
"unpkg": "dist/l7-maps.js",
|
2019-10-08 19:20:12 +08:00
|
|
|
"sideEffects": false,
|
|
|
|
"files": [
|
2020-03-23 15:02:23 +08:00
|
|
|
"dist",
|
2019-10-08 19:20:12 +08:00
|
|
|
"lib",
|
2019-11-15 14:59:14 +08:00
|
|
|
"es",
|
2019-10-08 19:20:12 +08:00
|
|
|
"typings/index.d.ts",
|
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.build.json",
|
2019-11-15 14:59:14 +08:00
|
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
2022-08-08 16:41:30 +08:00
|
|
|
"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",
|
2020-07-21 12:00:10 +08:00
|
|
|
"sync": "tnpm sync"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"author": "xiaoiver",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-08-27 16:31:03 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^0.0.3",
|
2022-10-12 10:55:23 +08:00
|
|
|
"@antv/l7-core": "2.9.36",
|
|
|
|
"@antv/l7-map": "2.9.36",
|
|
|
|
"@antv/l7-utils": "2.9.36",
|
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",
|
2019-10-08 19:20:12 +08:00
|
|
|
"gl-matrix": "^3.1.0",
|
|
|
|
"inversify": "^5.0.1",
|
2020-11-27 15:31:29 +08:00
|
|
|
"mapbox-gl": "^1.2.1",
|
2021-08-04 22:40:11 +08:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2020-03-02 18:40:57 +08:00
|
|
|
"viewport-mercator-project": "^6.2.1"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/gl-matrix": "^2.4.5",
|
|
|
|
"@types/viewport-mercator-project": "^6.1.0"
|
2019-11-12 16:01:33 +08:00
|
|
|
},
|
2021-09-14 12:16:41 +08:00
|
|
|
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
2019-11-12 16:18:12 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-10-08 19:20:12 +08:00
|
|
|
}
|