{
  "name": "@openpanel/nextjs",
  "version": "1.5.0-local",
  "license": "MIT",
  "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.4.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": "^7.2.0",
    "typescript": "catalog:"
  }
}
