-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^1.8.0",
"gatsby": "^2.0.47",
"gatsby-cli": "^2.4.5",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-layout": "^1.0.11",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.16",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-remark-images": "^3.0.1",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-remark": "^2.1.12",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"styled-components": "^4.1.2",
"typography": "^0.16.17"
},
"devDependencies": {
"eslint": "^5.9.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"
}
}