1 | {
|
2 | "name": "@storybook/addon-links",
|
3 | "version": "6.5.16",
|
4 | "description": "Link stories together to build demos and prototypes with your UI components",
|
5 | "keywords": [
|
6 | "addon",
|
7 | "storybook",
|
8 | "organize"
|
9 | ],
|
10 | "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/links",
|
11 | "bugs": {
|
12 | "url": "https://github.com/storybookjs/storybook/issues"
|
13 | },
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "https://github.com/storybookjs/storybook.git",
|
17 | "directory": "addons/links"
|
18 | },
|
19 | "funding": {
|
20 | "type": "opencollective",
|
21 | "url": "https://opencollective.com/storybook"
|
22 | },
|
23 | "license": "MIT",
|
24 | "main": "dist/cjs/index.js",
|
25 | "module": "dist/esm/index.js",
|
26 | "types": "dist/ts3.9/index.d.ts",
|
27 | "typesVersions": {
|
28 | "<3.8": {
|
29 | "dist/ts3.9/*": [
|
30 | "dist/ts3.4/*"
|
31 | ]
|
32 | }
|
33 | },
|
34 | "files": [
|
35 | "dist/**/*",
|
36 | "README.md",
|
37 | "*.js",
|
38 | "*.d.ts"
|
39 | ],
|
40 | "scripts": {
|
41 | "prepare": "node ../../scripts/prepare.js"
|
42 | },
|
43 | "dependencies": {
|
44 | "@storybook/addons": "6.5.16",
|
45 | "@storybook/client-logger": "6.5.16",
|
46 | "@storybook/core-events": "6.5.16",
|
47 | "@storybook/csf": "0.0.2--canary.4566f4d.1",
|
48 | "@storybook/router": "6.5.16",
|
49 | "@types/qs": "^6.9.5",
|
50 | "core-js": "^3.8.2",
|
51 | "global": "^4.4.0",
|
52 | "prop-types": "^15.7.2",
|
53 | "qs": "^6.10.0",
|
54 | "regenerator-runtime": "^0.13.7",
|
55 | "ts-dedent": "^2.0.0"
|
56 | },
|
57 | "devDependencies": {
|
58 | "@types/webpack-env": "^1.16.0"
|
59 | },
|
60 | "peerDependencies": {
|
61 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
62 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
63 | },
|
64 | "peerDependenciesMeta": {
|
65 | "react": {
|
66 | "optional": true
|
67 | },
|
68 | "react-dom": {
|
69 | "optional": true
|
70 | }
|
71 | },
|
72 | "publishConfig": {
|
73 | "access": "public"
|
74 | },
|
75 | "gitHead": "7db13fface8f05b870a16b90694a840785830f7e",
|
76 | "sbmodern": "dist/modern/index.js",
|
77 | "storybook": {
|
78 | "displayName": "Links",
|
79 | "icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png",
|
80 | "unsupportedFrameworks": [
|
81 | "marko",
|
82 | "react-native"
|
83 | ]
|
84 | }
|
85 | }
|