加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
baizn 提交于 2021-01-25 17:23 . fix: update g2 package version
{
"name": "@antv/chart-node-g6",
"version": "0.0.4",
"description": "The Chart Toolkit of G6 Graph Node",
"keywords": [
"antv",
"g6",
"graph",
"graph analysis",
"graph chart",
"graph visualization",
"relational data"
],
"homepage": "https://github.com/antvis/chart-node-g6",
"bugs": {
"url": "https://github.com/antvis/chart-node-g6/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/chart-node-g6"
},
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
"files": [
"package.json",
"es",
"lib",
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "npm run clean && father build && npm run build:umd",
"build:umd": "webpack --config webpack.config.js --mode production",
"clean": "rimraf es esm lib dist",
"cdn": "antv-bin upload -n @antv/chart-node-g6"
},
"main": "lib/index.js",
"module": "es/index.js",
"browser": "dist/g6ChartPlugin.min.js",
"dependencies": {
"@antv/g-base": "^0.5.4",
"@antv/g2": "^4.1.7",
"father": "^2.29.6",
"rimraf": "^3.0.2",
"webpack": "^4.44.1"
},
"devDependencies": {
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"ts-loader": "^8.0.1",
"tslib": "^2.0.0",
"webpack-cli": "^3.3.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化