mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
18 lines
333 B
JSON
18 lines
333 B
JSON
|
{
|
||
|
"name": "hedgedoc",
|
||
|
"version": "2.0.0-dev",
|
||
|
"private": true,
|
||
|
"workspaces": [
|
||
|
"backend",
|
||
|
"frontend"
|
||
|
],
|
||
|
"packageManager": "yarn@3.3.0",
|
||
|
"resolutions": {
|
||
|
"domhandler": "5.0.3",
|
||
|
"yjs": "13.5.42",
|
||
|
"@codemirror/state": "6.1.4",
|
||
|
"@codemirror/view": "6.6.0",
|
||
|
"@codemirror/language": "6.3.1"
|
||
|
}
|
||
|
}
|