Files
stats/packages/sdks/nextjs/package.json
2024-10-01 10:13:44 +02:00

23 lines
554 B
JSON

{
"name": "@openpanel/nextjs",
"version": "1.0.5-local",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/web": "1.0.1-local"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@types/react": "^18.2.20",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}