mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
33 lines
830 B
JSON
33 lines
830 B
JSON
{
|
|
"name": "@storybook/addon-google-analytics",
|
|
"version": "5.2.0-alpha.23",
|
|
"description": "Storybook addon for google analytics",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/google-analytics",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/google-analytics"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.2.0-alpha.23",
|
|
"@storybook/core-events": "5.2.0-alpha.23",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react-ga": "^2.5.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|