mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "5.1.0-alpha.1",
|
|
"description": "Core Storybook Components",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/components",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "lib/components"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.1.0-alpha.1",
|
|
"@storybook/client-logger": "5.1.0-alpha.1",
|
|
"@storybook/core-events": "5.1.0-alpha.1",
|
|
"@storybook/router": "5.1.0-alpha.1",
|
|
"@storybook/theming": "5.1.0-alpha.1",
|
|
"global": "^4.3.2",
|
|
"js-beautify": "^1.8.9",
|
|
"memoizerific": "^1.11.3",
|
|
"polished": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"react-focus-lock": "^1.17.7",
|
|
"react-helmet-async": "^0.2.0",
|
|
"react-popper-tooltip": "^2.8.0",
|
|
"react-syntax-highlighter": "^8.0.1",
|
|
"react-textarea-autosize": "^7.1.0",
|
|
"recompose": "^0.30.0",
|
|
"simplebar-react": "^0.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|