UNPKG

@stackbit/cms-sanity

Version:
56 lines (55 loc) 1.45 kB
{ "name": "@stackbit/cms-sanity", "version": "0.2.90", "description": "Stackbit Sanity CMS Interface", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/src" ], "scripts": { "test": "jest", "build": "tsc --build --clean && tsc --build", "watch": "tsc --build --clean && tsc --build --watch --verbose", "prettier": "prettier --write src" }, "repository": { "type": "git", "url": "git+https://github.com/stackbit/stackbit.git" }, "keywords": [ "stackbit", "sanity" ], "author": "Stackbit Inc.", "license": "MIT", "bugs": { "url": "https://github.com/stackbit/stackbit/issues" }, "homepage": "https://github.com/stackbit/stackbit#readme", "dependencies": { "@sanity/block-tools": "^2.29.3", "@sanity/client": "^3.3.0", "@sanity/schema": "^2.29.3", "@sanity/types": "^3.31.0", "@stackbit/cms-core": "3.1.22", "@stackbit/types": "2.1.14", "@stackbit/utils": "0.8.1", "fs-extra": "^9.0.13", "glob": "10.2.6", "jsdom": "^20.0.0", "lodash": "^4.17.21", "tinycolor2": "^1.5.2", "uuid": "^8.3.2" }, "devDependencies": { "@sanity/scheduled-publishing": "^1.1.1", "@types/fs-extra": "^9.0.13", "@types/jsdom": "^16.2.14", "@types/lodash": "^4.14.178", "@types/tinycolor2": "^1.4.3", "@types/uuid": "^8.3.4" }, "gitHead": "ea6512cb172c274f7bf39be153c6cea8a67840ea" }