{ "name": "reactflow-shadcn-app", "version": "0.1.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", "reactflow": "^11.0.0", "shadcn": "^3.8.5" }, "devDependencies": { "vite": "^4.0.0", "@vitejs/plugin-react": "^3.0.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.0", "autoprefixer": "^10.4.0", "typescript": "^5.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0" } }