mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
62ecbca00c
* feat: combo rendering and interactions * chore: refine * chore: refine * feat: frontItem backItem api for graph; feat: animations for combo * chore: refine * chore: remove unnecessary calls * chore: remove buildIn animates exclusions * chore: typo * chore: type problems * chore: import path * chore: refine * fix: zindex adjustment without combo tree structure * chore: lint
21 lines
456 B
JSON
21 lines
456 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"
|
|
},
|
|
"repository": "https://github.com/antvis/G6.git"
|
|
} |