Added monaco editor.

This commit is contained in:
SamTV12345 2024-03-13 15:20:17 +01:00
parent 4485aa6bf8
commit 22ae8111a3
3 changed files with 28 additions and 6 deletions

View file

@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5",
"i18next": "^23.10.1",
@ -19,7 +20,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^6.22.3",
"zustand": "^4.5.2"
},