g6/package.json

27 lines
682 B
JSON
Raw Normal View History

2023-02-02 10:31:36 +08:00
{
"name": "g6",
"private": true,
"scripts": {
"test": "echo passed",
"postinstall": "husky install",
"prepare": "husky install",
"build": "run-s build:*",
"build:g6": "cd ./packages/g6 && npm run build",
"build:map-view": "cd ./packages/g6-plugin-map-view && npm run build",
"build:site": "cd ./packages/site && npm run site:build"
2023-02-02 10:31:36 +08:00
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8"
},
2023-08-31 15:36:15 +08:00
"pnpm": {
"overrides": {
"prettier": "^2.8.8"
2023-08-24 10:17:57 +08:00
}
},
"repository": "https://github.com/antvis/G6.git"
}