-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
115 lines (115 loc) · 3.97 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "adibite-com",
"description": "A personal blog",
"author": "Greg Lobinski <greglobinski@gmail.com>",
"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",
"clean": "gatsby clean",
"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}",
"postinstall": "patch-package",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-gatsby": "^0.2.36",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"patch-package": "^6.2.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^1.19.1",
"sharp-cli": "^1.13.1",
"webpack-bundle-analyzer": "^3.6.1"
},
"dependencies": {
"@loadable/component": "^5.12.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"color": "^3.1.2",
"gatsby": "^2.19.48",
"gatsby-image": "^2.2.45",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-better-jss": "^1.0.3",
"gatsby-plugin-catch-links": "^2.1.28",
"gatsby-plugin-feed": "^2.3.29",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-jss": "^2.1.21",
"gatsby-plugin-layout": "^1.1.24",
"gatsby-plugin-loadable-components-ssr": "^2.0.0",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-netlify-cms": "^4.2.1",
"gatsby-plugin-offline": "^3.0.42",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-react-redux": "^1.1.0-0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-sitemap": "^2.2.30",
"gatsby-plugin-typography": "^2.4.1",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.50",
"gatsby-remark-prismjs": "^3.3.36",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "^2.2.34",
"gatsby-remark-smartypants": "^2.1.23",
"gatsby-source-filesystem": "^2.1.57",
"gatsby-transformer-remark": "^2.6.59",
"gatsby-transformer-sharp": "^2.3.19",
"hoek": "^6.1.3",
"instantsearch.css": "^7.4.2",
"jss": "^10.1.1",
"jss-preset-default": "^10.1.1",
"lodash": "^4.17.15",
"netlify-cms-app": "^2.11.32",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.0",
"react-facebook": "^8.1.4",
"react-headroom": "^3.0.0",
"react-helmet": "^5.2.1",
"react-instantsearch": "^6.4.0",
"react-jss": "^10.1.1",
"react-lazyload": "^2.6.5",
"react-loadable-visibility": "^3.0.2",
"react-material-ui-form-validator": "^2.0.10",
"react-obfuscate": "^3.6.6",
"react-popper": "1.3.7",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-share": "^4.1.0",
"react-typography": "^0.16.19",
"rebound": "^0.1.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"screenfull": "^5.0.2",
"typography": "^0.16.19"
}
}