-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·297 lines (297 loc) · 10 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
{
"name": "jote",
"version": "0.0.1",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "nx serve",
"build": "nx run-many --target=build --all --prod",
"build-dev": "nx run-many --target=build --all",
"generate-graph": "mkdir -p graph && nx graph --file=graph/index.html --groupByFolder",
"test": "NODE_OPTIONS=--experimental-vm-modules nx run-many --target=test --all",
"clean-libs": "echo 'for i in libs/relatex/* libs/rejour/* \\n do \\n rm -f $i/yarn.lock && rm -rf $i/node_modules && yarn --cwd $i \\n done' | bash",
"install-node": "echo 'for i in libs/relatex/* libs/rejour/* \\n do \\n rm -rf $i/node_modules && yarn --cwd $i \\n done' | bash",
"ruby": "ruby scripts/server.rb",
"deploy": "echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc && nx deploy",
"typedoc": "typedoc --hideBreadcrumbs --hideInPageTOC --baseUrl .",
"typedocc": "typedoc",
"update-readme": "pnpm run typedoc && tsx --tsconfig tsconfig.base.json scripts/readmeAction.ts",
"readme": "NODE_OPTIONS=\"--experimental-vm-modules --experimental-specifier-resolution=node --loader esbuild-register/loader -r esbuild-register\" nx readme",
"readme-affected": "NODE_OPTIONS=\"--experimental-vm-modules --experimental-specifier-resolution=node --loader esbuild-register/loader -r esbuild-register\" nx affected --target=readme",
"readme-all": "NODE_OPTIONS=\"--experimental-vm-modules --experimental-specifier-resolution=node --loader esbuild-register/loader -r esbuild-register\" nx run-many --target=readme --all",
"prepare": "husky install"
},
"type": "module",
"private": true,
"dependencies": {
"@auth/core": "^0.5.1",
"@auth/sveltekit": "^0.3.0",
"@benrbray/mdast-util-cite": "^1.1.0",
"@benrbray/micromark-extension-cite": "^1.0.0",
"@benrbray/remark-cite": "^1.1.0",
"@emotion/react": "11.11.1",
"@enio.ai/typedoc": "^1.0.8",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@hokify/axios-rate-limit": "^2.0.5",
"@hookform/resolvers": "^3.0.0",
"@mantine/core": "^5.8.0",
"@mantine/dates": "^5.8.0",
"@mantine/dropzone": "^5.8.0",
"@mantine/form": "^5.9.2",
"@mantine/hooks": "^5.8.0",
"@mantine/modals": "^5.8.0",
"@mantine/notifications": "^5.8.0",
"@mantine/prism": "^5.8.3",
"@mantine/rte": "^5.8.0",
"@nrwl/tao": "16.9.1",
"@nx/esbuild": "16.9.1",
"@nx/plugin": "16.8.1",
"@react-pdf/renderer": "^2.3.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@tryfabric/martian": "^1.2.4",
"@types/adm-zip": "^0.5.0",
"@types/cookie": "^0.5.1",
"@types/eventsource": "^1.1.11",
"@types/extend": "^3.0.1",
"@types/hast": "^2.3.4",
"@types/mdast": "^3.0.11",
"@types/unist": "^2.0.6",
"@types/xast": "^1.0.2",
"@unified-latex/unified-latex-builder": "^1.3.1",
"@unified-latex/unified-latex-types": "^1.3.1",
"@unified-latex/unified-latex-util-render-info": "^1.3.1",
"@unified-latex/unified-latex-util-to-string": "^1.3.1",
"@vercel/analytics": "^0.1.11",
"@zip.js/zip.js": "^2.6.83",
"adm-zip": "^0.5.10",
"axios": "^0.27.2",
"bcp-47-match": "^2.0.1",
"chokidar": "^3.5.3",
"citation-js": "^0.6.7",
"comma-separated-tokens": "^2.0.2",
"cookie": "^0.5.0",
"core-js": "^3.6.5",
"csl-json": "0.1.0",
"css-selector-parser": "^1.4.1",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"date-fns": "^2.29.3",
"dayjs": "^1.10.7",
"direction": "^2.0.1",
"esbuild-jest": "^0.5.0",
"escape-latex": "1.2.0",
"eventsource": "^2.0.2",
"eventsource-parser": "^1.0.0",
"execa": "^6.1.0",
"extend": "^3.0.2",
"flatry": "^1.0.14",
"form-data": "^4.0.0",
"hast-util-from-html": "^1.0.2",
"hast-util-phrasing": "^2.0.2",
"hast-util-to-mdast": "^9.0.0",
"hast-util-whitespace": "^2.0.1",
"hastscript": "^7.2.0",
"js-yaml": "^4.1.0",
"mdast-builder": "^1.1.1",
"mdast-util-from-markdown": "^1.3.1",
"mdast-util-gfm": "^2.0.2",
"mdast-util-math": "^2.0.2",
"mdast-util-phrasing": "^3.0.1",
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-to-string": "^3.2.0",
"micromark-extension-gfm-footnote": "^1.1.2",
"micromark-extension-gfm-strikethrough": "^1.0.7",
"micromark-extension-gfm-table": "^1.0.7",
"moo": "^0.5.1",
"nearley": "^2.20.1",
"next": "13.3.0",
"next-auth": "^4.23.1",
"nth-check": "^2.1.1",
"openai": "^3.2.1",
"openapi-typescript": "^5.2.0",
"property-information": "^6.1.1",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-file-icon": "^1.1.0",
"react-hook-form": "^7.43.7",
"react-icons": "^4.4.0",
"react-is": "18.2.0",
"react-syntax-highlighter": "^15.4.5",
"reflect-metadata": "^0.1.13",
"rehype-minify-whitespace": "^5.0.0",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"retext-english": "^4.1.0",
"retext-stringify": "^3.1.0",
"similarity": "^1.2.1",
"space-separated-tokens": "^2.0.2",
"swr": "^2.0.3",
"tar-stream": "^2.2.0",
"tmp-promise": "^3.0.3",
"tslib": "^2.5.0",
"unified": "^10.1.2",
"unist-builder": "^3.0.1",
"unist-util-filter": "^4.0.1",
"unist-util-is": "^5.2.1",
"unist-util-map": "^3.1.3",
"unist-util-position": "^4.0.4",
"unist-util-remove": "^3.1.1",
"unist-util-select": "^4.0.3",
"unist-util-visit": "^4.1.2",
"unzipit": "^1.4.2",
"utility-types": "^3.10.0",
"vfile": "^5.3.7",
"vfile-message": "^3.1.4",
"vfile-reporter": "^7.0.5",
"vite": "4.4.9",
"xast-util-from-xml": "^3.0.0",
"xast-util-to-string": "^2.0.1",
"xast-util-to-xml": "^3.0.2",
"xastscript": "^3.1.1",
"yargs": "^17.7.2",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4",
"zustand": "^4.3.7",
"zwitch": "^2.0.2"
},
"devDependencies": {
"@angular-devkit/schematics": "^13.0.0",
"@babel/core": "^7.20.5",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.0.0",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "~8.46.0",
"@jscutlery/semver": "^3.1.0",
"@notionhq/client": "^2.2.2",
"@nx/cypress": "16.9.1",
"@nx/devkit": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/next": "16.9.1",
"@nx/node": "16.9.1",
"@nx/plugin": "16.9.1",
"@nx/react": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/web": "16.9.1",
"@nx/webpack": "16.9.1",
"@nx/workspace": "16.9.1",
"@nxext/sveltekit": "14.0.0-next.2",
"@sveltejs/adapter-node": "^1.2.3",
"@sveltejs/kit": "1.13.0",
"@swc-node/register": "^1.6.2",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.90",
"@swc/helpers": "0.5.2",
"@swc/jest": "^0.2.24",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "14.0.0",
"@trumbitta/nx-plugin-unused-deps": "^1.12.1",
"@types/chalk": "^2.2.0",
"@types/express": "4.17.14",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.5.0",
"@types/js-yaml": "^4.0.5",
"@types/moo": "^0.5.5",
"@types/nearley": "^2.11.2",
"@types/nlcst": "^1.0.0",
"@types/node": "18.15.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-file-icon": "^1.0.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/semver": "^7.5.3",
"@types/similarity": "^1.2.1",
"@types/stream-buffers": "^3.0.4",
"@types/tar": "^6.1.4",
"@types/tar-stream": "^2.2.2",
"@types/tmp": "^0.2.3",
"@types/yargs": "^17.0.24",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript/analyze-trace": "^0.9.0",
"@vercel/remote-nx": "^1.1.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"@vscode/ripgrep": "^1.15.5",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
"chalk": "^5.3.0",
"commander": "^9.0.0",
"csstype": "^3.0.10",
"cypress": "^13.0.0",
"esbuild": "0.19.3",
"esbuild-register": "^3.4.2",
"eslint": "8.46.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "^1.13.0",
"eslint-plugin-svelte3": "^3.1.2",
"eslint-plugin-unicorn": "^41.0.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-esm-transformer": "^1.0.0",
"jest-transform-nearley": "^2.0.0",
"jsdoc": "^4.0.2",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ngx-deploy-npm": "^7.0.1",
"nx": "16.9.1",
"postcss": "8.4.19",
"prettier": "2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.3",
"remark": "^14.0.2",
"remark-license": "^6.1.0",
"remark-toc": "^8.0.1",
"remark-usage": "^10.0.1",
"semver": "^7.5.4",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "3.2.7",
"to-vfile": "^7.2.4",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsx": "^3.12.6",
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "4.0.0-next.3",
"typescript": "5.2.2",
"unist-util-remove-position": "4.0.2",
"unist-util-visit-parents": "5.1.3",
"vercel": "^27.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.1",
"vitest": "~0.32.0"
},
"packageManager": "yarn@1.22.1",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
"description": "",
"keywords": [
"unified",
"abstract",
"syntax",
"tree",
"ast"
],
"wallaby": {
"trace": true
}
}