UNPKG

@hellocoop/nextjs

Version:

Next.js SDK for Hellō https://hello.dev

73 lines (72 loc) 1.66 kB
{ "name": "@hellocoop/nextjs", "version": "3.2.8", "description": "Next.js SDK for Hellō https://hello.dev", "repository": { "type": "git", "url": "git+https://github.com/hellocoop/packages.git" }, "homepage": "https://www.hello.dev/docs/sdks/nextjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./react": "./dist/react.js" }, "files": [ "dist/" ], "keywords": [ "nextjs", "next", "next.js", "hello", "openid", "oidc", "sso" ], "author": { "name": "Hello Identity Co-op", "email": "contact@hello.coop", "url": "https://hello.coop" }, "license": "MIT", "bugs": { "url": "https://github.com/hellocoop/packages/issues" }, "scripts": { "watch": "tsc --watch --declaration", "prebuild": "rimraf dist node_modules", "build": "tsc --declaration" }, "peerDependencies": { "next": ">=10", "react": ">=17", "react-dom": ">=17" }, "devDependencies": { "@hellocoop/definitions": "^1.0.9", "@tsconfig/node18": "^18.2.2", "@types/cookie": "^0.6.0", "@types/cors": "^2.8.14", "@types/react": "^18.2.21", "eslint-config-next": "^13.5.1", "next": "^14.2.15", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.1", "typescript": "^5.2.2" }, "engines": { "node": ">=18" }, "dependencies": { "@hellocoop/api": "^2.2.7", "@hellocoop/helper-server": "^2.2.1", "@hellocoop/react": "^3.1.9", "cookie": "^1.0.1", "cors": "^2.8.5", "swr": "^2.2.2" }, "gitHead": "ff68345686c5a4fbc193c94e77360089a74b1e61" }