{ "type": "module", "scripts": { "build": "vite build", "dev": "vite --host 0.0.0.0", "test:frontend": "node tests/frontend/cascade-stage-smoke.mjs" }, "dependencies": { "@vitejs/plugin-vue": "^6.0.6", "autoprefixer": "^10.5.0", "postcss": "^8.5.14", "tailwindcss": "^3.4.17", "vite": "^8.0.11", "vue": "^3.5.34" } }