UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@storybook/client-api",
3 "version": "6.2.9",
4 "description": "Storybook Client API",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-api",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/client-api"
16 },
17 "license": "MIT",
18 "sideEffects": false,
19 "main": "dist/cjs/index.js",
20 "module": "dist/esm/index.js",
21 "types": "dist/ts3.9/index.d.ts",
22 "typesVersions": {
23 "<3.8": {
24 "*": [
25 "dist/ts3.4/*"
26 ]
27 }
28 },
29 "files": [
30 "dist/**/*",
31 "README.md",
32 "*.js",
33 "*.d.ts"
34 ],
35 "scripts": {
36 "prepare": "node ../../scripts/prepare.js"
37 },
38 "dependencies": {
39 "@storybook/addons": "6.2.9",
40 "@storybook/channel-postmessage": "6.2.9",
41 "@storybook/channels": "6.2.9",
42 "@storybook/client-logger": "6.2.9",
43 "@storybook/core-events": "6.2.9",
44 "@storybook/csf": "0.0.1",
45 "@types/qs": "^6.9.5",
46 "@types/webpack-env": "^1.16.0",
47 "core-js": "^3.8.2",
48 "global": "^4.4.0",
49 "lodash": "^4.17.20",
50 "memoizerific": "^1.11.3",
51 "qs": "^6.10.0",
52 "regenerator-runtime": "^0.13.7",
53 "stable": "^0.1.8",
54 "store2": "^2.12.0",
55 "ts-dedent": "^2.0.0",
56 "util-deprecate": "^1.0.2"
57 },
58 "peerDependencies": {
59 "react": "^16.8.0 || ^17.0.0",
60 "react-dom": "^16.8.0 || ^17.0.0"
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "gitHead": "588d1330b80596a41cc6bae7aecc00201a6c0679"
66}