-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
55
56
57
58
59
{
"name": "gatsby-starter-storybook",
"description": "Gatsby Storybook Starter",
"version": "1.0.0",
"author": "Marko Radak <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markoradak/gatsby-starter-storybook"
},
"keywords": [
"gatsby",
"storybook",
"styled-components",
"reset-css",
"eslint",
"netlify"
],
"scripts": {
"start": "gatsby develop -H 0.0.0.0",
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"storybook": "start-storybook -p 9000 -c .storybook",
"build-storybook": "build-storybook -c .storybook -o storybook"
},
"dependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"gatsby": "^2.13.76",
"gatsby-image": "^2.2.12",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "2.2.12",
"gatsby-plugin-styled-components": "^3.0.1",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-sharp": "^2.2.10",
"prop-types": "^15.6.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-notes": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.18.2",
"storybook-addon-material-ui": "^0.9.0-alpha.20"
}
}