1 Star 6 Fork 2

kaikingg/g6-vue-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
kaikingg 提交于 2021-01-20 10:53 . init
{
"name": "welabx-g6",
"version": "0.5.2",
"description": "welabx - antv G6",
"main": "src/components/graph/graph.js",
"scripts": {
"build": "node webpack/build.js",
"prod": "node webpack/build.js",
"dev": "webpack-dev-server --config webpack/webpack.dev.js",
"dll": "webpack -p --progress --config webpack/webpack.dll.js"
},
"homepage": "https://claudewowo.github.io/welabx-g6/build/",
"repository": {
"type": "git",
"url": "git+https://github.com/claudewowo/welabx-g6.git"
},
"keywords": [
"antv/g6",
"workflow"
],
"author": "claude.wu",
"license": "MIT",
"dependencies": {
"@antv/g6": "^4.1.1",
"insert-css": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@vue/babel-preset-app": "^3.12.0",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-component": "^1.1.1",
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"dart-sass": "^1.25.0",
"eslint": "^7.4.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-tags-plugin": "^2.0.17",
"mime": "^2.4.6",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^9.0.2",
"sass-resources-loader": "^2.0.3",
"shelljs": "^0.8.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-router": "^3.3.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^5.0.9"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 20 versions",
"not ie <= 8"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kaikingg/g6-vue-demo.git
[email protected]:kaikingg/g6-vue-demo.git
kaikingg
g6-vue-demo
g6-vue-demo
master

搜索帮助