2022-01-23 21:02:58 +00:00
|
|
|
{
|
2022-11-02 15:24:45 +00:00
|
|
|
"name": "@hedgedoc/backend",
|
|
|
|
"version": "2.0.0-dev",
|
2022-01-23 21:02:58 +00:00
|
|
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
2020-07-21 19:24:56 +00:00
|
|
|
"author": "",
|
|
|
|
"private": true,
|
2022-01-23 21:02:58 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"scripts": {
|
2021-09-06 16:04:14 +00:00
|
|
|
"build": "rimraf dist && nest build",
|
2021-02-16 09:28:55 +00:00
|
|
|
"format": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
|
|
"format:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
2021-09-23 21:03:22 +00:00
|
|
|
"start": "rimraf dist && nest start",
|
|
|
|
"start:dev": "rimraf dist && nest start --watch",
|
|
|
|
"start:debug": "rimraf dist && nest start --debug --watch",
|
2020-07-21 19:24:56 +00:00
|
|
|
"start:prod": "node dist/main",
|
2022-01-23 21:51:21 +00:00
|
|
|
"lint": "eslint --max-warnings 0 \"{src,apps,libs,test}/**/*.ts\"",
|
2020-08-21 19:45:53 +00:00
|
|
|
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
2020-07-21 19:24:56 +00:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
2022-12-11 23:46:30 +00:00
|
|
|
"test:ci": "jest --coverage",
|
2020-07-21 19:24:56 +00:00
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
2021-12-07 15:19:44 +00:00
|
|
|
"test:e2e": "jest --config jest-e2e.json && rimraf test_uploads*",
|
2022-12-11 23:46:30 +00:00
|
|
|
"test:e2e:ci": "jest --config jest-e2e.json --coverage && rimraf test_uploads*",
|
2021-04-29 09:53:59 +00:00
|
|
|
"seed": "ts-node src/seed.ts"
|
2022-01-23 21:02:58 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-14 06:11:02 +00:00
|
|
|
"@azure/storage-blob": "12.14.0",
|
2022-12-04 21:43:12 +00:00
|
|
|
"@hedgedoc/commons": "workspace:commons",
|
2023-02-05 13:57:11 +00:00
|
|
|
"@mrdrogdrog/optional": "1.1.0",
|
2023-06-12 12:44:24 +00:00
|
|
|
"@nestjs/common": "9.4.3",
|
|
|
|
"@nestjs/config": "2.3.3",
|
|
|
|
"@nestjs/core": "9.4.3",
|
|
|
|
"@nestjs/event-emitter": "1.4.2",
|
2023-02-11 09:30:07 +00:00
|
|
|
"@nestjs/passport": "9.0.3",
|
2023-06-12 12:44:24 +00:00
|
|
|
"@nestjs/platform-express": "9.4.3",
|
|
|
|
"@nestjs/platform-ws": "9.4.3",
|
2023-06-09 13:29:05 +00:00
|
|
|
"@nestjs/schedule": "2.2.3",
|
2023-03-31 09:58:44 +00:00
|
|
|
"@nestjs/swagger": "6.3.0",
|
2022-08-13 06:20:39 +00:00
|
|
|
"@nestjs/typeorm": "9.0.1",
|
2023-06-12 12:44:24 +00:00
|
|
|
"@nestjs/websockets": "9.4.3",
|
2021-05-09 19:42:04 +00:00
|
|
|
"@types/bcrypt": "5.0.0",
|
2023-03-21 00:45:04 +00:00
|
|
|
"@types/cron": "2.0.1",
|
2023-05-24 19:11:35 +00:00
|
|
|
"@types/minio": "7.1.0",
|
2023-05-16 10:08:48 +00:00
|
|
|
"@types/node-fetch": "2.6.4",
|
2021-07-15 18:37:28 +00:00
|
|
|
"@types/passport-http-bearer": "1.0.37",
|
2023-06-06 13:56:29 +00:00
|
|
|
"@zxcvbn-ts/core": "3.0.2",
|
|
|
|
"@zxcvbn-ts/language-common": "3.0.3",
|
2023-05-11 07:51:52 +00:00
|
|
|
"@zxcvbn-ts/language-en": "3.0.1",
|
2021-05-17 05:59:51 +00:00
|
|
|
"base32-encode": "1.2.0",
|
2022-10-09 18:40:17 +00:00
|
|
|
"bcrypt": "5.1.0",
|
2021-11-22 19:53:40 +00:00
|
|
|
"class-transformer": "0.5.1",
|
2022-12-10 19:51:59 +00:00
|
|
|
"class-validator": "0.14.0",
|
2022-07-09 12:59:04 +00:00
|
|
|
"cli-color": "2.0.3",
|
2022-07-31 17:46:13 +00:00
|
|
|
"connect-typeorm": "2.0.0",
|
2022-04-02 21:45:46 +00:00
|
|
|
"cookie": "0.5.0",
|
2022-07-22 21:05:38 +00:00
|
|
|
"diff": "5.1.0",
|
2022-05-14 05:28:30 +00:00
|
|
|
"express-session": "1.17.3",
|
2022-07-23 05:40:23 +00:00
|
|
|
"file-type": "16.5.4",
|
2023-04-25 03:27:25 +00:00
|
|
|
"joi": "17.9.2",
|
2022-06-25 11:33:50 +00:00
|
|
|
"ldapauth-fork": "5.0.5",
|
2023-05-24 16:40:21 +00:00
|
|
|
"minio": "7.1.1",
|
2022-03-06 21:36:30 +00:00
|
|
|
"mysql": "2.18.1",
|
2021-02-16 21:07:58 +00:00
|
|
|
"nest-router": "1.0.9",
|
2023-05-09 20:21:14 +00:00
|
|
|
"node-fetch": "2.6.11",
|
2022-06-05 20:18:13 +00:00
|
|
|
"passport": "0.6.0",
|
2022-06-25 14:18:32 +00:00
|
|
|
"passport-custom": "1.1.1",
|
2021-01-25 21:52:35 +00:00
|
|
|
"passport-http-bearer": "1.0.1",
|
2021-08-08 19:44:54 +00:00
|
|
|
"passport-local": "1.0.0",
|
2023-05-15 15:48:06 +00:00
|
|
|
"pg": "8.11.0",
|
2023-02-25 12:53:36 +00:00
|
|
|
"raw-body": "2.5.2",
|
2021-01-05 22:12:43 +00:00
|
|
|
"reflect-metadata": "0.1.13",
|
2023-05-17 23:28:10 +00:00
|
|
|
"rimraf": "5.0.1",
|
2023-04-27 02:31:41 +00:00
|
|
|
"rxjs": "7.8.1",
|
2023-03-14 15:58:25 +00:00
|
|
|
"sqlite3": "5.1.6",
|
2023-05-09 20:37:39 +00:00
|
|
|
"typeorm": "0.3.16",
|
2023-03-11 19:57:47 +00:00
|
|
|
"ws": "8.13.0",
|
2023-06-08 09:31:04 +00:00
|
|
|
"yjs": "13.6.2"
|
2022-01-23 21:02:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-17 16:42:11 +00:00
|
|
|
"@nestjs/cli": "9.5.0",
|
|
|
|
"@nestjs/schematics": "9.2.0",
|
2023-06-12 12:44:24 +00:00
|
|
|
"@nestjs/testing": "9.4.3",
|
2023-02-25 13:04:54 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
2023-05-12 06:06:40 +00:00
|
|
|
"@tsconfig/node18": "2.0.1",
|
2021-12-25 02:49:05 +00:00
|
|
|
"@types/cli-color": "2.0.2",
|
2022-07-10 18:23:30 +00:00
|
|
|
"@types/cookie": "0.5.1",
|
2022-12-12 03:38:47 +00:00
|
|
|
"@types/cookie-signature": "1.1.0",
|
2023-03-23 17:05:36 +00:00
|
|
|
"@types/diff": "5.0.3",
|
2023-02-04 13:01:28 +00:00
|
|
|
"@types/express": "4.17.17",
|
2023-03-20 09:24:19 +00:00
|
|
|
"@types/express-session": "1.17.7",
|
2023-05-31 17:18:20 +00:00
|
|
|
"@types/jest": "29.5.2",
|
2022-03-07 13:06:55 +00:00
|
|
|
"@types/mysql": "2.15.21",
|
2023-05-09 09:38:02 +00:00
|
|
|
"@types/node": "20.1.1",
|
2023-01-07 15:54:19 +00:00
|
|
|
"@types/passport-local": "1.0.35",
|
2023-06-06 08:25:29 +00:00
|
|
|
"@types/pg": "8.10.2",
|
2022-08-27 11:49:39 +00:00
|
|
|
"@types/source-map-support": "0.5.6",
|
2022-03-26 20:24:41 +00:00
|
|
|
"@types/supertest": "2.0.12",
|
2023-06-08 21:22:46 +00:00
|
|
|
"@types/ws": "8.5.5",
|
2023-06-12 18:13:23 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.11",
|
|
|
|
"@typescript-eslint/parser": "5.59.11",
|
2023-06-03 00:42:02 +00:00
|
|
|
"eslint": "8.42.0",
|
2023-03-20 20:57:55 +00:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2023-01-22 12:32:04 +00:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-01-07 10:01:28 +00:00
|
|
|
"eslint-plugin-jest": "27.2.1",
|
2022-09-03 06:21:29 +00:00
|
|
|
"eslint-plugin-local-rules": "1.3.2",
|
2022-07-09 15:21:10 +00:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-04-23 02:28:15 +00:00
|
|
|
"http-proxy-middleware": "2.0.6",
|
2023-03-11 13:26:53 +00:00
|
|
|
"jest": "29.5.0",
|
2022-03-04 22:47:06 +00:00
|
|
|
"mocked-env": "1.3.5",
|
2023-04-23 10:27:20 +00:00
|
|
|
"prettier": "2.8.8",
|
2021-11-20 08:38:19 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2022-12-10 09:20:44 +00:00
|
|
|
"supertest": "6.3.3",
|
2023-04-02 17:42:59 +00:00
|
|
|
"ts-jest": "29.1.0",
|
2022-06-21 14:16:40 +00:00
|
|
|
"ts-mockery": "1.2.0",
|
2022-07-30 21:52:44 +00:00
|
|
|
"ts-node": "10.9.1",
|
2023-03-30 00:59:16 +00:00
|
|
|
"tsconfig-paths": "4.2.0",
|
2023-06-01 18:55:16 +00:00
|
|
|
"typescript": "5.1.3"
|
2022-01-23 21:02:58 +00:00
|
|
|
},
|
2020-07-21 19:24:56 +00:00
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"ts"
|
|
|
|
],
|
|
|
|
"rootDir": "src",
|
|
|
|
"testRegex": ".spec.ts$",
|
|
|
|
"transform": {
|
2022-09-11 14:40:23 +00:00
|
|
|
"^.+\\.(t|j)s$": [
|
|
|
|
"ts-jest",
|
|
|
|
{
|
|
|
|
"tsconfig": "test/tsconfig.json"
|
|
|
|
}
|
|
|
|
]
|
2020-07-21 19:24:56 +00:00
|
|
|
},
|
|
|
|
"coverageDirectory": "../coverage",
|
2021-04-29 17:09:15 +00:00
|
|
|
"testEnvironment": "node",
|
2022-05-01 17:13:53 +00:00
|
|
|
"reporters": [
|
|
|
|
"default",
|
|
|
|
"github-actions"
|
|
|
|
]
|
2021-11-11 18:53:30 +00:00
|
|
|
},
|
2023-06-01 21:28:37 +00:00
|
|
|
"packageManager": "yarn@3.6.0"
|
2022-01-23 21:02:58 +00:00
|
|
|
}
|