2019-03-26 18:39:53 +08:00

35 lines
777 B
JSON

{
"name": "@storybook/addon-ondevice-notes",
"version": "5.1.0-alpha.16",
"description": "Write notes for your Storybook stories.",
"keywords": [
"addon",
"notes",
"storybook"
],
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/ondevice-notes"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "5.1.0-alpha.16",
"core-js": "^2.6.5",
"prop-types": "^15.7.2",
"react-native-simple-markdown": "^1.1.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
}
}