-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 970 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 970 Bytes
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
{
"name": "annotorious-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@annotorious/react": "^3.7.19",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.17.2",
"astro-icon": "^1.1.5",
"lucide-react": "^0.564.0",
"openseadragon": "^5.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-highlight": "^0.15.0",
"react-slick": "^0.31.0",
"react-syntax-highlighter": "^16.1.0",
"sharp": "^0.34.5",
"simple-icons-astro": "^16.1.0",
"slick-carousel": "^1.8.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/openseadragon": "^5.0.2",
"@types/react-highlight": "^0.12.8",
"@types/react-slick": "^0.23.13",
"@types/react-syntax-highlighter": "^15.5.13"
}
}