mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
- 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.
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./*": "./*"
|
|
}
|
|
}
|