You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.6 KiB
65 lines
1.6 KiB
|
4 months ago
|
{
|
||
|
|
"name": "@antv/g-lite",
|
||
|
|
"version": "2.3.2",
|
||
|
|
"description": "A core module for rendering engine implements DOM API.",
|
||
|
|
"keywords": [
|
||
|
|
"antv",
|
||
|
|
"g",
|
||
|
|
"rendering engine"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/antvis/g#readme",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/antvis/g/issues"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/antvis/g.git",
|
||
|
|
"directory": "packages/g-lite"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"author": "https://github.com/orgs/antvis/people",
|
||
|
|
"sideEffects": true,
|
||
|
|
"exports": {
|
||
|
|
"types": "./types/index.d.ts",
|
||
|
|
"import": "./dist/index.esm.js",
|
||
|
|
"default": "./dist/index.js"
|
||
|
|
},
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"unpkg": "dist/index.umd.min.js",
|
||
|
|
"module": "dist/index.esm.js",
|
||
|
|
"types": "types/index.d.ts",
|
||
|
|
"files": [
|
||
|
|
"package.json",
|
||
|
|
"dist",
|
||
|
|
"types",
|
||
|
|
"LICENSE",
|
||
|
|
"README.md"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"@antv/util": "^3.3.5",
|
||
|
|
"@antv/vendor": "^1.0.3",
|
||
|
|
"@babel/runtime": "^7.25.6",
|
||
|
|
"eventemitter3": "^5.0.1",
|
||
|
|
"gl-matrix": "^3.4.3",
|
||
|
|
"rbush": "^3.0.1",
|
||
|
|
"tslib": "^2.5.3",
|
||
|
|
"@antv/g-math": "3.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/d3-color": "^3.0.2",
|
||
|
|
"@types/gl-matrix": "^2.4.5",
|
||
|
|
"@types/offscreencanvas": "^2019.6.4",
|
||
|
|
"@types/rbush": "^3.0.0",
|
||
|
|
"@types/webxr": "0.5.5"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build:types": "tsc --emitDeclarationOnly --noCheck",
|
||
|
|
"build": "npm run clean && npm run build:types && rollup -c",
|
||
|
|
"clean": "rimraf dist",
|
||
|
|
"sync": "tnpm sync",
|
||
|
|
"watch": "rollup -c -w"
|
||
|
|
}
|
||
|
|
}
|