This repository was archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.52 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
{
"name": "ingenious-gatsby",
"description": "The frontend that powers ShortTech. Made with lots of Pride, GraphQL and GatsbyJS.",
"version": "2.8.2",
"license": "SEE LICENSE IN LICENSE",
"author": "ShortTech <[email protected]>",
"contributors": [
"Tobias Möritz <[email protected]> (https://moeritz.io)",
"Florentin Walter <[email protected]> (https://florentin.design)",
"Thilo Billerbeck <[email protected]> (https://www.officerent.de)",
"Tobias Greilach"
],
"homepage": "https://shorttech.de/",
"repository": "github:ShortTechDE/ingenious-gatsby",
"resolutions": {
"sharp": "0.25.2"
},
"engines": {
"node": ">= 12"
},
"bugs": "https://github.com/ShortTechDE/ingenious-gatsby/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"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-gatsby-standard": "^2.2.0",
"eslint-plugin-ghost": "1.3.0"
},
"dependencies": {
"@tryghost/helpers": "^1.1.27",
"@tryghost/helpers-gatsby": "^1.0.31",
"@tryghost/url-utils": "^0.6.18",
"cheerio": "^1.0.0-rc.3",
"gatsby": "^2.23.11",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "2.4.0",
"gatsby-plugin-ackee-tracker": "^1.4.0",
"gatsby-plugin-advanced-sitemap": "1.5.4",
"gatsby-plugin-catch-links": "^2.3.9",
"gatsby-plugin-feed": "^2.5.9",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-ghost-images": "^1.1.1",
"gatsby-plugin-manifest": "^2.4.16",
"gatsby-plugin-offline": "^3.2.15",
"gatsby-plugin-preact": "^4.0.7",
"gatsby-plugin-react-helmet": "^3.3.8",
"gatsby-plugin-sass": "^2.3.0",
"gatsby-plugin-scroll-reveal": "^0.0.6",
"gatsby-plugin-sharp": "^2.6.16",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-rehype-ghost-links": "^1.5.0",
"gatsby-rehype-inline-images": "^1.4.0",
"gatsby-source-filesystem": "^2.3.16",
"gatsby-transformer-rehype": "^1.7.1",
"gatsby-transformer-sharp": "^2.5.9",
"gsap": "^3.2.6",
"jamify-source-ghost": "^1.14.0",
"lodash": "^4.17.15",
"node-sass": "^4.14.0",
"preact": "^10.4.5",
"preact-render-to-string": "^5.1.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"rehype-react": "^6.0.0",
"sharp": "^0.25.4"
}
}