hedgedoc/package.json
renovate[bot] 4af47f27c0 chore(deps): update dependency turbo to v1.10.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 21:42:17 +00:00

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.0",
"resolutions": {
"domhandler": "5.0.3",
"@codemirror/state": "6.2.1",
"@codemirror/autocomplete": "6.8.0",
"@codemirror/view": "6.13.2",
"@codemirror/language": "6.8.0",
"@codemirror/commands": "6.2.4",
"@codemirror/lang-markdown": "6.1.1",
"@codemirror/language-data": "6.3.1",
"@codemirror/lint": "6.2.2",
"@codemirror/theme-one-dark": "6.1.2",
"@types/react": "18.2.13",
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
"yjs@13.6.4": "patch:yjs@npm%3A13.6.4#./.yarn/patches/yjs-remove-import-warning-in-test.patch"
},
"devDependencies": {
"dotenv-cli": "7.2.1",
"turbo": "1.10.5"
}
}