forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": {
"@storybook/components": "5.2.5",
"@storybook/theming": "5.2.5",
"babel-loader": "^6.4.1",
"babel-plugin-styled-components": "^1.10.6",
"bootstrap": "^4.3.1",
"gatsby": "^1.9.279",
"gatsby-link": "^1.6.45",
"gatsby-plugin-segment": "^1.0.2",
"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.4.0",
"html-react-parser": "^0.10.0",
"is-builtin-module": "^3.0.0",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"polished": "^3.4.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-popper-tooltip": "^2.10.0",
"react-router": "^4.3.1",
"react-stack-grid": "^0.7.1",
"recompose": "^0.30.0",
"sitemap": "^4.1.1",
"styled-components": "^4.4.1",
"ts-dedent": "^1.1.0",
"validatorjs": "^3.18.0"
}
}