-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "kyrcha.info",
"description": "Kyriakos Chatzidimitriou website",
"version": "1.0.0",
"author": "Kyriakos Chatzidimitriou <kyrcha@gmail.com>",
"dependencies": {
"@raae/gatsby-remark-oembed": "0.0.6",
"bulma": "^0.9.2",
"bulma-extensions": "^6.2.7",
"core-js": "^2.6.11",
"dateformat": "^3.0.3",
"dotenv": "^7.0.0",
"gatsby": "^2.20.29",
"gatsby-link": "^2.3.4",
"gatsby-plugin-feed": "^2.4.3",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-netlify": "^2.2.3",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sitemap": "^2.3.5",
"gatsby-plugin-twitter": "^2.2.4",
"gatsby-plugin-typography": "^2.4.3",
"gatsby-remark-embed-gist": "^1.1.9",
"gatsby-remark-katex": "^3.2.3",
"gatsby-remark-responsive-iframe": "^2.3.3",
"gatsby-remark-wrap-iframe": "^1.1.0",
"gatsby-source-contentful": "^2.2.9",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.4",
"katex": "^0.10.2",
"lodash": "^4.17.15",
"marked": "^0.6.3",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.13.1",
"react-grid-gallery": "^0.5.5",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typography": "^0.16.19",
"typography-theme-bootstrap": "^0.16.19"
},
"keywords": [
"gatsby",
"kyrcha.info",
"personal website",
"blog"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"prettier": "^1.19.1"
}
}