-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·63 lines (63 loc) · 1.8 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": "musarte-blog",
"description": "Mariangelica Useche's Blog",
"version": "1.1.0",
"license": "MIT",
"author": "[email protected]",
"homepage": "https://musarte.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/musartedev/musarte.git"
},
"keywords": [
"gatsby",
"ghost",
"react"
],
"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.30.0",
"eslint-plugin-ghost": "1.4.0",
"eslint-plugin-react": "7.19.0"
},
"dependencies": {
"@tryghost/helpers": "1.1.27",
"@tryghost/helpers-gatsby": "1.0.31",
"cheerio": "1.0.0-rc.3",
"disqus-react": "^1.0.10",
"gatsby": "^3.8.1",
"gatsby-awesome-pagination": "0.3.5",
"gatsby-image": "2.4.3",
"gatsby-plugin-advanced-sitemap": "^1.5.6",
"gatsby-plugin-catch-links": "2.3.1",
"gatsby-plugin-feed": "2.5.1",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-analytics": "^3.8.0",
"gatsby-plugin-google-tagmanager": "^3.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-offline": "3.2.1",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-rehype-prismjs": "^1.2.5",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-source-ghost": "4.0.4",
"gatsby-transformer-rehype": "^1.9.8",
"gatsby-transformer-sharp": "^3.8.0",
"lodash": "^4.17.20",
"prismjs": "^1.23.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1"
},
"resolutions": {
"sharp": "0.28.3"
}
}