mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.3 to 16.8.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.8.4/packages/react-dom) Signed-off-by: dependabot[bot] <support@dependabot.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/ui",
|
|
"version": "5.1.0-alpha.6",
|
|
"description": "Core Storybook UI",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/ui",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "lib/ui"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"createDlls": "node -r esm ./scripts/createDlls.js",
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.1.0-alpha.6",
|
|
"@storybook/client-logger": "5.1.0-alpha.6",
|
|
"@storybook/components": "5.1.0-alpha.6",
|
|
"@storybook/core-events": "5.1.0-alpha.6",
|
|
"@storybook/router": "5.1.0-alpha.6",
|
|
"@storybook/theming": "5.1.0-alpha.6",
|
|
"core-js": "^2.6.5",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"fuzzy-search": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.mergewith": "^4.6.1",
|
|
"lodash.pick": "^4.4.0",
|
|
"markdown-to-jsx": "^6.9.1",
|
|
"memoizerific": "^1.11.3",
|
|
"polished": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.6.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-draggable": "^3.1.1",
|
|
"react-helmet-async": "^0.2.0",
|
|
"react-hotkeys": "2.0.0-pre4",
|
|
"react-resize-detector": "^4.0.2",
|
|
"recompose": "^0.30.0",
|
|
"semver": "^5.6.0",
|
|
"telejson": "^2.1.1",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"flush-promises": "^1.0.2",
|
|
"terser-webpack-plugin": "^1.2.2",
|
|
"webpack": "^4.29.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|