antv-l7/packages/scene/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7-scene",
2021-05-31 20:55:57 +08:00
"version": "2.4.0",
"description": "",
"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",
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": {
2021-05-31 20:55:57 +08:00
"@antv/l7-component": "2.4.0",
"@antv/l7-core": "2.4.0",
"@antv/l7-layers": "2.4.0",
"@antv/l7-maps": "2.4.0",
"@antv/l7-renderer": "2.4.0",
"@antv/l7-utils": "2.4.0",
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
2019-11-12 16:01:33 +08:00
"mapbox-gl": "^1.2.1",
2019-12-29 13:08:35 +08:00
"reflect-metadata": "^0.1.13"
2019-11-12 16:01:33 +08:00
},
2020-07-01 10:25:11 +08:00
"gitHead": "20154fe30d512024b03ac5e40f77731bc0580bb0",
"publishConfig": {
"access": "public"
}
}