2022-11-02 15:24:45 +00:00
|
|
|
{
|
|
|
|
"name": "hedgedoc",
|
|
|
|
"version": "2.0.0-dev",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"backend",
|
2022-12-04 21:41:39 +00:00
|
|
|
"frontend",
|
|
|
|
"commons"
|
2022-11-02 15:24:45 +00:00
|
|
|
],
|
2022-12-24 09:39:27 +00:00
|
|
|
"packageManager": "yarn@3.3.1",
|
2022-11-02 15:24:45 +00:00
|
|
|
"resolutions": {
|
|
|
|
"domhandler": "5.0.3",
|
2022-12-28 18:08:08 +00:00
|
|
|
"@codemirror/state": "6.2.0",
|
2022-12-18 20:24:20 +00:00
|
|
|
"@codemirror/autocomplete": "6.4.0",
|
2023-01-16 03:29:49 +00:00
|
|
|
"@codemirror/view": "6.7.3",
|
2023-01-16 16:09:14 +00:00
|
|
|
"@codemirror/language": "6.4.0",
|
2023-01-22 11:53:25 +00:00
|
|
|
"@codemirror/commands": "6.2.0",
|
2022-12-28 18:17:39 +00:00
|
|
|
"@codemirror/lang-markdown": "6.0.5",
|
|
|
|
"@codemirror/language-data": "6.1.0",
|
|
|
|
"@codemirror/lint": "6.1.0",
|
|
|
|
"@codemirror/theme-one-dark": "6.1.0",
|
2023-01-21 21:11:31 +00:00
|
|
|
"@types/react": "18.0.27",
|
2022-12-04 21:41:39 +00:00
|
|
|
"y-protocols@^1.0.0": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
2023-01-22 19:36:16 +00:00
|
|
|
"y-protocols@1.0.5": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch"
|
2022-11-02 15:24:45 +00:00
|
|
|
}
|
|
|
|
}
|