-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.84 KB
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
86
87
88
89
90
91
92
93
94
{
"name": "hanabi-live-monorepo",
"private": true,
"description": "A web server that allows people to play Hanab, a cooperative card game of logic and reasoning.",
"homepage": "https://github.com/Hanabi-Live/hanabi-live#readme",
"bugs": {
"url": "https://github.com/Hanabi-Live/hanabi-live/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hanabi-Live/hanabi-live.git"
},
"license": "GPL-3.0",
"author": "Zamiell",
"type": "commonjs",
"scripts": {
"build-client": "bash packages/client/build_client.sh",
"build-pips-reference": "bash scripts/bash/build_pips_reference.sh",
"check-variant-files": "tsx ./packages/scripts/src/createVariantsJSON/checkVariantFiles.ts",
"create-variants-json": "tsx ./packages/scripts/src/createVariantsJSON/createVariantsJSONScript.ts",
"lint": "bash ./lint.sh",
"lint-package-json": "tsx ./packages/scripts/src/lintPackageJSON.mts",
"prepare": "husky",
"test": "jest",
"update": "tsx ./packages/scripts/src/update.mts"
},
"dependencies": {
"@fastify/formbody": "8.0.2",
"@fastify/secure-session": "8.3.0",
"@fastify/static": "9.1.0",
"@fastify/view": "11.1.1",
"@fastify/websocket": "11.2.0",
"@jest/globals": "30.3.0",
"@types/jquery": "4.0.0",
"@types/linkifyjs": "2.1.7",
"@types/lodash": "4.17.24",
"@types/tooltipster": "0.0.35",
"@types/unidecode": "1.1.0",
"@types/ws": "8.18.1",
"argon2": "0.44.0",
"complete-common": "2.22.1",
"complete-node": "16.4.0",
"dotenv": "17.4.1",
"drizzle-orm": "0.45.2",
"esbuild": "0.28.0",
"esbuild-plugin-pino": "2.3.3",
"eta": "4.5.1",
"fast-deep-equal": "3.1.3",
"fast-json-stringify": "6.3.0",
"fastify": "5.8.4",
"fastify-favicon": "5.0.0",
"fastq": "1.20.1",
"grunt": "1.6.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-criticalcss": "2.1.0",
"http-status-codes": "2.3.0",
"immer": "11.1.4",
"interactjs": "1.10.27",
"ioredis": "5.10.1",
"jquery": "4.0.0",
"jsonc-parser": "3.3.1",
"keycode-js": "3.1.0",
"konva": "3.4.1",
"linkify-html": "4.3.2",
"linkifyjs": "4.3.2",
"lodash": "4.18.1",
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"postgres": "3.4.9",
"prettier": "3.8.2",
"redux": "5.0.1",
"tooltipster": "4.2.8",
"ts-jest": "29.4.9",
"tslib": "2.8.1",
"typedoc": "0.28.18",
"unidecode": "1.1.0",
"zod": "4.3.6"
},
"devDependencies": {
"@types/jest": "30.0.0",
"complete-cli": "1.5.19",
"complete-lint": "5.8.4",
"git-pull-run": "1.6.2",
"husky": "9.1.7",
"jest": "30.3.0",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-sh": "0.18.1",
"stacktracify": "1.0.4",
"ts-prune-2": "0.10.7",
"tsx": "4.21.0",
"typescript": "6.0.2"
}
}