UNPKG

@prismicio/next

Version:

Helpers to integrate Prismic into Next.js apps

83 lines (82 loc) 1.77 kB
{ "name": "@prismicio/next", "version": "2.3.0", "description": "Helpers to integrate Prismic into Next.js apps", "keywords": [ "next", "preview", "prismic", "typescript", "vercel" ], "license": "Apache-2.0", "author": "Prismic <contact@prismic.io> (https://prismic.io)", "repository": { "type": "git", "url": "git+https://github.com/prismicio/prismic-next.git" }, "workspaces": [ ".", "e2e-projects/*" ], "files": [ "dist", "src" ], "type": "module", "sideEffects": false, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" }, "./pages": { "types": "./dist/pages.d.ts", "default": "./dist/pages.cjs" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "e2e": "playwright test", "e2e:ui": "npm run e2e -- --ui", "format": "oxfmt", "lint": "oxlint --deny-warnings", "prepare": "npm run build", "test": "npm run lint && npm run types && npm run build && npm run e2e", "types": "tsc --noEmit" }, "dependencies": { "@prismicio/simulator": "^0.2.2", "imgix-url-builder": "^0.0.6", "lz-string": "^1.5.0" }, "devDependencies": { "@playwright/test": "^1.59.1", "@prismicio/client": "^7.21.8", "@types/node": "^25.5.2", "@types/react": "^19.2.14", "next": "16.2.3", "oxfmt": "^0.44.0", "oxlint": "^1.59.0", "playwright": "^1.59.1", "react": "^19.2.5", "react-dom": "^19.2.5", "tsdown": "^0.21.7", "typescript": "^6.0.2" }, "peerDependencies": { "@prismicio/client": "^7", "next": "^13.4.5 || ^14 || ^15 || ^16", "react": "^18 || ^19" }, "engines": { "node": ">=20" } }