2020-04-17 10:47:34 +08:00
|
|
|
{
|
|
|
|
"name": "@antv/l7-three",
|
2022-10-12 10:55:23 +08:00
|
|
|
"version": "2.9.36",
|
2020-04-17 10:47:34 +08:00
|
|
|
"description": "three for L7 ",
|
2020-04-24 18:18:00 +08:00
|
|
|
"keywords": [
|
|
|
|
"3D",
|
|
|
|
"L7",
|
|
|
|
"three"
|
|
|
|
],
|
2020-04-17 10:47:34 +08:00
|
|
|
"author": "thinkinggis <lzx199065@gmail.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.js",
|
2022-09-29 11:45:37 +08:00
|
|
|
"unpkg": "dist/l7-three.min.js",
|
2020-04-17 10:47:34 +08:00
|
|
|
"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;",
|
2022-08-09 14:37:09 +08:00
|
|
|
"build": "father build",
|
2022-08-08 16:41:30 +08:00
|
|
|
"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",
|
2022-05-06 20:17:51 +08:00
|
|
|
"build:cdn": "yarn rollup -c",
|
2020-04-17 10:47:34 +08:00
|
|
|
"lint:ts": "run-p -c lint:ts-*",
|
2022-08-08 16:41:30 +08:00
|
|
|
"test": "umi-test --passWithNoTests",
|
2020-07-21 12:00:10 +08:00
|
|
|
"sync": "tnpm sync"
|
2020-04-17 10:47:34 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/antvis/L7/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/antvis/L7#readme",
|
|
|
|
"dependencies": {
|
2022-10-12 10:55:23 +08:00
|
|
|
"@antv/l7": "2.9.36",
|
2020-04-17 10:47:34 +08:00
|
|
|
"@babel/runtime": "^7.7.7",
|
2021-01-12 20:35:12 +08:00
|
|
|
"inversify": "^5.0.1",
|
2021-08-04 21:01:56 +08:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2022-08-11 11:18:07 +08:00
|
|
|
"three": "0.115.0"
|
2020-04-18 21:22:44 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-11 11:18:07 +08:00
|
|
|
"rollup": "^2.3.3",
|
|
|
|
"rollup-plugin-less": "^1.1.2"
|
2020-04-24 18:18:00 +08:00
|
|
|
},
|
2021-09-14 12:16:41 +08:00
|
|
|
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
2020-04-24 18:18:00 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-04-17 10:47:34 +08:00
|
|
|
}
|
|
|
|
}
|