Client control blocks and loops, the dev-server rebuild recycle, the editor's tag and completion handling, and the island mount/HMR fixes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
31 lines
577 B
JSON
31 lines
577 B
JSON
{
|
|
"name": "@wrnexus/react",
|
|
"version": "0.8.9",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./runtime": "./src/runtime-source.ts",
|
|
"./browser": "./src/browser.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/store": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.14",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|