-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "project-client",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf ./dist && astro build -- --legacy-peer-deps",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/open-sans": "^5.0.29",
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
"@iiif/presentation-3": "^2.2.3",
"@nanostores/react": "^0.7.3",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/themes": "^3.1.3",
"astro": "^4.15.4",
"astro-relative-links": "^0.4.0",
"aviary-iiif-player": "1.4.0",
"clsx": "^2.1.1",
"command-line-args": "^6.0.0",
"mime-types": "^2.1.35",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-player": "3.0.0-canary.4",
"slate": "^0.103.0",
"snake-case": "^4.0.0",
"tailwindcss": "^3.4.9"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@types/command-line-args": "^5.2.3",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.14.9",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/slate": "^0.47.15",
"eslint": "^9.9.1",
"tsx": "^4.16.2",
"typescript": "^5.4.5"
}
}