1 Star 0 Fork 267

mfq1020 / json-flow-ui

forked from JackRolling / jsonflow-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
luolin 提交于 2022-08-24 17:21 . :sparkles::fire:去掉不需要的依赖
{
"name": "JsonFlow",
"version": "1.0.0",
"author": "766488893@qq.com",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"element-ui": "^2.15.7",
"canvas": "^2.6.0",
"canvg": "^2.0.0",
"html2canvas": "^1.0.0-rc.3",
"jsdom": "^13.2.0",
"jsplumb": "^2.11.0",
"resizable-dom": "^1.0.2",
"vue-contextmenu": "^1.5.9",
"vue-json-viewer": "^2.2.1",
"xmldom": "^0.1.27",
"axios": "^0.20.0",
"codemirror": "^6.0.0",
"core-js": "^3.6.5",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"vue": "^2.6.11",
"vue-router": "^3.4.3",
"vuex": "^3.5.1",
"crypto-js": "^3.1.9-1"
},
"devDependencies": {
"@vue/cli-service": "~4.5.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"nprogress": "^0.2.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
Java
1
https://gitee.com/mfq1020/json-flow-ui.git
git@gitee.com:mfq1020/json-flow-ui.git
mfq1020
json-flow-ui
json-flow-ui
master

搜索帮助