{ "name": "reactflow-shadcn-app", "version": "0.1.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@monaco-editor/react": "^4.7.0", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-menubar": "^1.1.16", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@xyflow/react": "^12.10.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "js-yaml": "^4.1.0", "lucide-react": "^0.577.0", "monaco-editor": "^0.53.0", "react": "18.2.0", "react-dom": "18.2.0", "reactflow": "^11.0.0", "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^25.3.3", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^5.1.4", "autoprefixer": "^10.4.0", "postcss": "^8.4.0", "shadcn": "^4.0.0", "tailwindcss": "^3.4.0", "typescript": "^5.0.0", "vite": "^7.3.1" } }