g6/package.json
2023-08-31 15:36:15 +08:00

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