{ "name": "@openpanel/nextjs", "version": "1.1.2-local", "module": "index.ts", "scripts": { "build": "rm -rf dist && tsup", "typecheck": "tsc --noEmit" }, "dependencies": { "@openpanel/web": "workspace:1.0.6-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:" } }