-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.26 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.26 KB
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
{
"name": "gatsby-starter-ghost",
"description": "A starter template to build lightning fast websites with Ghost and Gatsby",
"version": "1.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",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-eslint --write \"**/*.{js,json}\"",
"start": "yarn dev",
"clean": "gatsby clean"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "8.4.1",
"eslint-plugin-ghost": "2.11.0",
"eslint-plugin-react": "7.27.1"
},
"dependencies": {
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@tryghost/helpers": "1.1.54",
"@tryghost/helpers-gatsby": "1.0.61",
"cheerio": "1.0.0-rc.10",
"disqus-react": "1.1.2",
"dotenv": "^10.0.0",
"gatsby": "3.14.0",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-image": "3.11.0",
"gatsby-plugin-advanced-sitemap": "2.0.0",
"gatsby-plugin-catch-links": "3.12.0",
"gatsby-plugin-emotion": "7.4.0",
"gatsby-plugin-feed": "3.12.0",
"gatsby-plugin-force-trailing-slashes": "1.0.5",
"gatsby-plugin-google-analytics": "4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-mailchimp": "5.2.2",
"gatsby-plugin-manifest": "3.12.0",
"gatsby-plugin-offline": "4.12.0",
"gatsby-plugin-react-helmet": "4.12.0",
"gatsby-plugin-sass": "5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-source-filesystem": "3.12.0",
"gatsby-source-ghost": "4.2.4",
"gatsby-transformer-sharp": "^4.4.0",
"lodash": "4.17.21",
"node-sass": "6.0.1",
"prismjs": "1.25.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-tooltip": "4.2.21",
"reframe.js": "3.0.3",
"url": "0.11.0"
}
}