mirror of https://gitee.com/antv-l7/antv-l7
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "@l7/core",
|
||
|
"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"
|
||
|
},
|
||
|
"author": "xiaoiver",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@l7/source": "0.0.1",
|
||
|
"eventemitter3": "^3.1.0",
|
||
|
"gl-matrix": "^3.1.0",
|
||
|
"inversify": "^5.0.1",
|
||
|
"inversify-inject-decorators": "^3.1.0",
|
||
|
"lodash": "^4.17.15",
|
||
|
"probe.gl": "^3.1.1",
|
||
|
"reflect-metadata": "^0.1.13",
|
||
|
"tapable": "^2.0.0-beta.8",
|
||
|
"viewport-mercator-project": "^6.2.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/gl-matrix": "^2.4.5",
|
||
|
"@types/lodash": "^4.14.138",
|
||
|
"@types/viewport-mercator-project": "^6.1.0"
|
||
|
}
|
||
|
}
|