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",
|
2022-12-11 18:46:30 -05:00
|
|
|
"commons",
|
|
|
|
"dev-reverse-proxy"
|
2022-11-02 11:24:45 -04:00
|
|
|
],
|
2022-12-11 18:46:30 -05:00
|
|
|
"scripts": {
|
2023-02-12 07:38:59 -05:00
|
|
|
"build": "dotenv -- turbo run build",
|
|
|
|
"lint": "dotenv -- turbo run lint",
|
|
|
|
"format": "dotenv -- turbo run format",
|
|
|
|
"start:dev": "dotenv -- turbo run start:dev"
|
2022-12-11 18:46:30 -05:00
|
|
|
},
|
2023-02-06 03:25:41 -05:00
|
|
|
"packageManager": "yarn@3.4.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",
|
2023-02-18 08:39:11 -05:00
|
|
|
"@codemirror/autocomplete": "6.4.2",
|
2023-02-11 03:42:22 -05:00
|
|
|
"@codemirror/view": "6.8.1",
|
|
|
|
"@codemirror/language": "6.5.0",
|
2023-02-18 08:39:11 -05:00
|
|
|
"@codemirror/commands": "6.2.1",
|
2022-12-28 13:17:39 -05:00
|
|
|
"@codemirror/lang-markdown": "6.0.5",
|
|
|
|
"@codemirror/language-data": "6.1.0",
|
2023-02-18 08:39:11 -05:00
|
|
|
"@codemirror/lint": "6.1.1",
|
|
|
|
"@codemirror/theme-one-dark": "6.1.1",
|
2023-02-11 12:41:23 -05:00
|
|
|
"@types/react": "18.0.28",
|
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-02-06 07:21:58 -05:00
|
|
|
"y-protocols@1.0.5": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
|
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch"
|
2022-12-11 18:46:30 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-12 07:38:59 -05:00
|
|
|
"dotenv-cli": "7.0.0",
|
2023-02-11 03:50:02 -05:00
|
|
|
"turbo": "1.7.4"
|
2022-11-02 11:24:45 -04:00
|
|
|
}
|
|
|
|
}
|