12.4 概念模块功能完善

This commit is contained in:
尚政杰
2025-12-04 17:41:33 +08:00
parent 4e64455b9b
commit 44842120da
5090 changed files with 9843 additions and 146120 deletions

View File

@@ -1,14 +0,0 @@
{
"name": "posthog-js-react",
"version": "1.0.0",
"private": true,
"description": "Provides components and hooks for React integrations of PostHog. It is not published to NPM, but is used in the main posthog-js package.",
"repository": {
"type": "git",
"url": "https://github.com/PostHog/posthog-js",
"directory": "packages/react"
},
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts"
}