{ "name": "dare-client", "version": "2.0.0", "type": "module", "scripts": { "del": "bun pm cache rm && rm -f bun.lockb $$ rm -f bun.lock && rm node_modules/.vite/deps -r", "kill": "pkill -9 bun && pkill -9 node || true", "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@tailwindcss/vite": "^4.2.4", "sigpro": "git+http://gitea:3000/natxocc/sigpro", "sigpro-ui": "git+http://gitea:3000/natxocc/sigpro-ui" }, "devDependencies": { "@iconify/json": "^2.2.469", "@iconify/tailwind4": "^1.2.3", "tailwindcss": "^4.2.4", "vite": "^8.0.10" } }