UNPKG

@storybook/addon-ondevice-notes

Version:

Write notes for your react-native Storybook stories.

50 lines 1.13 kB
{ "name": "@storybook/addon-ondevice-notes", "version": "10.4.4", "description": "Write notes for your react-native Storybook stories.", "keywords": [ "addon", "notes", "react-native", "storybook" ], "repository": { "type": "git", "url": "https://github.com/storybookjs/react-native.git", "directory": "packages/ondevice-notes" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "docs/**/*", "README.md", "*.js", "*.d.ts" ], "dependencies": { "@storybook/react-native-theming": "^10.4.4" }, "devDependencies": { "react-native-markdown-display": "^7.0.2", "storybook": "^10.4.0", "tsdown": "^0.22.0", "typescript": "~6.0.3" }, "peerDependencies": { "@storybook/react": "^10", "react": "*", "react-native": "*", "storybook": ">=10 || ^10" }, "publishConfig": { "access": "public" }, "gitHead": "4aa2ae40569ea7f61e438ce568a39c580b3097d8", "scripts": { "check:types": "tsc --noEmit", "dev": "tsdown --watch", "preprepare": "rm -rf dist/" } }