storybook/app/html/package.json
dependabot[bot] 28f75aa3ca
Bump react-dom from 16.5.2 to 16.6.0
Bumps [react-dom](https://github.com/facebook/react) from 16.5.2 to 16.6.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/compare/v16.5.2...v16.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-26 07:49:56 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@storybook/html",
"version": "4.0.0-rc.6",
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/app/html",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/client/index.js",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",
"storybook-server": "./bin/index.js"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@storybook/core": "4.0.0-rc.6",
"common-tags": "^1.8.0",
"global": "^4.3.2",
"html-loader": "^0.5.5",
"react": "^16.6.0",
"react-dom": "^16.6.0"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
}
}