mirror of https://gitee.com/antv-l7/antv-l7
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@antv/l7-three",
|
|
"version": "2.13.6",
|
|
"description": "three for L7 ",
|
|
"keywords": [
|
|
"3D",
|
|
"L7",
|
|
"three"
|
|
],
|
|
"author": "thinkinggis <lzx199065@gmail.com>",
|
|
"license": "ISC",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"unpkg": "dist/l7-three.min.js",
|
|
"types": "es/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antvis/L7.git"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.build.json",
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
|
"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",
|
|
"build:cdn": "yarn rollup -c",
|
|
"lint:ts": "run-p -c lint:ts-*",
|
|
"test": "umi-test --passWithNoTests",
|
|
"sync": "tnpm sync"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antvis/L7/issues"
|
|
},
|
|
"homepage": "https://github.com/antvis/L7#readme",
|
|
"dependencies": {
|
|
"@antv/l7": "2.13.6",
|
|
"@babel/runtime": "^7.7.7",
|
|
"inversify": "^5.0.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"three": "0.115.0"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^2.3.3",
|
|
"rollup-plugin-less": "^1.1.2"
|
|
},
|
|
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|