forked from yannick-cw/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "yannick-gladow-blog",
"version": "1.0.0",
"description": "dev-log",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/yannick-cw/blog"
},
"author": "Yannick Gladow",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"now-build": "npm run build"
},
"dependencies": {
"babel-plugin-styled-components": "^1.9.4",
"gatsby": "^2.0.33",
"gatsby-plugin-manifest": "^2.0.12",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sharp": "^2.2.24",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typography": "^2.2.2",
"gatsby-remark-copy-linked-files": "^2.1.19",
"gatsby-remark-embed-video": "^2.0.0",
"gatsby-remark-images": "^3.1.22",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-remark": "^2.1.15",
"prismjs": "^1.17.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-icons": "^3.2.2",
"react-typography": "^0.16.18",
"styled-components": "^4.1.2",
"typography": "^0.16.18",
"typography-theme-bootstrap": "^0.16.18"
}
}