2017-04-17 13:29:51 -07:00
|
|
|
{
|
2017-05-26 18:24:53 +02:00
|
|
|
"name": "storybook.js.org",
|
2017-04-28 15:47:14 +10:00
|
|
|
"version": "1.0.0",
|
2018-08-15 23:16:19 +02:00
|
|
|
"private": true,
|
2017-06-03 21:03:48 +02:00
|
|
|
"description": "storybook.js.org documentation",
|
|
|
|
"keywords": [
|
2019-04-05 04:24:16 +02:00
|
|
|
"documentation",
|
2017-06-03 21:03:48 +02:00
|
|
|
"storybooks"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "n/a",
|
|
|
|
"scripts": {
|
2019-02-18 11:33:16 +11:00
|
|
|
"build": "gatsby build --prefix-paths && cp static/**/* ./public",
|
2017-06-03 21:03:48 +02:00
|
|
|
"dev": "gatsby develop",
|
2019-04-05 04:24:16 +02:00
|
|
|
"serve": "gatsby serve"
|
2017-06-03 21:03:48 +02:00
|
|
|
},
|
2017-04-17 13:29:51 -07:00
|
|
|
"dependencies": {
|
2019-10-29 11:00:29 +01:00
|
|
|
"@storybook/components": "5.2.5",
|
|
|
|
"@storybook/theming": "5.2.5",
|
2017-12-28 15:58:47 +03:00
|
|
|
"babel-loader": "^6.4.1",
|
2019-07-02 16:38:29 +00:00
|
|
|
"babel-plugin-styled-components": "^1.10.6",
|
2019-02-20 02:05:07 +01:00
|
|
|
"bootstrap": "^4.3.1",
|
2018-10-12 22:28:30 +00:00
|
|
|
"gatsby": "^1.9.279",
|
2018-07-04 11:31:11 +00:00
|
|
|
"gatsby-link": "^1.6.45",
|
2019-05-16 18:14:05 +08:00
|
|
|
"gatsby-plugin-segment": "^1.0.2",
|
2019-03-06 21:32:58 +01:00
|
|
|
"gatsby-plugin-sharp": "^1.6.48",
|
2019-03-13 14:05:52 +01:00
|
|
|
"gatsby-plugin-styled-components": "^2.0.0",
|
2018-07-04 11:36:33 +00:00
|
|
|
"gatsby-remark-autolink-headers": "^1.4.19",
|
2018-07-04 11:39:15 +00:00
|
|
|
"gatsby-remark-copy-linked-files": "^1.5.37",
|
2018-07-04 11:42:07 +00:00
|
|
|
"gatsby-remark-images": "^1.5.67",
|
2018-03-01 00:22:05 +00:00
|
|
|
"gatsby-remark-smartypants": "^1.4.12",
|
2018-07-04 11:44:47 +00:00
|
|
|
"gatsby-source-filesystem": "^1.5.39",
|
2018-07-04 11:47:27 +00:00
|
|
|
"gatsby-transformer-remark": "^1.7.44",
|
2019-06-12 00:51:10 +00:00
|
|
|
"global": "^4.4.0",
|
2019-11-12 08:06:59 +00:00
|
|
|
"html-react-parser": "^0.10.0",
|
2019-03-06 21:32:58 +01:00
|
|
|
"is-builtin-module": "^3.0.0",
|
2019-07-23 12:53:31 +00:00
|
|
|
"lodash": "^4.17.15",
|
2019-07-09 07:23:56 +00:00
|
|
|
"marked": "^0.7.0",
|
2019-11-06 18:21:51 +00:00
|
|
|
"polished": "^3.4.2",
|
2019-02-20 02:05:07 +01:00
|
|
|
"prop-types": "^15.7.2",
|
2019-11-19 10:25:28 +00:00
|
|
|
"react": "^16.12.0",
|
2017-04-28 15:47:14 +10:00
|
|
|
"react-document-title": "^2.0.3",
|
2019-11-19 10:25:35 +00:00
|
|
|
"react-dom": "^16.12.0",
|
2018-10-12 13:09:45 +00:00
|
|
|
"react-helmet": "^5.2.0",
|
2019-10-29 11:00:29 +01:00
|
|
|
"react-popper-tooltip": "^2.10.0",
|
2018-06-07 14:37:45 +00:00
|
|
|
"react-router": "^4.3.1",
|
2018-01-09 16:27:40 +00:00
|
|
|
"react-stack-grid": "^0.7.1",
|
2019-03-05 18:09:41 +01:00
|
|
|
"recompose": "^0.30.0",
|
2019-08-20 08:25:41 +00:00
|
|
|
"sitemap": "^4.1.1",
|
2019-11-05 08:52:21 +00:00
|
|
|
"styled-components": "^4.4.1",
|
2019-10-04 10:38:34 +02:00
|
|
|
"ts-dedent": "^1.1.0",
|
2019-11-26 08:22:10 +00:00
|
|
|
"validatorjs": "^3.18.0"
|
2019-03-07 11:10:17 +01:00
|
|
|
}
|
2017-04-17 13:29:51 -07:00
|
|
|
}
|