-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.01 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
85
86
{
"name": "gatsby-starter-personal-blog",
"description": "A Gatsby starter for a personal blog",
"author": "Greg Lobinski <[email protected]>",
"repository": "https://github.com/greglobinski/gatsby-starter-personal-blog",
"version": "1.1.1",
"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.6",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"dotenv": "^6.0.0",
"eslint": "^5.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"prettier": "^1.13.7",
"sharp-cli": "^1.7.0",
"webpack-bundle-analyzer": "^2.13.1"
},
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"color": "^3.0.0",
"gatsby": "^1.9.274",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.46",
"gatsby-plugin-algolia": "^0.0.4",
"gatsby-plugin-catch-links": "^1.0.24",
"gatsby-plugin-feed": "^1.3.25",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-jss": "^1.5.14",
"gatsby-plugin-manifest": "^1.0.27",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-offline": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-react-svg": "^1.1.1",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^1.5.37",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-prismjs": "^2.0.5",
"gatsby-remark-responsive-iframe": "^1.4.20",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"hoek": "^5.0.3",
"instantsearch.css": "^7.1.0",
"prismjs": "^1.15.0",
"react-custom-scrollbars": "^4.2.1",
"react-facebook": "^5.0.3",
"react-headroom": "^2.2.2",
"react-helmet": "^5.1.3",
"react-instantsearch": "^5.2.2",
"react-lazyload": "^2.3.0",
"react-loadable-visibility": "^2.5.0",
"react-material-ui-form-validator": "^2.0.1",
"react-obfuscate": "^2.1.4",
"react-popper": "0.10.4",
"react-redux": "^5.0.6",
"react-share": "^2.2.0",
"rebound": "^0.1.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"screenfull": "^3.3.2"
}
}