-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.96 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
79
80
81
82
83
84
{
"name": "gatsby-starter-personal-blog",
"description": "A Gatsby starter for a personal blog",
"author": "Greg Lobinski <greglobinski@gmail.com>",
"repository": "https://github.com/greglobinski/gatsby-starter-personal-blog",
"version": "1.0.6",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"develop-host": "gatsby develop --host 192.168.0.112",
"build": "gatsby build",
"serve": "gatsby serve",
"format-output": "prettier src/**/*.{js,jsx}",
"format": "prettier --write src/**/*.{js,jsx}",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"dotenv": "^5.0.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-graphql": "^1.5.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.6.1",
"gatsby-plugin-svgr": "^1.0.0",
"prettier": "^1.10.2",
"sharp-cli": "^1.7.0",
"webpack-bundle-analyzer": "^2.10.0"
},
"dependencies": {
"color": "^3.0.0",
"gatsby": "^1.9.248",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.40",
"gatsby-plugin-algolia": "^0.0.3",
"gatsby-plugin-catch-links": "^1.0.15",
"gatsby-plugin-feed": "^1.3.20",
"gatsby-plugin-google-analytics": "^1.0.28",
"gatsby-plugin-jss": "^1.5.9",
"gatsby-plugin-manifest": "^1.0.8",
"gatsby-plugin-netlify": "^1.0.8",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-plugin-sitemap": "^1.2.20",
"gatsby-remark-copy-linked-files": "^1.5.26",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^1.5.60",
"gatsby-remark-prismjs": "^1.2.22",
"gatsby-remark-responsive-iframe": "^1.4.16",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.28",
"gatsby-transformer-remark": "^1.7.39",
"gatsby-transformer-sharp": "^1.6.16",
"instantsearch.css": "^7.0.0",
"material-ui": "1.0.0-beta.36",
"material-ui-icons": "^1.0.0-beta.17",
"react-custom-scrollbars": "^4.2.1",
"react-disqus-comments": "^1.1.1",
"react-facebook": "^5.0.3",
"react-headroom": "^2.2.2",
"react-helmet": "^5.1.3",
"react-instantsearch": "^5.0.3",
"react-lazyload": "^2.3.0",
"react-loadable": "^5.3.1",
"react-loadable-visibility": "^2.4.2",
"react-material-ui-form-validator": "^2.0.0-beta.4",
"react-obfuscate": "^1.3.0",
"react-popper": "^0.9.2",
"react-redux": "^5.0.6",
"react-share": "^2.1.0",
"rebound": "^0.1.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"screenfull": "^3.3.2"
}
}