2022-11-02 11:24:45 -04:00
|
|
|
{
|
|
|
|
"name": "hedgedoc",
|
|
|
|
"version": "2.0.0-dev",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"backend",
|
2022-12-04 16:41:39 -05:00
|
|
|
"frontend",
|
|
|
|
"commons"
|
2022-11-02 11:24:45 -04:00
|
|
|
],
|
2022-12-24 04:39:27 -05:00
|
|
|
"packageManager": "yarn@3.3.1",
|
2022-11-02 11:24:45 -04:00
|
|
|
"resolutions": {
|
|
|
|
"domhandler": "5.0.3",
|
2022-12-28 13:08:08 -05:00
|
|
|
"@codemirror/state": "6.2.0",
|
2022-12-18 15:24:20 -05:00
|
|
|
"@codemirror/autocomplete": "6.4.0",
|
2023-01-15 22:29:49 -05:00
|
|
|
"@codemirror/view": "6.7.3",
|
2023-01-16 11:09:14 -05:00
|
|
|
"@codemirror/language": "6.4.0",
|
2023-01-22 06:53:25 -05:00
|
|
|
"@codemirror/commands": "6.2.0",
|
2022-12-28 13:17:39 -05: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 16:11:31 -05:00
|
|
|
"@types/react": "18.0.27",
|
2022-12-04 16:41:39 -05: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 14:36:16 -05: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 11:24:45 -04:00
|
|
|
}
|
|
|
|
}
|