-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "kajetan.dev",
"version": "0.2.0",
"private": true,
"description": "Website for Kajetan Swiatek's blog",
"keywords": [],
"author": "Kajetan Swiatek",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"start": "gatsby develop"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"gatsby": "^2.23.3",
"gatsby-plugin-emotion": "^4.2.0",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-sitemap": "^2.2.21",
"gatsby-theme-chronoblog": "^0.23.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"engines": {
"node": ">=10.15.0"
},
"starter-name": "gatsby-starter-chronoblog"
}