2019-10-08 19:20:12 +08:00
|
|
|
{
|
2019-11-25 15:27:56 +08:00
|
|
|
"name": "@antv/l7-maps",
|
2019-12-31 12:01:25 +08:00
|
|
|
"version": "2.0.0-alpha.27",
|
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",
|
2019-10-08 19:20:12 +08:00
|
|
|
"sideEffects": false,
|
|
|
|
"files": [
|
|
|
|
"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;",
|
|
|
|
"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"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"author": "xiaoiver",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2019-12-31 12:01:25 +08:00
|
|
|
"@antv/l7-core": "^2.0.0-alpha.27",
|
|
|
|
"@antv/l7-utils": "^2.0.0-alpha.27",
|
2019-12-23 11:56:09 +08:00
|
|
|
"core-js": "3",
|
2019-10-08 19:20:12 +08:00
|
|
|
"gl-matrix": "^3.1.0",
|
|
|
|
"inversify": "^5.0.1",
|
|
|
|
"mapbox-gl": "^1.2.1",
|
2019-12-23 14:32:00 +08:00
|
|
|
"regenerator-runtime": "^0.13.3",
|
2019-10-08 19:20:12 +08:00
|
|
|
"viewport-mercator-project": "^6.2.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-21 14:37:35 +08:00
|
|
|
"@types/amap-js-api": "^1.4.6",
|
2019-10-08 19:20:12 +08:00
|
|
|
"@types/gl-matrix": "^2.4.5",
|
|
|
|
"@types/mapbox-gl": "^0.54.3",
|
|
|
|
"@types/viewport-mercator-project": "^6.1.0"
|
2019-11-12 16:01:33 +08:00
|
|
|
},
|
2019-11-28 18:10:27 +08:00
|
|
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
2019-11-12 16:18:12 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-10-08 19:20:12 +08:00
|
|
|
}
|