2022-11-02 15:24:45 +00:00
|
|
|
{
|
|
|
|
"name": "hedgedoc",
|
|
|
|
"version": "2.0.0-dev",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"backend",
|
2022-12-04 21:41:39 +00:00
|
|
|
"frontend",
|
2022-12-11 23:46:30 +00:00
|
|
|
"commons",
|
2023-07-04 23:39:12 +00:00
|
|
|
"dev-reverse-proxy",
|
2023-08-26 10:44:01 +00:00
|
|
|
"docs",
|
2023-08-26 09:38:23 +00:00
|
|
|
"html-to-react",
|
|
|
|
"markdown-it-plugins"
|
2022-11-02 15:24:45 +00:00
|
|
|
],
|
2022-12-11 23:46:30 +00:00
|
|
|
"scripts": {
|
2023-02-12 12:38:59 +00:00
|
|
|
"build": "dotenv -- turbo run build",
|
|
|
|
"lint": "dotenv -- turbo run lint",
|
2023-07-16 08:40:24 +00:00
|
|
|
"lint:fix": "dotenv -- turbo run lint:fix",
|
2023-02-12 12:38:59 +00:00
|
|
|
"format": "dotenv -- turbo run format",
|
2023-02-12 13:46:42 +00:00
|
|
|
"start:dev": "dotenv -- turbo run start:dev",
|
2023-07-02 20:10:50 +00:00
|
|
|
"start": "dotenv -- turbo run start",
|
2023-09-02 12:52:13 +00:00
|
|
|
"test:ci": "dotenv -c test -- turbo run test:ci",
|
|
|
|
"test": "dotenv -c test -- turbo run test"
|
2022-12-11 23:46:30 +00:00
|
|
|
},
|
2023-08-26 09:03:23 +00:00
|
|
|
"packageManager": "yarn@3.6.3",
|
2022-11-02 15:24:45 +00:00
|
|
|
"resolutions": {
|
|
|
|
"domhandler": "5.0.3",
|
2023-05-23 10:04:48 +00:00
|
|
|
"@codemirror/state": "6.2.1",
|
2023-07-18 19:15:16 +00:00
|
|
|
"@codemirror/autocomplete": "6.9.0",
|
2023-08-31 19:07:58 +00:00
|
|
|
"@codemirror/view": "6.17.1",
|
2023-08-16 20:11:41 +00:00
|
|
|
"@codemirror/language": "6.9.0",
|
2023-08-26 12:16:40 +00:00
|
|
|
"@codemirror/commands": "6.2.5",
|
2023-06-23 13:10:29 +00:00
|
|
|
"@codemirror/lang-markdown": "6.2.0",
|
2023-05-01 18:52:34 +00:00
|
|
|
"@codemirror/language-data": "6.3.1",
|
2023-08-26 12:16:40 +00:00
|
|
|
"@codemirror/lint": "6.4.1",
|
2023-04-17 20:13:50 +00:00
|
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
2023-08-22 20:58:47 +00:00
|
|
|
"@types/react": "18.2.21",
|
2023-04-12 13:31:47 +00:00
|
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
2023-06-04 10:06:40 +00:00
|
|
|
"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"
|
2022-12-11 23:46:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-17 09:56:55 +00:00
|
|
|
"dotenv-cli": "7.3.0",
|
2023-08-26 00:25:46 +00:00
|
|
|
"turbo": "1.10.13"
|
2022-11-02 15:24:45 +00:00
|
|
|
}
|
|
|
|
}
|