UNPKG

bun-framework-react

Version:

React framework integration with RSC, for the Bun Rendering API

37 lines (36 loc) 836 B
{ "name": "bun-framework-react", "version": "0.0.0-canary.7", "devDependencies": { "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9" }, "exports": { ".": "./index.ts", "./package.json": "./package.json", "./ssr.tsx": "./ssr.tsx", "./server.tsx": "./server.tsx", "./client.tsx": "./client.tsx", "./*": "./src/components/*.tsx" }, "description": "React framework integration with RSC, for the Bun Rendering API", "files": [ "./vendor", "./src", "./*.ts", "./*.tsx", "./README.md" ], "keywords": [ "bun", "react", "framework", "bake" ], "type": "module", "dependencies": { "react": "^19.2.0-canary-b0c1dc01-20250925", "react-dom": "^19.2.0-canary-b0c1dc01-20250925", "react-refresh": "^0.18.0-canary-b0c1dc01-20250925" } }