mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"husky": "^8.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"prettier": "^2.8.8"
|
|
}
|
|
},
|
|
"repository": "https://github.com/antvis/G6.git"
|
|
}
|