forked from pomber/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "site",
"version": "1.0.0",
"main": "index.js",
"private": true,
"repository": "[email protected]:pomber/site.git",
"author": "Rodrigo Pombo",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.7",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.0.6",
"@theme-ui/prism": "^0.2.29",
"@theme-ui/typography": "^0.2.25",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"deepmerge": "^4.0.0",
"gatsby": "^2.13.48",
"gatsby-image": "^2.2.8",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-mdx": "^1.0.23",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-theme-ui": "^0.2.6",
"gatsby-remark-copy-linked-files": "^2.1.5",
"gatsby-remark-images": "^3.1.8",
"gatsby-remark-import-code": "^0.1.1",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-theme-waves": "^0.1.5",
"gatsby-transformer-sharp": "^2.2.5",
"mdx-utils": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-toggle": "^4.0.2",
"rehype-waves": "^0.1.4",
"remark-slug": "^5.1.2",
"theme-ui": "^0.2.31",
"typeface-merriweather": "^0.0.72",
"typeface-montserrat": "^0.0.75",
"typography-theme-wordpress-2016": "^0.16.19"
},
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"start:public": "gatsby develop -H 0.0.0.0",
"build": "gatsby build"
}
}