mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
36 lines
811 B
JSON
36 lines
811 B
JSON
{
|
|
"name": "@storybook/addon-ondevice-notes",
|
|
"version": "5.2.0-alpha.32",
|
|
"description": "Write notes for your react-native Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"notes",
|
|
"storybook",
|
|
"react-native"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/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.2.0-alpha.32",
|
|
"core-js": "^3.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"react-native-simple-markdown": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|