|
@@ -20,6 +20,11 @@
|
|
"lint:lint-staged": "lint-staged"
|
|
"lint:lint-staged": "lint-staged"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@codemirror/lang-cpp": "^6.0.2",
|
|
|
|
+ "@codemirror/lang-javascript": "^6.2.2",
|
|
|
|
+ "@codemirror/lang-json": "^6.0.1",
|
|
|
|
+ "@codemirror/lang-python": "^6.1.6",
|
|
|
|
+ "@codemirror/theme-one-dark": "^6.1.2",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@logicflow/core": "^1.2.26",
|
|
"@logicflow/core": "^1.2.26",
|
|
"@logicflow/extension": "^1.2.26",
|
|
"@logicflow/extension": "^1.2.26",
|
|
@@ -33,6 +38,7 @@
|
|
"async": "^3.2.4",
|
|
"async": "^3.2.4",
|
|
"axios": "^1.4.0",
|
|
"axios": "^1.4.0",
|
|
"canvas": "^2.11.2",
|
|
"canvas": "^2.11.2",
|
|
|
|
+ "codemirror": "^6.0.1",
|
|
"colord": "^2.9.3",
|
|
"colord": "^2.9.3",
|
|
"dayjs": "^1.11.7",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.2",
|
|
"echarts": "^5.4.2",
|
|
@@ -40,6 +46,7 @@
|
|
"everright-filter": "^1.1.1",
|
|
"everright-filter": "^1.1.1",
|
|
"js-md5": "^0.7.3",
|
|
"js-md5": "^0.7.3",
|
|
"json-editor-vue3": "^1.0.8",
|
|
"json-editor-vue3": "^1.0.8",
|
|
|
|
+ "json-lint": "^0.1.0",
|
|
"jss": "^10.9.2",
|
|
"jss": "^10.9.2",
|
|
"jss-preset-default": "^10.9.2",
|
|
"jss-preset-default": "^10.9.2",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
@@ -58,6 +65,7 @@
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue": "^3.4.26",
|
|
"vue": "^3.4.26",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-clipboard3": "^2.0.0",
|
|
|
|
+ "vue-codemirror": "^6.1.1",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-ls": "^4.2.0",
|
|
"vue-ls": "^4.2.0",
|
|
"vue-router": "^4.2.1",
|
|
"vue-router": "^4.2.1",
|
|
@@ -72,6 +80,7 @@
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^35.4.0",
|
|
"@ckeditor/ckeditor5-build-decoupled-document": "^35.4.0",
|
|
"@ckeditor/ckeditor5-build-inline": "^35.4.0",
|
|
"@ckeditor/ckeditor5-build-inline": "^35.4.0",
|
|
"@ckeditor/ckeditor5-vue": "^4.0.1",
|
|
"@ckeditor/ckeditor5-vue": "^4.0.1",
|
|
|
|
+ "@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
"@types/js-md5": "^0.7.0",
|
|
"@types/js-md5": "^0.7.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
@@ -85,7 +94,6 @@
|
|
"@vue/test-utils": "^2.3.2",
|
|
"@vue/test-utils": "^2.3.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"autoprefixer": "^10.4.16",
|
|
"better-sqlite3": "^8.2.0",
|
|
"better-sqlite3": "^8.2.0",
|
|
- "codemirror": "^5.60.0",
|
|
|
|
"connect-multiparty": "^2.2.0",
|
|
"connect-multiparty": "^2.2.0",
|
|
"conventional-changelog-cli": "^4.1.0",
|
|
"conventional-changelog-cli": "^4.1.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint": "^8.40.0",
|
|
@@ -110,9 +118,8 @@
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
- "vue-tsc": "^1.6.5",
|
|
|
|
- "@originjs/vite-plugin-commonjs": "^1.0.3"
|
|
|
|
- },
|
|
|
|
|
|
+ "vue-tsc": "^1.6.5"
|
|
|
|
+ },
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|