|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "name": "smart-ask-answer-web",
|
|
|
+ "name": "czr-ui",
|
|
|
"private": true,
|
|
|
"version": "0.0.0",
|
|
|
"type": "module",
|
|
@@ -9,7 +9,8 @@
|
|
|
"preview": "vite preview",
|
|
|
"serve": "vite --host 0.0.0.0",
|
|
|
"prettier": "npx prettier . --write",
|
|
|
- "lint": "npx eslint . "
|
|
|
+ "lint": "npx eslint . ",
|
|
|
+ "upgrade": "yarn upgrade --latest"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@antv/x6": "^2.18.1",
|
|
@@ -18,23 +19,23 @@
|
|
|
"@antv/x6-plugin-minimap": "^2.0.7",
|
|
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
|
- "@tailwindcss/vite": "^4.1.6",
|
|
|
- "@types/node": "^20.17.11",
|
|
|
+ "@tailwindcss/vite": "^4.1.8",
|
|
|
+ "@types/node": "^24.0.0",
|
|
|
"ant-design-vue": "4.x",
|
|
|
- "axios": "^1.7.9",
|
|
|
+ "axios": "^1.9.0",
|
|
|
"dagre": "^0.8.5",
|
|
|
- "default-passive-events": "^2.0.0",
|
|
|
+ "default-passive-events": "^4.0.0",
|
|
|
"echarts": "^5.6.0",
|
|
|
- "element-plus": "^2.9.7",
|
|
|
+ "element-plus": "^2.10.1",
|
|
|
"fast-glob": "^3.3.3",
|
|
|
"highlight.js": "^11.11.1",
|
|
|
"lodash": "^4.17.21",
|
|
|
"markdown-it": "^14.1.0",
|
|
|
- "marked": "^15.0.8",
|
|
|
- "npm": "^11.3.0",
|
|
|
- "pinia": "^3.0.1",
|
|
|
- "rollup-plugin-visualizer": "^5.14.0",
|
|
|
- "sass": "^1.83.1",
|
|
|
+ "marked": "^15.0.12",
|
|
|
+ "npm": "^11.4.1",
|
|
|
+ "pinia": "^3.0.3",
|
|
|
+ "rollup-plugin-visualizer": "^6.0.3",
|
|
|
+ "sass": "^1.89.2",
|
|
|
"sortablejs": "^1.15.6",
|
|
|
"tailwindcss": "^4.1.8",
|
|
|
"uuid": "^11.0.4",
|
|
@@ -42,19 +43,19 @@
|
|
|
"vite-plugin-html-env": "^1.2.8",
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
"vite-plugin-top-level-await": "^1.4.4",
|
|
|
- "vue": "^3.5.13",
|
|
|
- "vue-router": "^4.5.0"
|
|
|
+ "vue": "^3.5.16",
|
|
|
+ "vue-router": "^4.5.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@eslint/js": "^9.28.0",
|
|
|
- "@vitejs/plugin-vue": "^5.2.1",
|
|
|
+ "@vitejs/plugin-vue": "^5.2.4",
|
|
|
"eslint": "^9.28.0",
|
|
|
"eslint-plugin-vue": "^10.2.0",
|
|
|
"globals": "^16.2.0",
|
|
|
"prettier": "3.5.3",
|
|
|
"typescript": "^5.7.2",
|
|
|
"typescript-eslint": "^8.34.0",
|
|
|
- "vite": "^6.0.7",
|
|
|
+ "vite": "^6.3.5",
|
|
|
"vue-eslint-parser": "^10.1.3",
|
|
|
"vue-tsc": "^2.2.0"
|
|
|
}
|