mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"chat": "vite --mode chat",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"build-chat": "run-p type-check \"build-only-chat {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"build-only-chat": "vite build --mode chat",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@antv/layout": "^0.3.1",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@logicflow/core": "^1.2.27",
|
|
"@logicflow/extension": "^1.2.27",
|
|
"@vavt/cm-extension": "^1.9.1",
|
|
"@vueuse/core": "^13.3.0",
|
|
"@wecom/jssdk": "^2.3.1",
|
|
"axios": "^1.8.4",
|
|
"cropperjs": "^1.6.2",
|
|
"dingtalk-jsapi": "^3.1.0",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.10.2",
|
|
"file-saver": "^2.0.5",
|
|
"highlight.js": "^11.11.1",
|
|
"html-to-image": "^1.11.13",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^3.0.1",
|
|
"katex": "^0.16.10",
|
|
"marked": "^12.0.2",
|
|
"md-editor-v3": "^5.8.2",
|
|
"mermaid": "^10.9.0",
|
|
"moment": "^2.30.1",
|
|
"nanoid": "^5.1.5",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.1",
|
|
"recorder-core": "^1.3.25011100",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.6",
|
|
"svg2pdf.js": "^2.5.0",
|
|
"use-element-plus-theme": "^0.0.5",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vue": "^3.5.13",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-demi": "^0.14.10",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-menus": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^22.14.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-vue": "~10.0.0",
|
|
"jiti": "^2.4.2",
|
|
"npm-run-all2": "^7.0.2",
|
|
"prettier": "3.5.3",
|
|
"sass": "^1.86.3",
|
|
"sass-loader": "^16.0.5",
|
|
"typescript": "~5.8.0",
|
|
"unplugin-vue-define-options": "^3.0.0-beta.8",
|
|
"vite": "^6.2.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|