Use codemirror for JSON editing (vibe-kanban) (#489)

* Commit changes from coding agent for task attempt 009251c6-0595-4baf-be5f-684488a8326c

* Cleanup script changes for task attempt 009251c6-0595-4baf-be5f-684488a8326c

* Commit changes from coding agent for task attempt 009251c6-0595-4baf-be5f-684488a8326c
This commit is contained in:
Louis Knight-Webb
2025-08-15 11:56:02 +01:00
committed by GitHub
parent 39e05f16d7
commit 41305215fe
6 changed files with 545 additions and 13 deletions

View File

@@ -14,6 +14,10 @@
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.11.2",
"@codemirror/lint": "^6.8.5",
"@codemirror/view": "^6.38.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@git-diff-view/file": "^0.0.30",
@@ -31,6 +35,7 @@
"@sentry/vite-plugin": "^3.5.0",
"@tailwindcss/typography": "^0.5.16",
"@types/react-window": "^1.8.8",
"@uiw/react-codemirror": "^4.25.1",
"class-variance-authority": "^0.7.0",
"click-to-react-component": "^1.1.2",
"clsx": "^2.0.0",