mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"name": "g6",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo passed",
|
|
"postinstall": "husky install",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@types/jest": "^29.5.4",
|
|
"husky": "^8.0.3",
|
|
"prettier": "^2.8.8",
|
|
"react-scripts": "3.1.2",
|
|
"stats.js": "^0.17.0",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"prettier": "^2.8.8"
|
|
}
|
|
},
|
|
"repository": "https://github.com/antvis/G6.git"
|
|
}
|