3 Star 0 Fork 0

bradpod1990/g6vp_dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
martin42 提交于 2024-12-06 15:14 . 【配置文件修改】
{
"engines": {
"node": "^18",
"pnpm": "^8 || ^9"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "npm run build:all:es",
"build": "npm run build:all:es && npm run build:all:umd",
"build:all:es": "turbo run build:es",
"build:all:umd": "turbo run build:umd --no-cache",
"start": "cd packages/gi-site && npm run start",
"clean": "pnpm run -r clean",
"sync": "turbo run sync",
"beforepublish": "npm run build",
"publish": "npm run beforepublish && pnpm publish -r --registry=https://registry.npmjs.org && npm run afterpublish",
"afterpublish": "turbo run sync",
"cdn": "node ./scripts/publish_yuyan.mjs",
"tar:gi-httpservice": "node scripts/tar_httpservice.mjs && cd packages/gi-httpservice-xxx && npm install && npm run build:docker && npm run tar && cd ../../ && node scripts/rm_httpservice.mjs",
"scriptname": "cmd"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "17"
}
},
"overrides": {
"antd": "^4.24.10"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@antv/algorithm": "^0.1.26-beta.0",
"@antv/g6": "^4.8.19",
"@antv/graphin": "^2.7.27",
"@antv/layout": "^0.3.22",
"@antv/s2": "^1.48.0",
"@antv/s2-react": "^1.41.0",
"@antv/util": "^3.2.5",
"antd": "4.x",
"buffer": "^6.0.3",
"buffer-browserify": "^0.2.5",
"node-fetch": "^3.3.0",
"react": "17",
"react-dom": "17.x",
"stream-browserify": "^3.0.0",
"umi": "3.x",
"esbuild": "0.24.0"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@changesets/cli": "^2.26.1",
"@types/react": "17.x",
"@types/react-dom": "17.x",
"babel-loader": "^8.2.5",
"css-loader": "^6.8.1",
"father": "^2.30.23",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.7.6",
"npm-run-all": "^4.1.5",
"react-hot-loader": "^4.13.1",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"turbo": "^1.8.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.0.0",
"esbuild": "0.24.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bradpod1990/g6vp_dev.git
git@gitee.com:bradpod1990/g6vp_dev.git
bradpod1990
g6vp_dev
g6vp_dev
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385