{ "name": "saltybot-social-dashboard", "version": "1.0.0", "private": true, "type": "module", "description": "Social-bot monitoring and configuration dashboard", "scripts": { "dev": "vite --port 8080 --host", "build": "vite build", "preview": "vite preview --port 8080 --host" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "roslib": "^1.4.1" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "vite": "^5.4.10" } }