package.json 418 B

1234567891011121314151617
  1. {
  2. "scripts": {
  3. "dev": "vite --host 0.0.0.0 --port 5173",
  4. "build": "vite build",
  5. "preview": "vite preview --host 0.0.0.0 --port 4173"
  6. },
  7. "dependencies": {
  8. "@vitejs/plugin-vue": "^5.1.4",
  9. "@vue-flow/background": "^1.3.2",
  10. "@vue-flow/controls": "^1.1.3",
  11. "@vue-flow/core": "^1.48.2",
  12. "axios": "^1.7.7",
  13. "element-plus": "^2.8.4",
  14. "vite": "^5.4.10",
  15. "vue": "^3.5.12"
  16. }
  17. }