@nuxtjs/sanity
Version:
Sanity integration for Nuxt
110 lines (109 loc) • 2.94 kB
JSON
{
"name": "@nuxtjs/sanity",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/sanity.git"
},
"description": "Sanity integration for Nuxt",
"keywords": [
"nuxt",
"module",
"nuxt-module",
"sanity",
"sanity-io",
"cms"
],
"author": {
"name": "Daniel Roe <daniel@roe.dev>",
"url": "https://roe.dev"
},
"sideEffects": false,
"type": "module",
"exports": {
".": "./dist/module.mjs",
"./package.json": "./package.json",
"./runtime/*": "./dist/runtime/*"
},
"types": "./dist/module.d.mts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxt dev playground",
"dev:build": "nuxt build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
"studio:build": "pnpm --filter nuxt-sanity-cms build",
"docs:generate": "nuxt generate docs",
"prepare": "simple-git-hooks",
"build": "nuxt-module-build build",
"lint": "eslint .",
"prepublishOnly": "pnpm test",
"release": "bumpp && npm publish",
"test": "pnpm lint && pnpm vitest run --coverage",
"test:types": "vue-tsc --noEmit",
"test:unit": "vitest run test/unit/*.test.*",
"test:e2e": "vitest run test/e2e/*.test.*"
},
"dependencies": {
"@nuxt/kit": "^4.0.0",
"@portabletext/types": "^2.0.13",
"@portabletext/vue": "^1.0.12",
"@sanity/client": "^7.6.0",
"@sanity/comlink": "^3.0.5",
"@sanity/core-loader": "^1.8.10",
"@sanity/presentation-comlink": "^1.0.21",
"@sanity/preview-url-secret": "^2.1.11",
"@sanity/visual-editing": "^3.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"jiti": "^2.4.0",
"knitwork": "^1.1.0",
"magic-regexp": "^0.10.0",
"mlly": "^1.7.3",
"ofetch": "^1.4.1",
"ohash": "^2.0.0",
"pathe": "^2.0.0"
},
"devDependencies": {
"@nuxt/cli": "3.28.0",
"@nuxt/eslint-config": "1.8.0",
"@nuxt/module-builder": "1.0.2",
"@nuxt/schema": "4.0.3",
"@nuxt/test-utils": "3.19.2",
"@vitest/coverage-v8": "3.2.4",
"@vue/test-utils": "2.4.6",
"bumpp": "10.2.2",
"eslint": "9.33.0",
"h3": "1.15.4",
"happy-dom": "18.0.1",
"installed-check": "9.3.0",
"lint-staged": "16.1.5",
"nuxt": "4.0.3",
"pkg-pr-new": "0.0.54",
"simple-git-hooks": "2.13.1",
"typescript": "5.9.2",
"vitest": "3.2.4",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.18",
"vue-router": "4.5.1",
"vue-tsc": "3.0.5"
},
"resolutions": {
"@nuxt/schema": "4.0.3",
"@nuxtjs/sanity": "link:.",
"nuxt-component-meta": "0.13.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@10.14.0",
"engines": {
"node": "^20.19.0 || ^22.0.0 || >=23.0.0"
}
}