-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·63 lines (63 loc) · 1.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
{
"name": "gatsby-starter-ghost",
"description": "A starter template to build lightning fast websites with Ghost and Gatsby",
"version": "2.0.0",
"license": "MIT",
"author": "Ghost Foundation",
"homepage": "https://docs.ghost.org/api/gatsby/",
"repository": {
"type": "git",
"url": "git+https://github.com/tryghost/gatsby-starter-ghost.git"
},
"engines": {
"node": ">= 12.13.0"
},
"bugs": {
"url": "https://github.com/tryghost/gatsby-starter-ghost/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": "10.1.0",
"eslint": "8.20.0",
"eslint-plugin-ghost": "2.14.0",
"eslint-plugin-react": "7.30.1"
},
"dependencies": {
"@tryghost/helpers": "1.1.71",
"@tryghost/helpers-gatsby": "2.0.1",
"cheerio": "1.0.0-rc.11",
"gatsby": "4.15.2",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-plugin-advanced-sitemap": "2.1.0",
"gatsby-plugin-catch-links": "4.15.0",
"gatsby-plugin-feed": "4.15.1",
"gatsby-plugin-image": "2.15.1",
"gatsby-plugin-manifest": "4.15.1",
"gatsby-plugin-offline": "5.15.1",
"gatsby-plugin-react-helmet": "5.15.0",
"gatsby-plugin-sharp": "4.15.1",
"gatsby-source-filesystem": "4.15.0",
"gatsby-source-ghost": "5.0.0",
"gatsby-transformer-sharp": "4.15.1",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"url": "0.11.0"
}
}