UNPKG

groqd-playground

Version:

Groqd Playground is a plugin for Sanity Studio for testing [groqd](https://formidable.com/open-source/groqd/) queries, featuring:

69 lines 1.49 kB
{ "name": "groqd-playground", "private": false, "license": "MIT", "version": "0.0.20", "author": { "name": "Formidable", "url": "https://formidable.com" }, "repository": { "type": "git", "url": "https://github.com/FormidableLabs/groqd" }, "homepage": "https://github.com/formidablelabs/groqd", "keywords": [ "sanity", "groq", "query", "typescript" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": [ { "import": "./dist/index.mjs", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./dist/index.js" ], "./package.json": "./package.json" }, "files": [ "dist" ], "devDependencies": { "@types/lodash.has": "^4.5.7", "@types/react": "^18.0.35", "@types/styled-components": "^5.1.26", "tsup": "^6.7.0", "typescript": "^4.9.5" }, "peerDependencies": { "@sanity/icons": "^2.3.1", "@sanity/ui": "^2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "sanity": "^3.15.0", "styled-components": "^5.2 || ^6" }, "dependencies": { "@uiw/react-split": "^5.8.10", "lodash.has": "^4.5.2", "zod": "^3.22.4", "groqd": "0.15.12" }, "publishConfig": { "provenance": true }, "scripts": { "build": "tsup", "build:watch": "tsup --watch", "typecheck": "tsc --noEmit", "dev": "pnpm run build:watch" } }