@sanity/assist
Version:
You create the instructions; Sanity AI Assist does the rest.
71 lines • 1.9 kB
JSON
{
"name": "@sanity/assist",
"version": "6.0.7",
"description": "You create the instructions; Sanity AI Assist does the rest.",
"keywords": [
"ai",
"sanity",
"sanity-plugin"
],
"homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/@sanity/assist#readme",
"bugs": {
"url": "https://github.com/sanity-io/plugins/issues"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sanity-io/plugins.git",
"directory": "plugins/@sanity/assist"
},
"files": [
"dist"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@portabletext/types": "^4.0.2",
"@sanity/client": "^7.21.0",
"@sanity/color": "^3.0.6",
"@sanity/icons": "^3.7.4",
"@sanity/ui": "^3.2.0",
"date-fns": "^3.6.0",
"lodash-es": "^4.17.23",
"react-fast-compare": "^3.2.2",
"rxjs": "^7.8.2",
"rxjs-exhaustmap-with-trailing": "^2.1.1"
},
"devDependencies": {
"@sanity/pkg-utils": "^10.5.0",
"@sanity/schema": "^5.21.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.12.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"babel-plugin-styled-components": "^2.1.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sanity": "^5.21.0",
"styled-components": "^6.4.1",
"@repo/package.config": "0.0.0",
"@repo/tsconfig": "0.0.0"
},
"peerDependencies": {
"@sanity/mutator": "^5 || ^6.0.0-0",
"react": "^19.2",
"react-dom": "^19.2",
"sanity": "^5 || ^6.0.0-0",
"styled-components": "^6.1"
},
"engines": {
"node": ">=20.19 <22 || >=22.12"
},
"scripts": {
"build": "pkg build --strict --check --clean"
}
}