@stackbit/cms-sanity
Version:
Stackbit Sanity CMS Interface
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "@stackbit/cms-sanity",
"version": "0.2.93",
"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.25",
"@stackbit/types": "2.1.15",
"@stackbit/utils": "0.8.3",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"lodash": "^4.17.23",
"tinycolor2": "^1.5.2",
"uuid": "^11.1.0"
},
"devDependencies": {
"@sanity/scheduled-publishing": "^1.1.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.16",
"@types/tinycolor2": "^1.4.3",
"@types/uuid": "^10.0.0"
},
"gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}