forked from Hanabi-Live/hanabi-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.94 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
92
93
94
95
96
97
98
{
"name": "hanabi-live",
"version": "0.0.0",
"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",
"nuke": "isaacscript nuke",
"prepare": "husky install",
"test": "jest",
"update": "isaacscript update"
},
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/secure-session": "^7.1.0",
"@fastify/static": "^6.12.0",
"@fastify/view": "^8.2.0",
"@fastify/websocket": "^8.3.1",
"@tsconfig/node-lts": "^20.1.1",
"@types/jest": "^29.5.11",
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/linkifyjs": "^2.1.7",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/tooltipster": "^0.0.35",
"@types/ws": "^8.5.10",
"argon2": "^0.31.2",
"bufferutil": "^4.0.8",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.3",
"esbuild": "^0.19.11",
"esbuild-plugin-pino": "^2.1.0",
"eta": "^3.2.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stringify": "^5.10.0",
"fastify": "^4.25.2",
"fastify-favicon": "^4.3.0",
"fastq": "^1.16.0",
"git-pull-run": "^1.4.0",
"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",
"husky": "^8.0.3",
"immer": "^10.0.3",
"interactjs": "^1.10.26",
"ioredis": "^5.3.2",
"isaacscript": "^3.37.0",
"isaacscript-common-node": "^3.0.0",
"isaacscript-common-ts": "^16.1.0",
"isaacscript-lint": "^6.18.0",
"isaacscript-tsconfig": "^5.0.0",
"jest": "^29.7.0",
"jquery": "^3.7.1",
"jsdom": "^23.2.0",
"jsonc-parser": "^3.2.0",
"keycode-js": "^3.1.0",
"konva": "3.4.1",
"linkify-html": "^4.1.3",
"linkifyjs": "^4.1.3",
"lodash": "^4.17.21",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"postgres": "^3.4.3",
"prettier": "^3.1.1",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-organize-imports": "^3.2.4",
"redux": "^5.0.1",
"stacktracify": "^1.0.4",
"tooltipster": "^4.2.8",
"ts-jest": "^29.1.1",
"tsconfig": "^7.0.0",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"ws": "^8.16.0",
"xmlserializer": "^0.6.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"packageManager": "[email protected]"
}