-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "argo-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/mdx": "^2.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@nanostores/vue": "^0.10.0",
"@samvera/clover-iiif": "^2.3.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"astro": "^4.1.2",
"astro-seo": "^0.8.2",
"axios": "^1.6.7",
"debounce": "^2.0.0",
"nanostores": "^0.10.0",
"ol": "^9.0.0",
"ol-mapbox-style": "^12.2.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^10.3.1",
"tailwindcss": "^3.3.5",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-cryptojs": "^2.4.5"
}
}