React + TypeScript knob/fader library with a headless interaction core (rotary, relative-drag and track modes, wheel, keyboard, a11y), SVG primitives, nine prebuilt skins, seven-segment display engine, and a Vite showcase with gallery, live playground and API docs.
12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"name": "dreamknob-monorepo",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "pnpm --filter dreamknob build && pnpm --filter docs build",
|
|
"dev": "pnpm --filter docs dev",
|
|
"test": "pnpm --filter dreamknob test",
|
|
"typecheck": "pnpm -r typecheck"
|
|
},
|
|
"packageManager": "pnpm@9.11.0"
|
|
}
|