| 1234567891011121314151617 |
- {
- "scripts": {
- "dev": "vite --host 0.0.0.0 --port 5173",
- "build": "vite build",
- "preview": "vite preview --host 0.0.0.0 --port 4173"
- },
- "dependencies": {
- "@vitejs/plugin-vue": "^5.1.4",
- "@vue-flow/background": "^1.3.2",
- "@vue-flow/controls": "^1.1.3",
- "@vue-flow/core": "^1.48.2",
- "axios": "^1.7.7",
- "element-plus": "^2.8.4",
- "vite": "^5.4.10",
- "vue": "^3.5.12"
- }
- }
|