g6/package.json
Yanyan Wang 62ecbca00c
feat: combo rendering and behaviors (#4739)
* 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
2023-08-01 11:31:48 +08:00

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"
}