mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
b6a13439f8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "hedgedoc",
|
|
"version": "2.0.0-dev",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend",
|
|
"commons",
|
|
"dev-reverse-proxy",
|
|
"docs"
|
|
],
|
|
"scripts": {
|
|
"build": "dotenv -- turbo run build",
|
|
"lint": "dotenv -- turbo run lint",
|
|
"lint:fix": "dotenv -- turbo run lint:fix",
|
|
"format": "dotenv -- turbo run format",
|
|
"start:dev": "dotenv -- turbo run start:dev",
|
|
"start": "dotenv -- turbo run start",
|
|
"test:ci": "dotenv -- turbo run test:ci",
|
|
"test": "dotenv -- turbo run test"
|
|
},
|
|
"packageManager": "yarn@3.6.3",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"@codemirror/state": "6.2.1",
|
|
"@codemirror/autocomplete": "6.9.0",
|
|
"@codemirror/view": "6.16.0",
|
|
"@codemirror/language": "6.9.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.21",
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
|
"yjs@13.6.7": "patch:yjs@npm%3A13.6.7#./.yarn/patches/yjs-remove-import-warning-in-test.patch"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.3.0",
|
|
"turbo": "1.10.13"
|
|
}
|
|
}
|