{ "name": "smartbotic-webui", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint src --ext ts,tsx" }, "dependencies": { "@monaco-editor/react": "^4.7.0", "@tanstack/react-query": "^5.8.0", "axios": "^1.6.2", "clsx": "^2.0.0", "date-fns": "^2.30.0", "lucide-react": "^0.294.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "reactflow": "^11.10.0", "zustand": "^4.4.6" }, "devDependencies": { "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "eslint": "^8.54.0", "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.3.2", "vite": "^5.0.2", "ws": "^8.19.0" } }