mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:21:07 +08:00
33 lines
708 B
JSON
33 lines
708 B
JSON
{
|
|
"name": "@storybook/addon-ondevice-notes",
|
|
"version": "4.1.0-alpha.1",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"notes",
|
|
"storybook"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "4.1.0-alpha.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-native-simple-markdown": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|