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>
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"name": "@wrnexus/ui",
|
|
"version": "0.8.20",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./registry": "./src/registry.ts",
|
|
"./components/*": "./components/*",
|
|
"./component-catalog.json": "./component-catalog.json",
|
|
"./component-migrations.json": "./component-migrations.json",
|
|
"./component-reference.json": "./component-reference.json",
|
|
"./ui.css": "./ui.css"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "workspace:*"
|
|
}
|
|
}
|