-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
102 lines (102 loc) · 3.59 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
{
"name": "recogito-client",
"type": "module",
"version": "1.2.1",
"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",
"install-plugin": "node ./plugins/install-plugin.js",
"astro": "astro",
"preinstall": "node ./plugins/build-registry",
"postinstall": "node copy-pdf-worker.js && find plugins -maxdepth 1 -mindepth 1 -type d -exec npm install --prefix {} \\;"
},
"dependencies": {
"@allmaps/iiif-parser": "1.0.0-beta.40",
"@annotorious/react": "3.0.14",
"@astrojs/netlify": "^5.5.4",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-spring/web": "^9.7.5",
"@recogito/annotorious-supabase": "^1.1.0",
"@recogito/pdf-annotator": "1.0.0-rc.41",
"@recogito/react-pdf-annotator": "1.0.0-rc.41",
"@recogito/react-text-annotator": "3.0.0-rc.54",
"@supabase/ssr": "0.5.2",
"@supabase/supabase-js": "2.46.1",
"@table-library/react-table-library": "^4.1.7",
"@uppy/core": "4.2.3",
"@uppy/xhr-upload": "4.2.2",
"@usewaypoint/email-builder": "^0.0.8",
"accept-language-parser": "^1.5.0",
"annotpdf": "^1.0.15",
"astro": "^4.16.15",
"classnames": "^2.5.1",
"confetti-explosion-react": "^0.1.2",
"crypto-js": "4.2.0",
"date-fns": "^4.1.0",
"formik": "2.4.6",
"linkedom": "0.18.5",
"moment": "^2.30.1",
"nanoid": "^5.0.9",
"nodemailer": "^6.9.16",
"openseadragon": "4.0.0",
"papaparse": "5.4.1",
"quill": "2.0.2",
"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.5",
"react-error-boundary": "^4.1.2",
"react-textarea-autosize": "8.5.5",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"sanitize-filename": "^1.6.3",
"slugify": "^1.6.6",
"timeago-react": "3.0.6",
"uuid": "11.0.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@types/accept-language-parser": "^1.5.6",
"@types/crypto-js": "4.2.2",
"@types/nodemailer": "^6.4.16",
"@types/openseadragon": "3.0.10",
"@types/papaparse": "5.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-window": "1.8.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"typescript": "5.6.3"
}
}