mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@storybook/addon-google-analytics",
|
|
"version": "6.0.0-beta.30",
|
|
"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": "6.0.0-beta.30",
|
|
"@storybook/core-events": "6.0.0-beta.30",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"react-ga": "^2.5.7",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.6.0",
|
|
"react": "^15.6.2 || ^16.0",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
|
}
|