-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.9 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
{
"name": "BlackcoinNL",
"description": "BlackcoinNL is the most helpful Blackcoin Community",
"version": "1.0.0",
"license": "MIT",
"author": "DanielC.us",
"homepage": "https://blackcoin.nl",
"repository": {
"type": "git",
"url": "git+https://github.com/danielclough/BlackcoinNL-Gatsby.git"
},
"resolutions": {
"sharp": "^0.25.2",
"minimist": "^1.2.3",
"kind-of": "^6.0.3"
},
"engines": {
"node": ">= 8.9.0"
},
"bugs": {
"url": "https://github.com/danielclough/BlackcoinNL-Gatsby/issues"
},
"keywords": [
"cryptocurrency",
"blackcoin"
],
"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": "6.8.0",
"eslint-plugin-ghost": "1.2.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",
"gatsby": "2.20.25",
"gatsby-awesome-pagination": "0.3.5",
"gatsby-cli": "^2.11.11",
"gatsby-image": "2.3.4",
"gatsby-plugin-advanced-sitemap": "1.5.2",
"gatsby-plugin-catch-links": "2.2.3",
"gatsby-plugin-feed": "2.4.3",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-manifest": "2.3.5",
"gatsby-plugin-offline": "3.1.4",
"gatsby-plugin-react-helmet": "3.2.4",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "2.5.6",
"gatsby-source-filesystem": "2.2.4",
"gatsby-source-ghost": "4.0.4",
"gatsby-transformer-sharp": "2.4.6",
"lodash": "4.17.15",
"node-sass": "^4.13.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0"
}
}