-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
41 lines (41 loc) · 1.22 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 <[email protected]> (https://www.robinwieruch.de/)",
"repository": "https://github.com/rwieruch/gatsby-mdx-blog-starter-project",
"dependencies": {
"@mdx-js/mdx": "^1.6.0",
"@mdx-js/react": "^1.6.0",
"core-js": "^3.6.5",
"gatsby": "^2.21.7",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-mdx": "^1.2.4",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-styled-components": "^3.3.0",
"gatsby-remark-copy-linked-files": "^2.3.1",
"gatsby-remark-images": "^3.3.0",
"gatsby-remark-prismjs": "^3.5.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-youtube": "^7.11.2",
"styled-components": "^5.1.0"
},
"devDependencies": {},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop"
}
}