{ "name": "windmill-dev-dashboard-frontend", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.0", "@tailwindcss/vite": "^4.2.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "svelte": "^5.0.0", "svelte-check": "^4.0.0", "tailwindcss": "^4.2.0", "typescript": "^5.0.0", "vite": "^6.0.0" } }