-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
148 lines (148 loc) · 4.97 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"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": "tsc",
"lint:js": "eslint --max-warnings 0 --ext js,jsx,ts,tsx,mjs,mts .",
"lint:css": "stylelint '**/*.scss' '**/*.tsx'",
"lint:format": "prettier --check .",
"lint:docs": "ts-node-esm tests/check_docs.mts",
"lint": "meteor lint && npm-run-all --continue-on-error --parallel lint:*",
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --once --driver-package meteortesting:mocha",
"prepare": "npm explore eslint-plugin-jolly-roger -- npm run build",
"postshrinkwrap": "lockfix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.698.0",
"@aws-sdk/s3-presigned-post": "^3.698.0",
"@babel/runtime": "^7.26.0",
"@bugsnag/js": "^8.1.2",
"@bugsnag/plugin-react": "^8.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@googleapis/drive": "^8.14.0",
"@googleapis/driveactivity": "^2.0.9",
"@googleapis/people": "^3.0.9",
"@googleapis/script": "^5.0.0",
"@popperjs/core": "^2.11.8",
"aws4": "^1.13.2",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"discord.js": "^12.5.3",
"dompurify": "^3.1.7",
"element-resize-detector": "^1.2.4",
"express": "^4.21.1",
"form-data": "^4.0.1",
"gaxios": "^6.7.1",
"glob": "^8.1.0",
"http-proxy": "^1.18.1",
"ip-address": "^10.0.1",
"logfmt": "^1.4.0",
"marked": "^4.3.0",
"mediasoup": "^3.12.16",
"mediasoup-client": "^3.7.17",
"meteor-node-stubs": "^1.2.12",
"mime-types": "^2.1.35",
"mustache": "^4.2.0",
"portscanner": "^2.2.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.28.0",
"react-select": "^5.8.3",
"react-sparklines": "^1.7.0",
"react-split-pane": "^0.1.92",
"react-textarea-autosize": "^8.5.5",
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-react": "^0.110.2",
"stacktrace-js": "^2.0.2",
"styled-components": "^6.1.13",
"use-persisted-state": "^0.3.3",
"winston": "^3.16.0",
"winston-transport": "^4.9.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/react": "^14.3.1",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^8.0.1",
"@types/dompurify": "^3.0.5",
"@types/element-resize-detector": "^1.1.6",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/http-proxy": "^1.17.15",
"@types/jsbn": "^1.2.33",
"@types/lodash": "^4.17.13",
"@types/logfmt": "^1.2.6",
"@types/marked": "^4.3.2",
"@types/meteor": "^2.9.8",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.10",
"@types/mustache": "^4.2.5",
"@types/node": "^14.18.63",
"@types/npm-events-package": "npm:@types/events@^3.0.3",
"@types/portscanner": "^2.1.4",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@types/react-router-bootstrap": "^0.26.6",
"@types/react-sparklines": "^1.7.5",
"@types/use-persisted-state": "^0.3.4",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/utils": "^5.62.0",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-styled-components": "^2.1.4",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jolly-roger": "file:./eslint",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-meteor": "^7.3.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"gray-matter": "^4.0.3",
"lockfix": "^2.2.1",
"mocha": "^10.8.2",
"npm-run-all": "^4.1.5",
"postcss-selector-parser": "^6.1.2",
"postcss-styled-syntax": "^0.7.0",
"prettier": "^3.3.3",
"puppeteer": "^20.4.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"meteor": {
"mainModule": {
"client": "client/main.ts",
"server": "server/main.ts"
},
"testModule": "tests/main.ts"
}
}