{ "name": "realblocks-client", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "blockly": "^10.4.3", "clsx": "^2.1.0", "file-saver": "^2.0.5", "jszip": "^3.10.1", "lucide-react": "^0.300.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.0", "react-syntax-highlighter": "^15.5.0", "reactflow": "^11.10.3", "socket.io-client": "^4.7.5", "uuid": "^9.0.0", "zustand": "^4.4.7" }, "devDependencies": { "@types/file-saver": "^2.0.7", "@types/prismjs": "^1.26.3", "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@types/react-syntax-highlighter": "^15.5.11", "@types/uuid": "^9.0.7", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "^5.9.3", "vite": "^5.0.10" } }