forked from recogito/recogito-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.86 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
{
"name": "recogito-client",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build-node": "astro build --config astro.config.node.mjs",
"preview-node": "node ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@allmaps/iiif-parser": "^1.0.0-beta.33",
"@annotorious/react": "^3.0.0-rc.19",
"@astrojs/netlify": "^2.2.3",
"@astrojs/node": "^5.3.3",
"@astrojs/react": "^2.2.0",
"@emotion/react": "^11.11.1",
"@phosphor-icons/react": "^2.0.9",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-spring/web": "^9.7.3",
"@recogito/annotorious-supabase": "^1.0.0-rc.10",
"@recogito/react-pdf-annotator": "^1.0.0-rc.12",
"@recogito/react-text-annotator": "^3.0.0-rc.18",
"@supabase/auth-helpers-shared": "^0.3.4",
"@supabase/supabase-js": "^2.32.0",
"@table-library/react-table-library": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@uppy/core": "^3.2.1",
"@uppy/xhr-upload": "^3.3.0",
"accept-language-parser": "^1.5.0",
"astro": "^2.5.1",
"confetti-explosion-react": "^0.1.2",
"crypto-js": "^4.1.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"formik": "^2.4.1",
"linkedom": "^0.15.6",
"manifesto.js": "^4.2.17",
"moment": "^2.29.4",
"openseadragon": "^3.1.0",
"papaparse": "^5.4.1",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-moment": "^1.1.3",
"react-quill": "^2.0.0",
"react-textarea-autosize": "^8.4.1",
"react-virtualized-auto-sizer": "^1.0.22",
"react-window": "^1.8.10",
"timeago-react": "^3.0.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.2.0",
"@types/accept-language-parser": "^1.5.3",
"@types/crypto-js": "^4.1.1",
"@types/openseadragon": "^3.0.6",
"@types/papaparse": "^5.3.9",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"typescript": "^5.3.3"
}
}