-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
40 lines (40 loc) · 1.12 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
{
"private": true,
"name": "gatsby",
"version": "1.0.0",
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"gatsby": "^2.24.79",
"gatsby-image": "^2.4.12",
"gatsby-plugin-emotion": "^5.4.0",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-netlify": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-remote-images": "^2.2.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-typography": "^2.12.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-inline-svg": "^0.0.8",
"gatsby-transformer-sharp": "^2.3.16",
"gatsby-transformer-yaml": "^2.11.0",
"numeral": "^2.0.6",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-icons": "^4.2.0",
"react-typography": "^0.16.19",
"type-fest": "^0.13.1",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"webpack": "^4.43.0"
},
"devDependencies": {
"@vercel/node": "1.8.5"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build"
}
}