forked from rwieruch/gatsby-mdx-blog-starter-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "gatsby-mdx-blog-starter-project",
"description": "Gatsby MDX Blog Starter Project",
"version": "1.0.0",
"author": "Robin Wieruch <hello@rwieruch.com> (https://www.robinwieruch.de/)",
"repository": "https://github.com/rwieruch/gatsby-mdx-blog-starter-project",
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"core-js": "^3.3.2",
"gatsby": "^2.16.1",
"gatsby-image": "^2.2.29",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-mdx": "^1.0.52",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.31",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.2.23",
"prismjs": "^1.17.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-youtube": "^7.9.0",
"styled-components": "^4.4.0"
},
"devDependencies": {},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop"
}
}