-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 2.27 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
{
"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"
},
"resolutions": {
"sharp": "0.28.0"
},
"engines": {
"node": ">= 10.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"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.13.0",
"eslint-plugin-ghost": "2.0.0",
"eslint-plugin-react": "7.21.5"
},
"dependencies": {
"@tryghost/helpers": "^1.1.47",
"@tryghost/helpers-gatsby": "^1.0.52",
"axios": "^0.21.1",
"chart.js": "^3.3.2",
"cheerio": "^1.0.0-rc.10",
"gatsby": "^3.7.2",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-amp-fork": "^1.0.0",
"gatsby-plugin-catch-links": "^3.7.1",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-google-tagmanager": "^3.8.0",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-remark-images": "^5.4.1",
"gatsby-remark-relative-images": "^0.2.0",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-ghost": "^4.2.4",
"gatsby-transformer-remark": "^4.4.1",
"gatsby-transformer-sharp": "^3.7.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"react": "^16.9.0",
"react-chartjs-2": "^3.0.3",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-lazy-load": "^3.1.13",
"react-transition-group": "^4.4.2",
"reactstrap": "^8.9.0",
"typeface-pt-sans": "^1.1.13"
}
}