mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
1de95157ef
Signed-off-by: Renovate Bot <bot@renovateapp.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 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"
|
|
},
|
|
"packageManager": "yarn@3.5.1",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"@codemirror/state": "6.2.1",
|
|
"@codemirror/autocomplete": "6.7.1",
|
|
"@codemirror/view": "6.12.0",
|
|
"@codemirror/language": "6.7.0",
|
|
"@codemirror/commands": "6.2.4",
|
|
"@codemirror/lang-markdown": "6.1.1",
|
|
"@codemirror/language-data": "6.3.1",
|
|
"@codemirror/lint": "6.2.1",
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
|
"@types/react": "18.2.6",
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
|
"yjs@13.6.1": "patch:yjs@npm%3A13.6.1#./.yarn/patches/yjs-remove-import-warning-in-test.patch"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.2.1",
|
|
"turbo": "1.9.9"
|
|
}
|
|
}
|