mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"name": "bun-framework-react",
|
|
"version": "0.1.0",
|
|
"description": "React framework integration for Bun Bake",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./package.json": "./package.json",
|
|
"./*": "./*"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.0-canary-67a44bcd-20250915",
|
|
"react-dom": "^19.2.0-canary-67a44bcd-20250915",
|
|
"react-refresh": "^0.17.0",
|
|
"react-server-dom-bun": "link:react-server-dom-bun"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9"
|
|
},
|
|
"keywords": [
|
|
"bun",
|
|
"react",
|
|
"framework",
|
|
"bake"
|
|
],
|
|
"license": "MIT"
|
|
}
|