hedgedoc/package.json
renovate[bot] 403593c9d1 fix(deps): update definitelytyped
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 20:26:14 +00:00

50 lines
1.9 KiB
JSON

{
"name": "hedgedoc",
"version": "2.0.0-alpha.1",
"private": true,
"workspaces": [
"backend",
"frontend",
"commons",
"dev-reverse-proxy",
"docs",
"html-to-react",
"markdown-it-plugins"
],
"scripts": {
"build": "dotenv -c production -- turbo run build",
"build:test": "dotenv -c production -- turbo run build:test",
"lint": "dotenv -c development -- turbo run lint",
"lint:fix": "dotenv -c development -- turbo run lint:fix",
"format": "dotenv -c development -- turbo run format",
"start:dev": "dotenv -c development -- turbo run start:dev",
"start": "dotenv -c production -- turbo run start",
"test:ci": "dotenv -c test -- turbo run test:ci --concurrency 1",
"test": "dotenv -c test -- turbo run test --concurrency 1",
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
},
"packageManager": "yarn@3.6.4",
"resolutions": {
"domhandler": "5.0.3",
"@codemirror/state": "6.3.1",
"@codemirror/autocomplete": "6.10.2",
"@codemirror/view": "6.21.3",
"@codemirror/language": "6.9.1",
"@codemirror/commands": "6.3.0",
"@codemirror/lang-markdown": "6.2.2",
"@codemirror/language-data": "6.3.1",
"@codemirror/lint": "6.4.2",
"@codemirror/theme-one-dark": "6.1.2",
"@lezer/common": "1.1.0",
"@types/react": "18.2.29",
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
"yjs@13.6.8": "patch:yjs@npm%3A13.6.8#./.yarn/patches/yjs-remove-import-warning-in-test.patch",
"vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
"vega-canvas@^1.2.7": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
"@dicebear/converter@7.0.1": "patch:@dicebear/converter@npm%3A7.0.1#./.yarn/patches/@dicebear-converter-npm-7.0.1-cb9d17808e.patch"
},
"devDependencies": {
"dotenv-cli": "7.3.0",
"turbo": "1.10.15"
}
}