Files
vibe-kanban-web-companion/package.json
Louis Knight-Webb 4faf9f2284 Display textarea (vibe-kanban ad87c626)
Instead of showing the contextmenu, we should show a textarea followed by the list of components currently displayed in the contextmenu, as well as a submit button when text has been entered.

The components currently in the contextmenu are no longer clickable.

For now, when the submit button is pressed, we should just console log.
2025-09-18 22:36:00 +01:00

17 lines
422 B
JSON

{
"private": true,
"main": "index.js",
"scripts": {
"build": "turbo run build --filter=click-to-*-component",
"env": "env",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint --filter=click-to-*-component",
"prerelease": "pnpm run build",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"eslint": "8.13.0",
"turbo": "^1.2.16"
}
}