mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
c622408b83
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 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",
|
|
"test:ci": "dotenv -- turbo run test:ci",
|
|
"test": "dotenv -- turbo run test"
|
|
},
|
|
"packageManager": "yarn@3.6.1",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"@codemirror/state": "6.2.1",
|
|
"@codemirror/autocomplete": "6.8.1",
|
|
"@codemirror/view": "6.14.0",
|
|
"@codemirror/language": "6.8.0",
|
|
"@codemirror/commands": "6.2.4",
|
|
"@codemirror/lang-markdown": "6.2.0",
|
|
"@codemirror/language-data": "6.3.1",
|
|
"@codemirror/lint": "6.4.0",
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
|
"@types/react": "18.2.14",
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
|
"yjs@13.6.6": "patch:yjs@npm%3A13.6.6#./.yarn/patches/yjs-remove-import-warning-in-test.patch"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.2.1",
|
|
"turbo": "1.10.7"
|
|
}
|
|
}
|