Files
posthog/products/feature_flags/package.json
Marius Andra 0a0a2ad1ff feat(platform-ux): tabify saved insights + dashboards (#36656)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-14 20:21:33 +02:00

16 lines
327 B
JSON

{
"name": "@posthog/products-feature-flags",
"dependencies": {
"kea": "^3.1.7",
"kea-loaders": "^3.1.1",
"kea-router": "^3.4.1"
},
"peerDependencies": {
"@posthog/icons": "*",
"@types/react": "*",
"clsx": "*",
"fuse.js": "*",
"react": "*"
}
}