-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^1.6.5",
"gatsby-image": "^1.0.12",
"gatsby-link": "^1.6.5",
"gatsby-plugin-react-helmet": "^1.0.1",
"gatsby-plugin-sharp": "^1.6.7",
"gatsby-plugin-styled-components": "^1.0.1",
"gatsby-source-wordpress": "^2.0.0",
"gatsby-transformer-sharp": "^1.6.5",
"hedron": "^0.7.1",
"html-react-parser": "^0.3.5",
"react-measure": "^2.0.2",
"velocity-react": "^1.3.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "./node_modules/eslint/bin/eslint.js --ext .js,.jsx .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true
}
}