This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
69 lines (69 loc) · 1.68 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
{
"version": "2.0.0",
"name": "gatsby-graphcms-example",
"description": "Gatsby example site using the GraphCMS source plugin",
"keywords": [
"data",
"example",
"gatsby",
"graphcms",
"graphql",
"source"
],
"homepage": "https://github.com/GraphCMS/gatsby-graphcms-example",
"repository": {
"type": "git",
"url": "https://github.com/GraphCMS/gatsby-graphcms-example.git"
},
"license": "MIT",
"contributors": [
"Rafael Cordones <[email protected]>",
"Hugo Meissner <[email protected]>",
"Angel Piscola <[email protected]>",
"Ricky de Laveaga (https://rdela.com)"
],
"dependencies": {
"gatsby": "2.0.115",
"gatsby-link": "2.0.10",
"gatsby-plugin-manifest": "2.0.17",
"gatsby-plugin-offline": "2.0.22",
"gatsby-plugin-react-helmet": "3.0.6",
"gatsby-source-graphcms": "1.0.0-alpha.3",
"gatsby-transformer-remark": "2.2.4",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-helmet": "5.2.0",
"react-star-rating-component": "1.4.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier-eslint --write \"src/**/*.js\" \"gatsby-*.js\"",
"lint": "npm run format",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1"
},
"renovate": {
"extends": [
"config:base"
],
"labels": [
"renovate"
],
"assignees": [
"rdela"
],
"devDependencies": {
"schedule": [
"on the first day of the month"
],
"automerge": true,
"major": {
"automerge": false
}
}
}
}