2 Star 2 Fork 0

clay / clay-top

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Clay 提交于 2023-01-30 16:01 . 取消授权
{
"name": "@chaincloud/ClayTop",
"version": "0.1.0",
"description": "A visual graph editor based on G6 and Vue.js.",
"author": "clay <odliken@163.com>",
"main": "lib/ClayTop.common.js",
"keywords": [
"vue",
"graph",
"graph editor",
"topo",
"topology"
],
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name ClayTop --dest lib packages/index.js"
},
"dependencies": {
"@antv/g6": "^3.5.7",
"core-js": "^2.6.5",
"element-ui": "^2.11.1",
"jquery": "^3.6.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}
JavaScript
1
https://gitee.com/srcmain/clay-top.git
git@gitee.com:srcmain/clay-top.git
srcmain
clay-top
clay-top
demo

搜索帮助