-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "@wrux/manhole",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^7.8.2",
"@phosphor-icons/react": "^2.1.7",
"@sanity/astro": "^3.1.4",
"@sanity/dashboard": "^4.0.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.51.0",
"@tailwindcss/vite": "^4.0.0-alpha.17",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.16.8",
"astro-portabletext": "^0.10.0",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"groq": "^3.51.0",
"install": "^0.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "*",
"sanity-plugin-asset-source-unsplash": "^3.0.1",
"sanity-plugin-dashboard-widget-document-list": "^1.0.1",
"sanity-plugin-media": "^2.3.0",
"styled-components": "^6.1.12",
"tailwindcss": "^4.0.0-alpha.17"
}
}