-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.16 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.16 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "jolly-roger",
"version": "0.0.1",
"description": "A website for organizing puzzle hunters",
"author": "Evan Broder, Drew Fisher, Grant Elliott",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deathandmayhem/jolly-roger"
},
"scripts": {
"lint:types": "tsgo",
"lint:biome": "biome check",
"lint:oxlint": "oxlint --tsconfig tsconfig.json --type-aware --deny-warnings --report-unused-disable-directives",
"lint:eslint": "eslint --max-warnings 0 --ext js,jsx,ts,tsx,mjs,mts .",
"lint:css": "stylelint '**/*.scss' '**/*.tsx'",
"lint:docs": "node tests/check_docs.mts",
"lint:knip": "knip",
"lint": "meteor lint && concurrently npm:lint:*",
"screenshots": "node scripts/generate_screenshots.mts",
"test": "TEST_BROWSER_DRIVER=playwright meteor test --full-app --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1003.0",
"@aws-sdk/s3-presigned-post": "^3.1003.0",
"@babel/runtime": "^7.28.6",
"@bugsnag/js": "^8.8.1",
"@bugsnag/plugin-react": "^8.8.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@googleapis/drive": "^20.1.0",
"@googleapis/driveactivity": "^5.0.0",
"@googleapis/people": "^7.0.1",
"@googleapis/script": "^11.0.1",
"@googleapis/sheets": "^13.0.1",
"@popperjs/core": "^2.11.8",
"aws4": "^1.13.2",
"body-parser": "^2.2.2",
"bootstrap": "^5.3.8",
"classnames": "^2.5.1",
"discord.js": "^14.25.1",
"disposablestack": "^1.1.7",
"dompurify": "^3.3.2",
"entities": "^7.0.1",
"express": "^5.2.1",
"form-data": "^4.0.5",
"gaxios": "^7.1.4",
"glob": "^13.0.6",
"http-proxy-3": "^1.23.2",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"ip-address": "^10.1.0",
"logfmt": "^1.4.0",
"marked": "^17.0.4",
"mediasoup": "^3.19.17",
"mediasoup-client": "^3.18.7",
"meteor-node-stubs": "^1.2.27",
"mime-types": "^3.0.2",
"mustache": "^4.2.0",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-i18next": "^16.5.5",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.30.3",
"react-select": "^5.10.2",
"react-sparklines": "^1.7.0",
"react-textarea-autosize": "^8.5.9",
"slate": "^0.123.0",
"slate-history": "^0.113.1",
"slate-react": "^0.123.0",
"stacktrace-js": "^2.0.2",
"styled-components": "^6.3.11",
"usehooks-ts": "^3.1.1",
"winston": "^3.19.0",
"winston-transport": "^4.9.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@swc/plugin-styled-components": "^8.0.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/chai-as-promised": "^8.0.2",
"@types/express": "^5.0.6",
"@types/logfmt": "^1.2.6",
"@types/mime-types": "^3.0.1",
"@types/mocha": "^10.0.10",
"@types/mustache": "^4.2.6",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-router-bootstrap": "^0.26.8",
"@types/react-sparklines": "^1.7.5",
"@types/sinon": "^21.0.0",
"@typescript-eslint/utils": "^8.56.1",
"@typescript/native-preview": "^7.0.0-dev.20260220.1",
"chai": "^6.2.2",
"chai-as-promised": "^8.0.2",
"concurrently": "^9.2.1",
"eslint": "^10.0.2",
"gray-matter": "^4.0.3",
"jiti": "^2.6.1",
"knip": "^5.85.0",
"mocha": "^11.7.5",
"oxlint": "^1.51.0",
"oxlint-tsgolint": "^0.16.0",
"playwright": "^1.58.2",
"postcss-scss": "^4.0.9",
"postcss-styled-syntax": "^0.7.1",
"sass": "^1.97.3",
"sinon": "^21.0.2",
"stylelint": "^17.4.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"typescript-eslint": "^8.56.1"
},
"meteor": {
"mainModule": {
"client": "client/main.ts",
"server": "server/main.ts"
},
"modern": true,
"testModule": "tests/main.ts"
}
}