mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
Bumps [react-popper-tooltip](https://github.com/mohsinulhaq/react-popper-tooltip) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/mohsinulhaq/react-popper-tooltip/releases) - [Commits](https://github.com/mohsinulhaq/react-popper-tooltip/compare/v2.8.1...v2.8.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "storybook.js.org",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "storybook.js.org documentation",
|
|
"keywords": [
|
|
"documentation",
|
|
"storybooks"
|
|
],
|
|
"license": "MIT",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"build": "gatsby build --prefix-paths && cp static/**/* ./public",
|
|
"dev": "gatsby develop",
|
|
"serve": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-styled-components": "^1.10.0",
|
|
"bootstrap": "^4.3.1",
|
|
"common-tags": "^1.8.0",
|
|
"gatsby": "^1.9.279",
|
|
"gatsby-link": "^1.6.45",
|
|
"gatsby-plugin-sharp": "^1.6.48",
|
|
"gatsby-plugin-styled-components": "^2.0.0",
|
|
"gatsby-remark-autolink-headers": "^1.4.19",
|
|
"gatsby-remark-copy-linked-files": "^1.5.37",
|
|
"gatsby-remark-images": "^1.5.67",
|
|
"gatsby-remark-smartypants": "^1.4.12",
|
|
"gatsby-source-filesystem": "^1.5.39",
|
|
"gatsby-transformer-remark": "^1.7.44",
|
|
"global": "^4.3.2",
|
|
"highlight.js": "^9.14.2",
|
|
"is-builtin-module": "^3.0.0",
|
|
"lodash": "^4.17.11",
|
|
"marked": "^0.6.2",
|
|
"polished": "^3.2.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-document-title": "^2.0.3",
|
|
"react-dom": "^16.8.6",
|
|
"react-helmet": "^5.2.0",
|
|
"react-popper-tooltip": "^2.8.2",
|
|
"react-router": "^4.3.1",
|
|
"react-stack-grid": "^0.7.1",
|
|
"recompose": "^0.30.0",
|
|
"sitemap": "^2.1.0",
|
|
"styled-components": "^4.2.0",
|
|
"validatorjs": "^3.15.1"
|
|
}
|
|
}
|