-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
92 lines (92 loc) · 2.83 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "gatsby-ghost-simply",
"description": "Ghost Simply theme for Gatsby",
"version": "0.0.1",
"license": "GPL-3.0-only",
"author": "Anarion Dunedain",
"homepage": "https://github.com/anarion80/gatsby-ghost-simply",
"repository": {
"type": "git",
"url": "git+https://github.com/anarion80/gatsby-ghost-simply.git"
},
"engines": {
"node": ">= 18.0.0"
},
"bugs": {
"url": "https://github.com/anarion80/gatsby-ghost-simply/issues"
},
"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",
"develop": "gatsby develop",
"start": "gatsby serve",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"clean": "gatsby clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-react": "^7.18.6",
"eslint": "8.28.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-react": "7.31.11",
"@netlify/plugin-gatsby": "^3.4.8"
},
"dependencies": {
"@tryghost/content-api": "^1.11.0",
"@tryghost/errors": "^1.2.14",
"@tryghost/helpers": "1.1.75",
"@tryghost/helpers-gatsby": "2.0.5",
"cheerio": "1.0.0-rc.12",
"fuzzysort": "^2.0.4",
"gatsby": "^5.0.0",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-breadcrumb": "^12.3.1",
"gatsby-plugin-catch-links": "^5.2.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-feed": "^5.2.0",
"gatsby-plugin-force-trailing-slashes": "1.0.6",
"gatsby-plugin-gdpr-cookies": "^2.0.9",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-netlify": "^3.5.0",
"gatsby-plugin-offline": "^6.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-react-i18next": "^2.0.5",
"gatsby-plugin-sass": "^6.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-twitter": "^5.2.0",
"gatsby-plugin-webfonts": "^2.2.2",
"gatsby-rehype-prismjs": "^2.0.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-source-ghost": "5.0.1",
"gatsby-transformer-json": "^5.2.0",
"@yabood/gatsby-transformer-rehype": "2.0.3",
"gatsby-transformer-sharp": "^5.2.0",
"i18next": "^22.0.6",
"lodash": "4.17.21",
"medium-zoom": "^1.0.6",
"prismjs": "^1.28.0",
"react": "^18.0.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.0.0",
"react-helmet": "6.1.0",
"react-medium-image-zoom": "^5.1.2",
"sass": "^1.53.0",
"tiny-slider": "^2.9.4",
"tiny-slider-react": "^0.5.6",
"url": "^0.11.0"
},
"overrides": {
"@gatsbyjs/reach-router": "2.0.0",
"gatsby-link": "5.2.0"
}
}