@sanity/data-aspects
Version:
Sanity plugin which controls how your data is presented
38 lines (37 loc) • 886 B
JSON
{
"name": "@sanity/data-aspects",
"version": "2.35.3",
"description": "Sanity plugin which controls how your data is presented",
"main": "lib/DataAspectsResolver.js",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"scripts": {
"clean": "rimraf lib dest"
},
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"data-aspects",
"sanity-plugin"
],
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"rimraf": "^2.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git",
"directory": "packages/@sanity/data-aspects"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"gitHead": "d5ef5ca9905a52f62af6c484c3f8e2396c09b10f"
}