2022-11-02 11:24:45 -04:00
|
|
|
{
|
|
|
|
"name": "hedgedoc",
|
2023-10-23 16:46:19 -04:00
|
|
|
"version": "2.0.0-alpha.2",
|
2022-11-02 11:24:45 -04:00
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"backend",
|
2022-12-04 16:41:39 -05:00
|
|
|
"frontend",
|
2022-12-11 18:46:30 -05:00
|
|
|
"commons",
|
2023-07-04 19:39:12 -04:00
|
|
|
"dev-reverse-proxy",
|
2023-08-26 06:44:01 -04:00
|
|
|
"docs",
|
2023-08-26 05:38:23 -04:00
|
|
|
"html-to-react",
|
|
|
|
"markdown-it-plugins"
|
2022-11-02 11:24:45 -04:00
|
|
|
],
|
2022-12-11 18:46:30 -05:00
|
|
|
"scripts": {
|
2023-09-03 09:47:53 -04:00
|
|
|
"build": "dotenv -c production -- turbo run build",
|
2023-09-07 13:56:20 -04:00
|
|
|
"build:test": "dotenv -c production -- turbo run build:test",
|
2023-09-03 09:47:53 -04:00
|
|
|
"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",
|
2023-09-07 13:53:21 -04:00
|
|
|
"test:ci": "dotenv -c test -- turbo run test:ci --concurrency 1",
|
|
|
|
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
2023-09-07 13:56:20 -04:00
|
|
|
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
|
2022-12-11 18:46:30 -05:00
|
|
|
},
|
2024-08-29 04:48:46 -04:00
|
|
|
"packageManager": "yarn@4.1.1",
|
2022-11-02 11:24:45 -04:00
|
|
|
"resolutions": {
|
2024-02-15 07:19:01 -05:00
|
|
|
"@types/node": "20.11.18",
|
2022-11-02 11:24:45 -04:00
|
|
|
"domhandler": "5.0.3",
|
2024-08-28 18:35:39 -04:00
|
|
|
"@codemirror/state": "6.4.1",
|
2024-08-29 06:02:11 -04:00
|
|
|
"@codemirror/autocomplete": "6.18.0",
|
|
|
|
"@codemirror/view": "6.33.0",
|
2024-08-28 18:35:39 -04:00
|
|
|
"@codemirror/language": "6.10.2",
|
2024-08-29 06:02:11 -04:00
|
|
|
"@codemirror/commands": "6.6.0",
|
2024-08-28 18:35:39 -04:00
|
|
|
"@codemirror/lang-markdown": "6.2.5",
|
2024-08-29 06:02:11 -04:00
|
|
|
"@codemirror/language-data": "6.5.1",
|
|
|
|
"@codemirror/lint": "6.8.1",
|
2023-04-17 16:13:50 -04:00
|
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
2024-01-28 15:56:40 -05:00
|
|
|
"@lezer/common": "1.2.1",
|
2024-02-10 10:31:05 -05:00
|
|
|
"@types/react": "18.2.55",
|
2023-04-12 09:31:47 -04:00
|
|
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
2024-08-29 01:18:26 -04:00
|
|
|
"yjs@13.6.18": "patch:yjs@npm%3A13.6.18#./.yarn/patches/yjs-remove-import-warning-in-test.patch",
|
2023-06-04 06:06:40 -04:00
|
|
|
"vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
|
2023-10-07 07:45:24 -04:00
|
|
|
"vega-canvas@^1.2.7": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
|
2024-08-29 06:06:03 -04:00
|
|
|
"@dicebear/converter@7.1.3": "patch:@dicebear/converter@npm%3A7.1.3#./.yarn/patches/@dicebear-converter-fix-js-file-path.patch"
|
2022-12-11 18:46:30 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-29 06:15:42 -04:00
|
|
|
"dotenv-cli": "7.4.2",
|
2024-08-30 05:13:34 -04:00
|
|
|
"turbo": "1.13.4"
|
2022-11-02 11:24:45 -04:00
|
|
|
}
|
|
|
|
}
|