This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.73 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": "obol-blog",
"description": "A Gatsby React frontend for building a custom static blog on top of Ghost CMS.",
"version": "0.1.0",
"license": "MIT",
"author": "Obol Technologies Inc",
"homepage": "https://blog.obol.tech",
"repository": {
"type": "git",
"url": "git+https://github.com/ObolNetwork/obol-blog.git"
},
"engines": {
"node": ">= 12.13.0"
},
"bugs": {
"url": "https://github.com/ObolNetwork/obol-blog/issues"
},
"keywords": [
"gatsby",
"ghost",
"obol",
"ethereum"
],
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"start": "gatsby develop",
"lint": "eslint . --ext .js --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.30.0",
"eslint-plugin-ghost": "2.4.0",
"eslint-plugin-react": "7.24.0"
},
"dependencies": {
"@tryghost/helpers": "1.1.49",
"@tryghost/helpers-gatsby": "1.0.54",
"cheerio": "1.0.0-rc.9",
"gatsby": "3.9.1",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-image": "3.9.0",
"gatsby-plugin-advanced-sitemap": "2.0.0",
"gatsby-plugin-catch-links": "3.9.0",
"gatsby-plugin-feed": "3.9.0",
"gatsby-plugin-force-trailing-slashes": "1.0.5",
"gatsby-plugin-manifest": "3.9.0",
"gatsby-plugin-offline": "4.9.0",
"gatsby-plugin-react-helmet": "4.9.0",
"gatsby-plugin-sharp": "3.9.0",
"gatsby-source-filesystem": "3.9.0",
"gatsby-source-ghost": "4.2.4",
"gatsby-transformer-sharp": "3.9.0",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0"
}
}