hedgedoc/package.json
Tilman Vatteroth 1f0439b618 fix(frontend): move mock api files instead of removing
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-09-03 22:00:34 +02:00

46 lines
1.5 KiB
JSON

{
"name": "hedgedoc",
"version": "2.0.0-dev",
"private": true,
"workspaces": [
"backend",
"frontend",
"commons",
"dev-reverse-proxy",
"docs",
"html-to-react",
"markdown-it-plugins"
],
"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 -c test -- turbo run test:ci",
"test": "dotenv -c test -- 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.17.1",
"@codemirror/language": "6.9.0",
"@codemirror/commands": "6.2.5",
"@codemirror/lang-markdown": "6.2.0",
"@codemirror/language-data": "6.3.1",
"@codemirror/lint": "6.4.1",
"@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",
"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"
},
"devDependencies": {
"dotenv-cli": "7.3.0",
"turbo": "1.10.13"
}
}