adding sanity components

This commit is contained in:
briannelson95
2025-09-30 19:40:25 -04:00
parent 3c0e27d7f2
commit f016b39e5c
32 changed files with 3062 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22",
"@types/node": "^24.6.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
@@ -36,5 +36,14 @@
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^7.0.4"
},
"dependencies": {
"@portabletext/svelte": "^3.0.1",
"@sanity/client": "^7.11.2",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.10.2",
"groq": "^4.10.2",
"sanity": "^4.10.2",
"zod": "^4.1.11"
}
}