mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/addon-storysource",
|
|
"version": "5.2.0-beta.26",
|
|
"description": "Stories addon for storybook",
|
|
"keywords": [
|
|
"addon",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storysource",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "addons/storysource"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.2.0-beta.26",
|
|
"@storybook/components": "5.2.0-beta.26",
|
|
"@storybook/router": "5.2.0-beta.26",
|
|
"@storybook/source-loader": "5.2.0-beta.26",
|
|
"@storybook/theming": "5.2.0-beta.26",
|
|
"core-js": "^3.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"loader-utils": "^1.2.3",
|
|
"prettier": "^1.16.4",
|
|
"prop-types": "^15.7.2",
|
|
"react-syntax-highlighter": "^8.0.1",
|
|
"regenerator-runtime": "^0.12.1",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|