UNPKG

1.9 kBJSONView Raw
1{
2 "name": "@storybook/api",
3 "version": "6.5.3",
4 "description": "Core Storybook API & Context",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/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 },
16 "funding": {
17 "type": "opencollective",
18 "url": "https://opencollective.com/storybook"
19 },
20 "license": "MIT",
21 "main": "dist/cjs/index.js",
22 "module": "dist/esm/index.js",
23 "types": "dist/ts3.9/index.d.ts",
24 "typesVersions": {
25 "<3.8": {
26 "dist/ts3.9/*": [
27 "dist/ts3.4/*"
28 ]
29 }
30 },
31 "files": [
32 "dist/**/*",
33 "README.md",
34 "*.js",
35 "*.d.ts"
36 ],
37 "scripts": {
38 "prepare": "node ../../scripts/prepare.js"
39 },
40 "dependencies": {
41 "@storybook/channels": "6.5.3",
42 "@storybook/client-logger": "6.5.3",
43 "@storybook/core-events": "6.5.3",
44 "@storybook/csf": "0.0.2--canary.4566f4d.1",
45 "@storybook/router": "6.5.3",
46 "@storybook/semver": "^7.3.2",
47 "@storybook/theming": "6.5.3",
48 "core-js": "^3.8.2",
49 "fast-deep-equal": "^3.1.3",
50 "global": "^4.4.0",
51 "lodash": "^4.17.21",
52 "memoizerific": "^1.11.3",
53 "regenerator-runtime": "^0.13.7",
54 "store2": "^2.12.0",
55 "telejson": "^6.0.8",
56 "ts-dedent": "^2.0.0",
57 "util-deprecate": "^1.0.2"
58 },
59 "devDependencies": {
60 "@types/lodash": "^4.14.167",
61 "@types/qs": "^6",
62 "@types/semver": "^7.3.4",
63 "flush-promises": "^1.0.2",
64 "preval.macro": "^5.0.0",
65 "qs": "^6.10.1"
66 },
67 "peerDependencies": {
68 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
69 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
70 },
71 "publishConfig": {
72 "access": "public"
73 },
74 "gitHead": "5056f9cffdeea636f0c852477fe79e443226fb64",
75 "sbmodern": "dist/modern/index.js"
76}