Michael Shilman 1555b7b6a1 v5.2.8
2019-12-02 14:23:27 +08:00

43 lines
895 B
JSON

{
"name": "@storybook/addon-ondevice-notes",
"version": "5.2.8",
"description": "Write notes for your react-native Storybook stories.",
"keywords": [
"addon",
"notes",
"react-native",
"storybook"
],
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "addons/ondevice-notes"
},
"license": "MIT",
"files": [
"dist/**/*",
"docs/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"main": "dist/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.2.8",
"@storybook/client-logger": "5.2.8",
"core-js": "^3.0.1",
"prop-types": "^15.7.2",
"react-native-simple-markdown": "^1.1.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
}
}