mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
40ddf2a7c6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "hedgedoc",
|
|
"version": "2.0.0-dev",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend",
|
|
"commons",
|
|
"dev-reverse-proxy"
|
|
],
|
|
"scripts": {
|
|
"build": "dotenv -- turbo run build",
|
|
"lint": "dotenv -- turbo run lint",
|
|
"format": "dotenv -- turbo run format",
|
|
"start:dev": "dotenv -- turbo run start:dev"
|
|
},
|
|
"packageManager": "yarn@3.4.1",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"@codemirror/state": "6.2.0",
|
|
"@codemirror/autocomplete": "6.4.2",
|
|
"@codemirror/view": "6.8.1",
|
|
"@codemirror/language": "6.5.0",
|
|
"@codemirror/commands": "6.2.1",
|
|
"@codemirror/lang-markdown": "6.0.5",
|
|
"@codemirror/language-data": "6.1.0",
|
|
"@codemirror/lint": "6.1.1",
|
|
"@codemirror/theme-one-dark": "6.1.1",
|
|
"@types/react": "18.0.28",
|
|
"y-protocols@^1.0.0": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.0.0",
|
|
"turbo": "1.7.4"
|
|
}
|
|
}
|