mirror of
https://github.com/BloopAI/vibe-kanban-web-companion.git
synced 2026-08-23 11:58:32 +00:00
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.
17 lines
422 B
JSON
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"
|
|
}
|
|
} |