UNPKG

@sanity-typed/next-sanity

Version:
64 lines (63 loc) 1.53 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@sanity-typed/next-sanity", "version": "4.0.0", "description": "next-sanity with typed GROQ Results", "keywords": [ "sanity", "sanity-io", "types", "typescript", "cms", "headless", "realtime", "content", "sanity.io", "next.js", "studio", "studio-v3", "live", "preview" ], "homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/next-sanity", "bugs": "https://github.com/saiichihashimoto/sanity-typed/issues", "repository": "github:saiichihashimoto/sanity-typed", "funding": { "type": "individual", "url": "https://github.com/sponsors/saiichihashimoto" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "npm run build -- --no-clean", "test": "jest" }, "dependencies": { "@sanity-typed/client": "5.0.0", "@sanity-typed/types": "8.0.0", "lodash": "4.17.21" }, "devDependencies": { "@jest/globals": "29.7.0", "@jest/types": "29.6.3", "@saiichihashimoto/test-utils": "1.1.0", "@sanity-typed/tsconfig": "0.0.0-development", "groq-builder": "0.9.1", "jest": "29.7.0", "next-sanity": "9.8.60", "ts-jest": "29.2.5", "type-fest": "4.30.2" }, "peerDependencies": { "next-sanity": "^7.0.4", "typescript": "5.7.2 || 5.7.3" }, "optionalDependencies": { "groq-builder": "^0.9.1" } }