openpencil/tools/architecture/package.json
Danila Poyarkov 7bfebce0bf feat(editor): scale and theme Layers panel
- Add indexed visible rows, virtual scroll-to-selection, and range selection

- Move Layer Tree state styling into typed Tailwind Variants slots

- Enforce parsed Vue state-class theming and cover 5,000-node documents
2026-07-17 17:23:16 +03:00

9 lines
130 B
JSON

{
"name": "@open-pencil/architecture-tools",
"private": true,
"type": "module",
"scripts": {
"test": "bun test"
}
}