mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
# Conflicts: # CONTRIBUTING.md # addons/actions/package.json # addons/comments/package.json # addons/events/package.json # addons/info/package.json # addons/knobs/package.json # addons/links/package.json # addons/notes/package.json # addons/storyshots/package.json # app/react-native/package.json # app/react/package.json # app/vue/package.json # dependencies.yml # examples/cra-kitchen-sink/package.json # examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot # examples/crna-kitchen-sink/package.json # examples/react-native-vanilla/package.json # lib/ui/package.json # lib/ui/src/modules/ui/components/stories_panel/stories_tree/index.test.js # yarn.lock
40 lines
934 B
JSON
40 lines
934 B
JSON
{
|
|
"name": "@storybook/addon-notes",
|
|
"version": "3.3.0-alpha.0",
|
|
"description": "Write notes for your Storybook stories.",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook",
|
|
"notes"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js",
|
|
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
|
"storybook": "start-storybook -p 9010"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.3.0-alpha.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"prop-types": "^15.6.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"git-url-parse": "^6.2.2",
|
|
"react": "^16.0.0",
|
|
"react-addons-test-utils": "^15.5.1",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/react": "^15.0.24"
|
|
}
|
|
}
|