-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
110 lines (110 loc) · 3.72 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
{
"name": "recogito-client",
"type": "module",
"version": "1.5.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "NODE_OPTIONS=--max_old_space_size=4096 && astro build",
"build-node": "NODE_OPTIONS=--max_old_space_size=4096 && astro build --config astro.config.node.mjs",
"preview-node": "node --max-old-space-size=4096 ./dist/server/entry.mjs",
"astro": "astro",
"postinstall": "node copy-pdf-worker.js"
},
"dependencies": {
"@allmaps/iiif-parser": "1.0.0-beta.42",
"@annotorious/annotorious": "^3.3.3",
"@annotorious/react": "^3.3.3",
"@astrojs/netlify": "^6.2.5",
"@astrojs/node": "^9.1.3",
"@astrojs/react": "^4.2.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-alert-dialog": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.3",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toast": "^1.2.7",
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@radix-ui/react-visually-hidden": "^1.1.3",
"@radix-ui/themes": "^3.2.1",
"@react-spring/web": "^9.7.5",
"@recogito/annotorious-supabase": "^1.3.1",
"@recogito/pdf-annotator": "^1.0.1",
"@recogito/react-pdf-annotator": "^1.0.1",
"@recogito/react-text-annotator": "^3.0.1",
"@recogito/studio-sdk": "^0.4.1",
"@recogito/text-annotator": "^3.0.1",
"@recogito/text-annotator-tei": "^3.0.1",
"@supabase/ssr": "0.6.1",
"@supabase/supabase-js": "2.49.4",
"@table-library/react-table-library": "^4.1.12",
"@uppy/core": "4.4.4",
"@uppy/xhr-upload": "4.3.3",
"@usewaypoint/email-builder": "^0.0.8",
"accept-language-parser": "^1.5.0",
"annotpdf": "^1.0.15",
"astro": "^5.6.1",
"classnames": "^2.5.1",
"confetti-explosion-react": "^0.1.2",
"cozy-iiif": "^0.2.2",
"crypto-js": "4.2.0",
"date-fns": "^4.1.0",
"formik": "2.4.6",
"linkedom": "0.18.9",
"moment": "^2.30.1",
"nanoid": "^5.1.5",
"nodemailer": "^6.10.0",
"openseadragon": "5.0.1",
"papaparse": "5.5.2",
"quill": "2.0.3",
"quill-delta-to-html": "^0.12.1",
"react": "^18.3.1",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.3.1",
"react-dropzone": "14.3.8",
"react-error-boundary": "^5.0.0",
"react-textarea-autosize": "8.5.9",
"react-virtualized-auto-sizer": "1.0.26",
"react-window": "1.8.11",
"sanitize-filename": "^1.6.3",
"slugify": "^1.6.6",
"timeago-react": "3.0.7",
"uuid": "11.1.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@types/accept-language-parser": "^1.5.7",
"@types/crypto-js": "4.2.2",
"@types/nodemailer": "^6.4.17",
"@types/openseadragon": "3.0.10",
"@types/papaparse": "5.3.15",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-window": "1.8.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"eslint": "^9.24.0",
"eslint-plugin-react": "^7.37.5",
"typescript": "5.8.3"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.2",
"@rollup/rollup-linux-x64-gnu": "4.39.0"
}
}