add monaco editor to project

This commit is contained in:
2024-09-09 15:30:03 +00:00
parent 7fb0c73c6d
commit d1ae92669b
2 changed files with 278 additions and 2 deletions

View File

@@ -9,7 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"date-fns": "^3.6.0",
"monaco-editor": "^0.51.0",
"monaco-editor-core": "^0.51.0",
"monaco-languageclient": "^8.8.3",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"