diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index faa8957..28066bd 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-svelte3": "^4.0.0", + "groq": "^3.3.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "postcss-load-config": "^4.0.1", @@ -41,6 +42,7 @@ }, "type": "module", "dependencies": { + "@sanity/client": "^4.0.1", "typesafe-i18n": "^5.24.0" } }
\ No newline at end of file |
