Files
stats/packages/sdks/nextjs/package.json
Carl-Gerhard Lindesvärd 7719985ad1 bump: @openpanel/nextjs 1.0.12
2025-11-14 13:29:01 +01:00

24 lines
612 B
JSON

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