- Add .gitea/workflows for building and pushing api, dashboard, and worker images to git.zias.be registry - Add docker-compose.prod.yml using pre-built registry images (no build-from-source on server) - Update docker-compose.yml infra images to latest (postgres 18.3, redis 8.6.2, clickhouse 26.3.2.3) - Update self-hosting/docker-compose.template.yml image versions to match - Bump Node.js to 22.22.2 in all three Dockerfiles - Update pnpm to 10.33.0 and upgrade all safe npm dependencies - Add buffer-equal-constant-time patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
699 B
JSON
27 lines
699 B
JSON
{
|
|
"name": "@openpanel/nextjs",
|
|
"version": "1.4.0-local",
|
|
"module": "index.ts",
|
|
"config": {
|
|
"docPath": "apps/public/content/docs/(tracking)/sdks/nextjs.mdx"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsup",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@openpanel/web": "workspace:1.3.0-local"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/react": "catalog:",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|