g6/package.json
xiaoiver 73bd1fed41
feat: use serverside rendering for integration tests (#4793)
* 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
2023-08-10 10:22:51 +08:00

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