-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "tf2pickup",
"version": "12.0.0-alpha.0",
"author": "Michał Garapich <garrappachc@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "tsx --watch src/main.ts",
"check": "xss-scan",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "vitest --dir src",
"test:e2e": "playwright test",
"build": "tsc -p tsconfig.build.json && tsc-alias"
},
"dependencies": {
"@fastify/cookie": "11.0.1",
"@fastify/flash": "6.0.2",
"@fastify/formbody": "8.0.1",
"@fastify/request-context": "6.0.1",
"@fastify/secure-session": "8.1.0",
"@fastify/sensible": "6.0.1",
"@fastify/static": "8.0.2",
"@fastify/websocket": "11.0.1",
"@kitajs/fastify-html-plugin": "4.2.0",
"@kitajs/html": "4.2.4",
"@kitajs/ts-html-plugin": "4.1.0",
"@tailwindcss/typography": "0.5.15",
"async-mutex": "0.5.0",
"autoprefixer": "10.4.20",
"croner": "9.0.0",
"date-fns": "4.1.0",
"dotenv": "16.4.5",
"fastify": "5.1.0",
"fastify-plugin": "5.0.1",
"fastify-type-provider-zod": "4.0.2",
"generate-password": "1.7.1",
"jsonwebtoken": "9.0.2",
"lodash-es": "4.17.21",
"marked": "14.1.3",
"mongodb": "6.10.0",
"nanoid": "5.0.8",
"openid": "2.0.12",
"pino": "9.5.0",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-lighten-darken": "0.9.0",
"rcon-client": "4.2.5",
"steamapi": "3.0.12",
"steamid": "2.1.0",
"tailwindcss": "3.4.14",
"ws": "8.18.0",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@playwright/test": "1.48.2",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/jsonwebtoken": "9.0.7",
"@types/lodash": "4.17.13",
"@types/lodash-es": "4.17.12",
"@types/node": "22.9.0",
"@types/openid": "2.0.5",
"@types/postcss-import": "14.0.3",
"@types/steamid": "2.0.3",
"@types/ws": "8.5.13",
"chart.js": "4.4.6",
"cssnano": "7.0.6",
"esbuild": "0.24.0",
"eslint": "9.14.0",
"globals": "15.12.0",
"htmx.org": "1.9.12",
"hyperscript.org": "0.9.13",
"pino-princess": "1.0.0",
"postcss-cli": "11.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tsc-alias": "1.8.10",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"vitest": "2.1.4"
}
}