Skip to content

Commit

Permalink
Merge pull request #17 from nteract/themed-codemirror
Browse files Browse the repository at this point in the history
CodeMirror editor
  • Loading branch information
rgbkrk authored Jan 14, 2024
2 parents 42ad3c6 + 7e98930 commit ff32e1a
Show file tree
Hide file tree
Showing 8 changed files with 596 additions and 21 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@
"tauri": "tauri"
},
"dependencies": {
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tauri-apps/api": "^1.5.2",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"thememirror": "^2.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.7",
Expand Down
Loading

0 comments on commit ff32e1a

Please sign in to comment.