forked from Hanabi-Live/hanabi-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.74 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
86
87
88
89
90
91
{
"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": {
"check-variant-files": "tsx ./packages/scripts/src/createVariantsJSON/checkVariantFiles.ts",
"create-variants-json": "tsx ./packages/scripts/src/createVariantsJSON/createVariantsJSON.ts",
"lint": "bash ./lint.sh",
"lint-package-json": "tsx ./packages/scripts/src/lintPackageJSON.mts",
"nuke": "isaacscript nuke",
"prepare": "husky",
"test": "jest",
"update": "tsx ./packages/scripts/src/update.mts"
},
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/secure-session": "^7.5.1",
"@fastify/static": "^7.0.4",
"@fastify/view": "^9.1.0",
"@fastify/websocket": "^10.0.1",
"@types/jquery": "^3.5.30",
"@types/linkifyjs": "^2.1.7",
"@types/lodash": "^4.17.7",
"@types/tooltipster": "^0.0.35",
"@types/unidecode": "^0.1.3",
"@types/ws": "^8.5.12",
"argon2": "^0.41.1",
"complete-common": "^1.0.0",
"complete-node": "^1.5.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"esbuild": "^0.23.1",
"esbuild-plugin-pino": "^2.2.0",
"eta": "^3.5.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stringify": "^6.0.0",
"fastify": "^4.28.1",
"fastify-favicon": "^4.3.0",
"fastq": "^1.17.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": "^10.1.1",
"interactjs": "^1.10.27",
"ioredis": "^5.4.1",
"jquery": "^3.7.1",
"jsonc-parser": "^3.3.1",
"keycode-js": "^3.1.0",
"konva": "3.4.1",
"linkify-html": "^4.1.3",
"linkifyjs": "^4.1.3",
"lodash": "^4.17.21",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"postgres": "^3.4.4",
"prettier": "^3.3.3",
"redux": "^5.0.1",
"tooltipster": "^4.2.8",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typedoc": "^0.26.7",
"unidecode": "^1.1.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"complete-lint": "^1.9.0",
"git-pull-run": "^1.4.0",
"husky": "^9.1.6",
"isaacscript": "^5.0.3",
"jest": "^29.7.0",
"prettier-plugin-go-template": "^0.0.15",
"stacktracify": "^1.0.4",
"ts-prune-2": "^0.10.7",
"typescript": "5.5.4"
}
}