mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
1cd6c9d2c3
* feat: demo * chore: refine demo * chore: refine demo * perf: demo with themes * perf: demo with webgl renderer * feat: add 3d layout demo * fix: state style affect size of node incorrectly * feat: support text in 3D scene * fix: conflict between behaviors; fix: animate problems; fix: zoomStrategy for individual nodes * chore: rename zoomStrategy to lodStrategy * chore: refine demo * chore: demo refine * chore: type templates problems * chore: lint * chore: refine * feat: constrain the range of zoom-canvas-3d * chore: refine * chore: remove unecessary notes --------- Co-authored-by: yuqi.pyq <yuqi.pyq@antgroup.com>
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "g6",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "echo passed",
|
|
"postinstall": "husky install",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.5.0",
|
|
"@commitlint/config-conventional": "^17.4.4",
|
|
"husky": "^8.0.3",
|
|
"react-scripts": "3.1.2",
|
|
"vite": "^4.2.1",
|
|
"stats.js": "^0.17.0"
|
|
}
|
|
}
|