2023-02-02 10:31:36 +08:00
|
|
|
{
|
|
|
|
"name": "g6",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-03-23 20:43:53 +08:00
|
|
|
"test": "echo passed",
|
|
|
|
"postinstall": "husky install",
|
2023-11-29 11:10:19 +08:00
|
|
|
"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": {
|
2023-12-11 22:27:31 +08:00
|
|
|
"@commitlint/cli": "^17.8.1",
|
|
|
|
"@commitlint/config-conventional": "^17.8.1",
|
2023-04-10 12:01:26 +08:00
|
|
|
"husky": "^8.0.3",
|
2023-11-29 11:10:19 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"prettier": "^2.8.8"
|
2023-08-01 11:31:48 +08:00
|
|
|
},
|
2023-08-31 15:36:15 +08:00
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"prettier": "^2.8.8"
|
2023-08-24 10:17:57 +08:00
|
|
|
}
|
|
|
|
},
|
2023-08-01 11:31:48 +08:00
|
|
|
"repository": "https://github.com/antvis/G6.git"
|
2023-08-25 10:25:57 +08:00
|
|
|
}
|