hedgedoc/package.json

52 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "hedgedoc",
"version": "2.0.0-alpha.2",
"private": true,
"workspaces": [
"backend",
"frontend",
"commons",
"dev-reverse-proxy",
"docs",
"html-to-react",
"markdown-it-plugins"
],
"scripts": {
"build": "dotenv -c production -- turbo --env-mode=loose run build",
"build:test": "dotenv -c production -- turbo --env-mode=loose run build:test",
"lint": "dotenv -c development -- turbo --env-mode=loose run lint",
"lint:fix": "dotenv -c development -- turbo --env-mode=loose run lint:fix",
"format": "dotenv -c development -- turbo --env-mode=loose run format",
"start:dev": "dotenv -c development -- turbo --env-mode=loose run start:dev",
"start": "dotenv -c production -- turbo --env-mode=loose run start",
"test:ci": "dotenv -c test -- turbo --env-mode=loose run test:ci --concurrency 1",
"test": "dotenv -c test -- turbo --env-mode=loose run test --concurrency 1",
"test:e2e:ci": "dotenv -c test -- turbo --env-mode=loose run test:e2e:ci"
},
"packageManager": "yarn@4.4.1",
"resolutions": {
"@types/node": "20.16.2",
"domhandler": "5.0.3",
"@codemirror/state": "6.4.1",
"@codemirror/autocomplete": "6.18.0",
"@codemirror/view": "6.33.0",
"@codemirror/language": "6.10.2",
"@codemirror/commands": "6.6.1",
"@codemirror/lang-markdown": "6.2.5",
"@codemirror/language-data": "6.5.1",
"@codemirror/lint": "6.8.1",
"@codemirror/theme-one-dark": "6.1.2",
"@lezer/common": "1.2.1",
"@types/react": "18.3.5",
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
"yjs@13.6.18": "patch:yjs@npm%3A13.6.18#./.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@9.2.1": "patch:@dicebear/converter@npm%3A9.2.1#./.yarn/patches/@dicebear-converter-fix-js-file-path.patch"
},
"devDependencies": {
"dotenv-cli": "7.4.2",
"turbo": "2.1.1"
}
}