@storybook/addon-ondevice-notes
Version:
Write notes for your react-native Storybook stories.
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "@storybook/addon-ondevice-notes",
"version": "9.1.0",
"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"
],
"scripts": {
"preprepare": "rm -rf dist/",
"prepare": "tsc",
"dev": "tsc --watch"
},
"dependencies": {
"@storybook/react-native-theming": "^9.1.0",
"react-native-markdown-display": "^7.0.2"
},
"devDependencies": {
"typescript": "~5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"storybook": ">=9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "38124888d92766d2a5b8c2bfa0fd283bb384a4cd"
}