Files
bun.sh/packages/bun-framework-react/package.json
Alistair Smith 6b2c3e61ea refactor: update bun-framework-react structure and types
- Remove unused components and utility files from bun-framework-react.
- Update type definitions in bake.private.d.ts to allow for synthetic modules.
- Modify exports in package.json to simplify module access.
- Ensure proper registration of bun:app in the HMR module system.
2025-09-08 16:57:53 -07:00

12 lines
194 B
JSON

{
"type": "module",
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9"
},
"exports": {
"./package.json": "./package.json",
"./*": "./*"
}
}