UNPKG

@nuxtjs/sanity

Version:
113 lines (112 loc) 2.94 kB
{ "name": "@nuxtjs/sanity", "version": "1.14.1", "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": "^3.17.7", "@portabletext/types": "^2.0.13", "@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": "^2.15.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.27.0", "@nuxt/eslint-config": "1.7.1", "@nuxt/module-builder": "1.0.2", "@nuxt/schema": "4.0.1", "@nuxt/test-utils": "3.19.2", "@vitest/coverage-v8": "3.2.4", "@vue/test-utils": "2.4.6", "bumpp": "10.2.0", "eslint": "9.32.0", "h3": "1.15.3", "happy-dom": "18.0.1", "installed-check": "9.3.0", "lint-staged": "16.1.2", "nuxt": "4.0.1", "simple-git-hooks": "2.13.0", "typescript": "5.8.3", "vitest": "3.2.4", "vitest-environment-nuxt": "1.0.1", "vue": "3.5.18", "vue-router": "4.5.1", "vue-tsc": "3.0.4" }, "resolutions": { "@nuxt/schema": "4.0.1", "@nuxtjs/sanity": "link:.", "nuxt-component-meta": "0.13.0" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "publishConfig": { "access": "public" }, "build": { "externals": [ "@sanity/client" ] }, "packageManager": "pnpm@10.13.1", "engines": { "node": "^20.9.0 || ^22.0.0 || >=23.0.0" } }