forked from griff-rees/made-mistakes-gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.13 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
{
"name": "sean-k-martin",
"description": "Personal website of Sean Martin.",
"version": "1.0.0",
"author": "Sean Martin",
"keywords": [
"gatsby",
"minimal",
"blog",
"personal site",
"portfolio"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@githubprimer/octicons-react": "^8.5.0",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"gatsby": "^2.22.4",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-cli": "^3.0.0",
"gatsby-image": "^2.4.4",
"gatsby-plugin-catch-links": "^2.3.1",
"gatsby-plugin-css-customs": "^0.4.0",
"gatsby-plugin-feed": "^2.5.2",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-preact": "^3.3.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-recaptcha": "^1.0.5",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-remark-abbr": "^2.0.0",
"gatsby-remark-autolink-headers": "^2.3.2",
"gatsby-remark-copy-linked-files": "^2.3.3",
"gatsby-remark-custom-blocks": "^2.3.1",
"gatsby-remark-embed-gist": "^1.1.9",
"gatsby-remark-embed-video": "mmistakes/gatsby-remark-embed-video",
"gatsby-remark-images": "^3.3.3",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-responsive-iframe": "^2.4.2",
"gatsby-remark-smartypants": "^2.3.1",
"gatsby-remark-source-name": "^1.0.0",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-source-github-api": "^0.2.1",
"gatsby-transformer-remark": "^2.8.12",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-transformer-yaml": "^2.4.1",
"intersection-observer": "^0.10.0",
"lazysizes": "^5.2.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^6.2.2",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^8.0.0",
"preact": "^10.4.4",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"rambdax": "^3.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-intersection-observer": "^8.26.2",
"react-masonry-component": "^6.2.1",
"react-recaptcha-google": "^1.1.1",
"typeface-dm-serif-display": "^1.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^0.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"lodash-addons": "^2.0.1",
"netlify-cli": "^2.51.0",
"prettier": "^2.0.5"
},
"browserslist": [
"> 0.25%",
"not dead"
]
}