mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
73bd1fed41
* feat: use serverside rendering for integration tests * chore: extend svg & webgl matchers for jest * chore: interactive events can be triggerred in test case now * chore: increase timeout * chore: skip WebGL snapshot for now * chore: support animation snapshot in test case * chore: DOM API can be used in test case * fix: make graph.getItemById private
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "g6",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo passed",
|
|
"postinstall": "husky install",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.1",
|
|
"@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"
|
|
} |