mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "g6",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo passed",
|
|
"postinstall": "husky install",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8",
|
|
"@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"
|
|
},
|
|
"pnpm":{
|
|
"overrides":{
|
|
"prettier": "^2.8.8"
|
|
}
|
|
},
|
|
"repository": "https://github.com/antvis/G6.git"
|
|
} |