UNPKG

@storybook/addon-links

Version:

Storybook Links: Link stories together to build demos and prototypes with your UI components

82 lines 2.02 kB
{ "name": "@storybook/addon-links", "version": "10.1.11", "description": "Storybook Links: Link stories together to build demos and prototypes with your UI components", "keywords": [ "storybook", "storybook-addon", "organize", "links", "navigation", "component", "components" ], "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/links", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "code/addons/links" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./manager": "./dist/manager.js", "./package.json": "./package.json", "./preview": { "types": "./dist/preview.d.ts", "default": "./dist/preview.js" }, "./react": { "types": "./dist/react/index.d.ts", "default": "./dist/react/index.js" } }, "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "check": "jiti ../../../scripts/check/check-package.ts", "prep": "jiti ../../../scripts/build/build-package.ts" }, "dependencies": { "@storybook/global": "^5.0.0" }, "devDependencies": { "typescript": "^5.8.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "storybook": "^10.1.11" }, "peerDependenciesMeta": { "react": { "optional": true } }, "publishConfig": { "access": "public" }, "gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l", "storybook": { "displayName": "Links", "icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png", "unsupportedFrameworks": [ "react-native" ] } }