package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "czr-ui",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build --mode production",
  9. "preview": "vite preview",
  10. "serve": "vite --host 0.0.0.0",
  11. "prettier": "npx prettier . --write",
  12. "lint": "npx eslint . ",
  13. "upgrade": "yarn upgrade --latest"
  14. },
  15. "dependencies": {
  16. "@antv/x6": "^2.18.1",
  17. "@antv/x6-plugin-dnd": "^2.1.1",
  18. "@antv/x6-plugin-history": "^2.2.4",
  19. "@antv/x6-plugin-minimap": "^2.0.7",
  20. "@antv/x6-plugin-snapline": "^2.1.7",
  21. "@antv/x6-vue-shape": "^2.1.2",
  22. "@tailwindcss/vite": "^4.1.8",
  23. "@tinymce/tinymce-vue": "^6.2.0",
  24. "@types/node": "^24.0.0",
  25. "ant-design-vue": "4.x",
  26. "axios": "^1.9.0",
  27. "dagre": "^0.8.5",
  28. "default-passive-events": "^4.0.0",
  29. "dompurify": "^3.2.6",
  30. "echarts": "^5.6.0",
  31. "element-plus": "^2.10.1",
  32. "fast-glob": "^3.3.3",
  33. "highlight.js": "^11.11.1",
  34. "lodash": "^4.17.21",
  35. "markdown-it": "^14.1.0",
  36. "marked": "^15.0.12",
  37. "npm": "^11.4.1",
  38. "pinia": "^3.0.3",
  39. "prettier-plugin-tailwindcss": "^0.6.13",
  40. "rollup-plugin-visualizer": "^6.0.3",
  41. "sass": "^1.89.2",
  42. "sortablejs": "^1.15.6",
  43. "tailwindcss": "^4.1.8",
  44. "uuid": "^11.0.4",
  45. "vite-plugin-compression": "^0.5.1",
  46. "vite-plugin-html-env": "^1.2.8",
  47. "vite-plugin-svg-icons": "^2.0.1",
  48. "vite-plugin-top-level-await": "^1.4.4",
  49. "vue": "^3.5.16",
  50. "vue-router": "^4.5.1"
  51. },
  52. "devDependencies": {
  53. "@eslint/js": "^9.28.0",
  54. "@vitejs/plugin-vue": "^5.2.4",
  55. "eslint": "^9.28.0",
  56. "eslint-plugin-vue": "^10.2.0",
  57. "globals": "^16.2.0",
  58. "prettier": "3.5.3",
  59. "typescript": "^5.7.2",
  60. "typescript-eslint": "^8.34.0",
  61. "vite": "^6.3.5",
  62. "vue-eslint-parser": "^10.1.3",
  63. "vue-tsc": "^2.2.0"
  64. }
  65. }