g6/package.json
2023-08-24 10:17:57 +08:00

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