UNPKG

2.03 kBJSONView Raw
1{
2 "name": "@storybook/addon-viewport",
3 "version": "6.5.9",
4 "description": "Build responsive components by adjusting Storybook’s viewport size and orientation",
5 "keywords": [
6 "addon",
7 "storybook",
8 "style",
9 "essentials"
10 ],
11 "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/viewport",
12 "bugs": {
13 "url": "https://github.com/storybookjs/storybook/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/storybookjs/storybook.git",
18 "directory": "addons/viewport"
19 },
20 "funding": {
21 "type": "opencollective",
22 "url": "https://opencollective.com/storybook"
23 },
24 "license": "MIT",
25 "main": "dist/cjs/preview.js",
26 "module": "dist/esm/preview.js",
27 "types": "dist/ts3.9/preview.d.ts",
28 "typesVersions": {
29 "<3.8": {
30 "dist/ts3.9/*": [
31 "dist/ts3.4/*"
32 ]
33 }
34 },
35 "files": [
36 "dist/**/*",
37 "README.md",
38 "*.js",
39 "*.d.ts"
40 ],
41 "scripts": {
42 "prepare": "node ../../scripts/prepare.js"
43 },
44 "dependencies": {
45 "@storybook/addons": "6.5.9",
46 "@storybook/api": "6.5.9",
47 "@storybook/client-logger": "6.5.9",
48 "@storybook/components": "6.5.9",
49 "@storybook/core-events": "6.5.9",
50 "@storybook/theming": "6.5.9",
51 "core-js": "^3.8.2",
52 "global": "^4.4.0",
53 "memoizerific": "^1.11.3",
54 "prop-types": "^15.7.2",
55 "regenerator-runtime": "^0.13.7"
56 },
57 "peerDependencies": {
58 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
59 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
60 },
61 "peerDependenciesMeta": {
62 "react": {
63 "optional": true
64 },
65 "react-dom": {
66 "optional": true
67 }
68 },
69 "publishConfig": {
70 "access": "public"
71 },
72 "gitHead": "e2673f765722cbb542ef1b5cf8d533c8e746a127",
73 "sbmodern": "dist/modern/preview.js",
74 "storybook": {
75 "displayName": "Viewport",
76 "icon": "https://user-images.githubusercontent.com/263385/101991678-48cdf300-3c7c-11eb-9764-f8af293c1b28.png",
77 "unsupportedFrameworks": [
78 "react-native"
79 ]
80 }
81}