11.26 修改K线图样式
This commit is contained in:
14
node_modules/posthog-js/react/package.json
generated
vendored
Normal file
14
node_modules/posthog-js/react/package.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user