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",
|
|
|
|
"dev-reverse-proxy"
|
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",
|
|
|
|
"format": "dotenv -- turbo run format",
|
2023-02-12 13:46:42 +00:00
|
|
|
"start:dev": "dotenv -- turbo run start:dev",
|
|
|
|
"test:ci": "dotenv -- turbo run test:ci"
|
2022-12-11 23:46:30 +00:00
|
|
|
},
|
2023-02-06 08:25:41 +00:00
|
|
|
"packageManager": "yarn@3.4.1",
|
2022-11-02 15:24:45 +00:00
|
|
|
"resolutions": {
|
|
|
|
"domhandler": "5.0.3",
|
2022-12-28 18:08:08 +00:00
|
|
|
"@codemirror/state": "6.2.0",
|
2023-02-18 13:39:11 +00:00
|
|
|
"@codemirror/autocomplete": "6.4.2",
|
2023-03-11 06:50:09 +00:00
|
|
|
"@codemirror/view": "6.9.2",
|
2023-02-18 21:05:05 +00:00
|
|
|
"@codemirror/language": "6.6.0",
|
2023-03-11 06:50:09 +00:00
|
|
|
"@codemirror/commands": "6.2.2",
|
2023-02-18 21:05:05 +00:00
|
|
|
"@codemirror/lang-markdown": "6.1.0",
|
2022-12-28 18:17:39 +00:00
|
|
|
"@codemirror/language-data": "6.1.0",
|
2023-03-04 11:15:04 +00:00
|
|
|
"@codemirror/lint": "6.2.0",
|
2023-02-18 13:39:11 +00:00
|
|
|
"@codemirror/theme-one-dark": "6.1.1",
|
2023-02-11 17:41:23 +00:00
|
|
|
"@types/react": "18.0.28",
|
2022-12-04 21:41:39 +00:00
|
|
|
"y-protocols@^1.0.0": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
2023-02-06 12:21:58 +00:00
|
|
|
"y-protocols@1.0.5": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
|
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch"
|
2022-12-11 23:46:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-11 13:06:53 +00:00
|
|
|
"dotenv-cli": "7.1.0",
|
2023-03-04 10:44:55 +00:00
|
|
|
"turbo": "1.8.3"
|
2022-11-02 15:24:45 +00:00
|
|
|
}
|
|
|
|
}
|