2019-10-08 19:20:12 +08:00
|
|
|
{
|
2019-11-25 15:27:56 +08:00
|
|
|
"name": "@antv/l7-renderer",
|
2022-12-01 18:40:20 +08:00
|
|
|
"version": "2.11.4",
|
2019-10-08 19:20:12 +08:00
|
|
|
"description": "",
|
2019-11-15 14:59:14 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.js",
|
|
|
|
"types": "es/index.d.ts",
|
2019-10-08 19:20:12 +08:00
|
|
|
"sideEffects": false,
|
|
|
|
"files": [
|
|
|
|
"lib",
|
2019-11-15 14:59:14 +08:00
|
|
|
"es",
|
2019-10-08 19:20:12 +08:00
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.build.json",
|
2019-11-15 14:59:14 +08:00
|
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
2022-08-08 16:41:30 +08:00
|
|
|
"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",
|
|
|
|
"sync": "tnpm sync",
|
|
|
|
"test": "umi-test --passWithNoTests",
|
2022-08-09 14:37:09 +08:00
|
|
|
"test-live": "umi-test --watch"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"author": "xiaoiver",
|
|
|
|
"license": "ISC",
|
2019-12-17 14:37:28 +08:00
|
|
|
"devDependencies": {
|
2022-12-01 18:40:20 +08:00
|
|
|
"@antv/l7-test-utils": "2.11.4",
|
2022-08-18 19:52:39 +08:00
|
|
|
"gl": "^5.0.3"
|
2019-12-17 14:37:28 +08:00
|
|
|
},
|
2019-10-08 19:20:12 +08:00
|
|
|
"dependencies": {
|
2022-12-01 18:40:20 +08:00
|
|
|
"@antv/l7-core": "2.11.4",
|
|
|
|
"@antv/l7-utils": "2.11.4",
|
2019-12-31 19:17:29 +08:00
|
|
|
"@babel/runtime": "^7.7.7",
|
2019-10-08 19:20:12 +08:00
|
|
|
"inversify": "^5.0.1",
|
2022-03-16 10:24:40 +08:00
|
|
|
"l7regl": "^0.0.20",
|
2019-11-25 15:27:56 +08:00
|
|
|
"lodash": "^4.17.15",
|
2022-12-04 23:42:42 +08:00
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
"@luma.gl/engine": "^8.5.18",
|
|
|
|
"@luma.gl/webgl": "^8.5.18",
|
|
|
|
"@luma.gl/gltools": "^8.5.18"
|
2019-11-12 16:01:33 +08:00
|
|
|
},
|
2021-09-14 12:16:41 +08:00
|
|
|
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
2019-11-12 16:18:12 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-10-08 19:20:12 +08:00
|
|
|
}
|