aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json65
1 files changed, 33 insertions, 32 deletions
diff --git a/package.json b/package.json
index afebb33..91071a2 100644
--- a/package.json
+++ b/package.json
@@ -4,15 +4,16 @@
4 "description": "Ferdium server to replace the default Franz/Ferdi server.", 4 "description": "Ferdium server to replace the default Franz/Ferdi server.",
5 "engines": { 5 "engines": {
6 "node": "20.11.0", 6 "node": "20.11.0",
7 "pnpm": "8.14.1", 7 "pnpm": "8.15.1",
8 "python": "3.12.1" 8 "python": "3.12.1"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "20.11.0", 12 "node": "20.11.0",
13 "pnpm": "8.14.1", 13 "pnpm": "8.15.1",
14 "python": "3.12.1" 14 "python": "3.12.1"
15 }, 15 },
16 "packageManager": "pnpm@8.15.1",
16 "homepage": "https://github.com/ferdium/ferdium-server", 17 "homepage": "https://github.com/ferdium/ferdium-server",
17 "license": "MIT License", 18 "license": "MIT License",
18 "scripts": { 19 "scripts": {
@@ -34,33 +35,33 @@
34 "@adonisjs/assembler": "5.9.5", 35 "@adonisjs/assembler": "5.9.5",
35 "@japa/preset-adonis": "1.2.0", 36 "@japa/preset-adonis": "1.2.0",
36 "@japa/runner": "2.5.1", 37 "@japa/runner": "2.5.1",
37 "@symfony/webpack-encore": "4.4.0", 38 "@symfony/webpack-encore": "4.6.1",
38 "@types/bcrypt": "5.0.0", 39 "@types/bcrypt": "5.0.2",
39 "@types/fs-extra": "11.0.1", 40 "@types/fs-extra": "11.0.4",
40 "@types/luxon": "3.3.1", 41 "@types/luxon": "3.4.2",
41 "@types/node-fetch": "2.6.4", 42 "@types/node-fetch": "2.6.11",
42 "@types/proxy-addr": "^2.0.0", 43 "@types/proxy-addr": "2.0.3",
43 "@types/semver": "7.5.0", 44 "@types/semver": "7.5.6",
44 "@types/source-map-support": "0.5.6", 45 "@types/source-map-support": "0.5.10",
45 "@types/targz": "1.0.1", 46 "@types/targz": "1.0.4",
46 "@types/uuid": "9.0.2", 47 "@types/uuid": "9.0.8",
47 "@typescript-eslint/eslint-plugin": "6.2.0", 48 "@typescript-eslint/eslint-plugin": "6.21.0",
48 "@typescript-eslint/parser": "6.2.0", 49 "@typescript-eslint/parser": "6.21.0",
49 "adonis-preset-ts": "2.1.0", 50 "adonis-preset-ts": "2.1.0",
50 "cross-env": "7.0.3", 51 "cross-env": "7.0.3",
51 "eslint": "8.46.0", 52 "eslint": "8.56.0",
52 "eslint-config-prettier": "8.9.0", 53 "eslint-config-prettier": "9.1.0",
53 "eslint-plugin-adonis": "2.1.1", 54 "eslint-plugin-adonis": "2.1.1",
54 "eslint-plugin-import": "2.28.0", 55 "eslint-plugin-import": "2.29.1",
55 "eslint-plugin-prettier": "5.0.0", 56 "eslint-plugin-prettier": "5.1.3",
56 "eslint-plugin-unicorn": "48.0.1", 57 "eslint-plugin-unicorn": "50.0.1",
57 "husky": "8.0.3", 58 "husky": "9.0.10",
58 "is-ci": "3.0.1", 59 "is-ci": "3.0.1",
59 "pino-pretty": "10.2.0", 60 "pino-pretty": "10.3.1",
60 "prettier": "3.0.0", 61 "prettier": "3.2.5",
61 "typescript": "5.1.6", 62 "typescript": "5.3.3",
62 "youch": "3.2.3", 63 "youch": "3.3.3",
63 "youch-terminal": "2.2.2" 64 "youch-terminal": "2.2.3"
64 }, 65 },
65 "dependencies": { 66 "dependencies": {
66 "@adonisjs/auth": "8.2.3", 67 "@adonisjs/auth": "8.2.3",
@@ -72,25 +73,25 @@
72 "@adonisjs/shield": "7.1.1", 73 "@adonisjs/shield": "7.1.1",
73 "@adonisjs/view": "6.2.0", 74 "@adonisjs/view": "6.2.0",
74 "adonis5-jwt": "github:SpecialAro/adonis5-jwt#34941c10adcf89583a40767552b994ea499b92e3", 75 "adonis5-jwt": "github:SpecialAro/adonis5-jwt#34941c10adcf89583a40767552b994ea499b92e3",
75 "aws-sdk": "2.1425.0", 76 "aws-sdk": "2.1555.0",
76 "bcrypt": "5.1.1", 77 "bcrypt": "5.1.1",
77 "fs-extra": "11.1.1", 78 "fs-extra": "11.2.0",
78 "jose": "4.14.6", 79 "jose": "4.14.6",
79 "luxon": "3.3.0", 80 "luxon": "3.4.4",
80 "moment": "2.29.4", 81 "moment": "2.30.1",
81 "mysql": "2.18.1", 82 "mysql": "2.18.1",
82 "node-fetch": "2", 83 "node-fetch": "2",
83 "pg": "8.11.1", 84 "pg": "8.11.3",
84 "phc-bcrypt": "1.0.8", 85 "phc-bcrypt": "1.0.8",
85 "proxy-addr": "2.0.7", 86 "proxy-addr": "2.0.7",
86 "rand-token": "1.0.1", 87 "rand-token": "1.0.1",
87 "reflect-metadata": "0.1.13", 88 "reflect-metadata": "0.1.13",
88 "sanitize-filename": "1.6.3", 89 "sanitize-filename": "1.6.3",
89 "semver": "7.5.4", 90 "semver": "7.6.0",
90 "source-map-support": "0.5.21", 91 "source-map-support": "0.5.21",
91 "sqlite3": "5.1.6", 92 "sqlite3": "5.1.6",
92 "targz": "1.0.1", 93 "targz": "1.0.1",
93 "uuid": "9.0.0" 94 "uuid": "9.0.1"
94 }, 95 },
95 "pnpm": { 96 "pnpm": {
96 "allowedDeprecatedVersions": { 97 "allowedDeprecatedVersions": {