UNPKG

@sanity/assist

Version:

You create the instructions; Sanity AI Assist does the rest.

106 lines (105 loc) 3 kB
{ "name": "@sanity/assist", "version": "4.4.1", "description": "You create the instructions; Sanity AI Assist does the rest.", "keywords": [ "sanity", "sanity-plugin", "ai" ], "homepage": "https://github.com/sanity-io/assist#readme", "bugs": { "url": "https://github.com/sanity-io/sanity/assist/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sanity-io/assist.git" }, "license": "MIT", "author": "Sanity <hello@sanity.io>", "sideEffects": false, "exports": { ".": { "source": "./src/index.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "files": [ "dist", "sanity.json", "src", "v2-incompatible.js" ], "scripts": { "build": "run-s clean && pkg-utils build --strict && pkg-utils --strict", "clean": "rimraf dist", "format": "prettier --write --cache --ignore-unknown .", "link-watch": "plugin-kit link-watch", "lint": "eslint src/**/* --ext .tsx,.ts", "prepublishOnly": "run-s build", "watch": "pkg-utils watch --strict", "compile": "tsc --noEmit", "test": "vitest", "release": "semantic-release" }, "dependencies": { "@sanity/icons": "^3.5.2", "@sanity/incompatible-plugin": "^1.0.4", "@sanity/ui": "^2.15.18", "date-fns": "^3.6.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "react-fast-compare": "^3.2.2", "rxjs": "^7.8.1", "rxjs-exhaustmap-with-trailing": "^2.1.1" }, "devDependencies": { "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", "@rollup/plugin-image": "^3.0.3", "@sanity/pkg-utils": "^6.13.4", "@sanity/plugin-kit": "^3.1.10", "@sanity/schema": "^3.93.0", "@sanity/semantic-release-preset": "^4.1.7", "@types/lodash": "^4.17.0", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.75", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-sanity": "^7.1.2", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "npm-run-all2": "^5.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "sanity": "^3.93.0", "semantic-release": "^23.0.8", "styled-components": "^6.1.16", "typescript": "^5.7.2", "vitest": "^3.1.4" }, "peerDependencies": { "@sanity/mutator": "^3.36.4", "react": "^18 || ^19", "sanity": "^3.36.4", "styled-components": "^6.1" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "browserslist": "extends @sanity/browserslist-config" }