-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.06 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
63
64
65
66
67
68
69
70
{
"name": "eduardogomez.io",
"description": "The source code for my personal website",
"version": "1.0.0",
"license": "MIT",
"author": "Eduardo Gómez",
"homepage": "https://eduardogomez.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/eddiesigner/eduardogomez.io.git"
},
"resolutions": {
"sharp": "0.26.0"
},
"engines": {
"node": ">= 10.13.0"
},
"keywords": [
"gatsby",
"ghost"
],
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint . --ext .js --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.15.0",
"eslint-plugin-ghost": "2.0.0",
"eslint-plugin-react": "7.21.5",
"prettier": "^2.2.1"
},
"dependencies": {
"@tryghost/helpers": "1.1.35",
"@tryghost/helpers-gatsby": "1.0.40",
"babel-plugin-styled-components": "^1.12.0",
"cheerio": "1.0.0-rc.3",
"dangerously-set-html-content": "^1.0.8",
"gatsby": "2.25.3",
"gatsby-awesome-pagination": "0.3.6",
"gatsby-image": "2.4.21",
"gatsby-plugin-advanced-sitemap": "1.5.6",
"gatsby-plugin-catch-links": "2.3.15",
"gatsby-plugin-feed": "2.6.0",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-tagmanager": "^2.8.0",
"gatsby-plugin-manifest": "2.5.2",
"gatsby-plugin-prettier-eslint": "^1.0.4",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "2.7.1",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-rehype-prismjs": "^1.2.5",
"gatsby-source-filesystem": "2.4.2",
"gatsby-source-ghost": "4.2.2",
"gatsby-transformer-rehype": "^1.9.8",
"gatsby-transformer-sharp": "2.5.21",
"lodash": "4.17.20",
"prismjs": "^1.23.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"styled-components": "^5.2.1",
"vanilla-lazyload": "^17.3.0"
}
}