{ "name": "@storybook/client-api", "version": "6.3.0-alpha.22", "description": "Storybook Client API", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/client-api" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "sideEffects": false, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/ts3.9/index.d.ts", "typesVersions": { "<3.8": { "*": [ "dist/ts3.4/*" ] } }, "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/addons": "6.3.0-alpha.22", "@storybook/channel-postmessage": "6.3.0-alpha.22", "@storybook/channels": "6.3.0-alpha.22", "@storybook/client-logger": "6.3.0-alpha.22", "@storybook/core-events": "6.3.0-alpha.22", "@storybook/csf": "0.0.1", "@types/qs": "^6.9.5", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", "lodash": "^4.17.20", "memoizerific": "^1.11.3", "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", "stable": "^0.1.8", "store2": "^2.12.0", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "5c8a5090dafa0cc1d8d66067c6ed6af73806aa5c" }