838cdc4339
The text-secondary re-point moved into the kit's theme.css (every plugin hits it), joined there by the card-ring softening the console does in its own Card wrapper. The SPA's stylesheet is back to imports only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "rom-manager-workspace",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"contract",
|
|
"plugin",
|
|
"ui"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck",
|
|
"test": "cd plugin && bun test",
|
|
"build": "cd plugin && bun run build:all",
|
|
"check": "bunx biome check ."
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.2"
|
|
}
|
|
}
|