mirror of https://gitee.com/antv-l7/antv-l7
34 lines
976 B
JSON
34 lines
976 B
JSON
{
|
|
"name": "@l7/component",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "/dist/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "esm/index.d.ts",
|
|
"sideEffects": true,
|
|
"files": [
|
|
"lib",
|
|
"esm",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.build.json",
|
|
"build": "BABEL_ENV=build babel src --root-mode upward --out-dir dist --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
|
"watch": "BABEL_ENV=build babel src --watch --root-mode upward --out-dir dist --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
|
"lint:ts": "run-p -c lint:ts-*",
|
|
"test": "jest"
|
|
},
|
|
"author": "lzxue",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@l7/core": "0.0.1",
|
|
"@l7/utils": "0.0.1",
|
|
"@turf/distance": "^6.0.1",
|
|
"eventemitter3": "^3.1.0",
|
|
"inversify": "^5.0.1",
|
|
"inversify-inject-decorators": "^3.1.0",
|
|
"inversify-logging": "^0.2.1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|