Revert "Dev UI 231108 (#256)" (#260)

This reverts commit 45d3f57228.
This commit is contained in:
wang-liang0615 2023-11-08 14:43:37 +08:00 committed by GitHub
parent 45d3f57228
commit c2c11b38ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14109 additions and 14471 deletions

View File

@ -1,94 +1,86 @@
{ {
"name": "oneops", "name": "oneops",
"version": "0.0.9", "version": "0.0.9",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"build:preview": "vue-cli-service build --mode preview", "build:preview": "vue-cli-service build --mode preview",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"lint:nofix": "vue-cli-service lint --no-fix", "lint:nofix": "vue-cli-service lint --no-fix",
"test:unit": "vue-cli-service test:unit" "test:unit": "vue-cli-service test:unit"
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.11.8", "@antv/data-set": "^0.11.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/traverse": "^7.23.2", "@riophae/vue-treeselect": "^0.4.0",
"@riophae/vue-treeselect": "^0.4.0", "@vue/composition-api": "^1.7.1",
"@vue/composition-api": "^1.7.1", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^1.0.0",
"@wangeditor/editor-for-vue": "^1.0.0", "ant-design-vue": "^1.6.5",
"ant-design-vue": "^1.6.5", "axios": "0.18.0",
"axios": "0.18.0", "babel-eslint": "^8.2.2",
"babel-eslint": "^8.2.2", "butterfly-dag": "^4.3.26",
"butterfly-dag": "^4.3.26", "codemirror": "^5.65.13",
"codemirror": "^5.65.13", "core-js": "^3.31.0",
"core-js": "^3.25.5", "echarts": "^5.3.2",
"d3-color": "3.1.0", "element-ui": "^2.15.10",
"echarts": "^5.3.2", "exceljs": "^4.3.0",
"ejs": "3.1.7", "html2canvas": "^1.0.0-rc.5",
"element-ui": "^2.15.10", "is-buffer": "^2.0.5",
"exceljs": "^4.3.0", "jquery": "^3.6.0",
"glob-parent": "5.1.2", "js-cookie": "^2.2.0",
"html2canvas": "^1.0.0-rc.5", "json2csv": "^4.5.2",
"is-buffer": "^2.0.5", "lodash.get": "^4.4.2",
"jquery": "^3.6.0", "lodash.pick": "^4.4.0",
"js-cookie": "^2.2.0", "md5": "^2.2.1",
"json2csv": "^4.5.2", "moment": "^2.24.0",
"json5": "1.0.2", "nprogress": "^0.2.0",
"loader-utils": "1.4.2", "relation-graph": "^1.1.0",
"lodash.get": "^4.4.2", "snabbdom": "^3.5.1",
"lodash.pick": "^4.4.0", "sortablejs": "1.9.0",
"md5": "^2.2.1", "viser-vue": "^2.4.8",
"moment": "^2.24.0", "vue": "2.6.11",
"node-forge": "1.3.0", "vue-clipboard2": "^0.3.3",
"nprogress": "^0.2.0", "vue-codemirror": "^4.0.6",
"nth-check": "2.0.1", "vue-cropper": "^0.6.2",
"relation-graph": "^1.1.0", "vue-grid-layout": "2.3.12",
"snabbdom": "^3.5.1", "vue-infinite-scroll": "^2.0.2",
"sortablejs": "1.9.0", "vue-json-editor": "^1.4.3",
"viser-vue": "^2.4.8", "vue-ls": "^3.2.1",
"vue": "2.6.11", "vue-router": "^3.1.2",
"vue-clipboard2": "^0.3.3", "vue-svg-component-runtime": "^1.0.1",
"vue-codemirror": "^4.0.6", "vue-template-compiler": "2.6.11",
"vue-cropper": "^0.6.2", "vuedraggable": "^2.23.0",
"vue-grid-layout": "2.3.12", "vuex": "^3.1.1",
"vue-infinite-scroll": "^2.0.2", "vxe-table": "3.6.9",
"vue-json-editor": "^1.4.3", "vxe-table-plugin-export-xlsx": "2.0.0",
"vue-ls": "^3.2.1", "xe-utils": "3",
"vue-router": "^3.1.2", "xlsx": "0.15.0",
"vue-svg-component-runtime": "^1.0.1", "xlsx-js-style": "^1.2.0"
"vue-template-compiler": "2.6.11", },
"vuedraggable": "^2.23.0", "devDependencies": {
"vuex": "^3.1.1", "@ant-design/colors": "^3.2.2",
"vxe-table": "3.6.9", "@babel/polyfill": "^7.2.5",
"vxe-table-plugin-export-xlsx": "2.0.0", "@vue/cli-plugin-babel": "4.5.17",
"xe-utils": "3", "@vue/cli-plugin-eslint": "^4.0.5",
"xlsx": "0.15.0", "@vue/cli-plugin-unit-jest": "^4.0.5",
"xlsx-js-style": "^1.2.0" "@vue/cli-service": "^4.0.5",
}, "@vue/eslint-config-standard": "^4.0.0",
"devDependencies": { "@vue/test-utils": "^1.0.0-beta.30",
"@ant-design/colors": "^3.2.2", "babel-core": "7.0.0-bridge.0",
"@babel/polyfill": "^7.2.5", "babel-jest": "^23.6.0",
"@vue/cli-plugin-babel": "4.5.17", "babel-plugin-import": "^1.11.0",
"@vue/cli-plugin-eslint": "^4.0.5", "babel-plugin-transform-remove-console": "^6.9.4",
"@vue/cli-plugin-unit-jest": "^4.0.5", "eslint": "^5.8.0",
"@vue/cli-service": "^4.0.5", "eslint-plugin-html": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0", "eslint-plugin-vue": "^5.0.0",
"@vue/test-utils": "^1.0.0-beta.30", "less": "^3.8.1",
"babel-core": "7.0.0-bridge.0", "less-loader": "^4.1.0",
"babel-jest": "^23.6.0", "true-case-path": "^2.2.1",
"babel-plugin-import": "^1.11.0", "vue-svg-icon-loader": "^2.1.1",
"babel-plugin-transform-remove-console": "^6.9.4", "webpack-theme-color-replacer": "^1.2.17"
"eslint": "^5.8.0", }
"eslint-plugin-html": "^5.0.0", }
"eslint-plugin-vue": "^5.0.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"true-case-path": "^2.2.1",
"vue-svg-icon-loader": "^2.1.1",
"webpack-theme-color-replacer": "^1.2.17"
}
}

File diff suppressed because it is too large Load Diff