-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
117 lines (117 loc) · 3.66 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
116
117
{
"name": "joelhooks-com",
"description": "The website of Joel Hooks",
"version": "1.0.0",
"author": "Joel Hooks <[email protected]> (https://joelhooks.com/)",
"repository": "https://github.com/joelhooks/joelhooks-com",
"engines": {
"node": "14"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.17.2",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@hot-loader/react-dom": "^16.8.6",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@mdx-js/tag": "^0.17.5",
"@tailwindcss/typography": "^0.5.2",
"add": "^2.0.6",
"algoliasearch": "^3.32.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"babel-plugin-macros": "^3.1.0",
"core-js": "^3.21.1",
"date-fns": "^1.30.1",
"egghead-react-player": "^1.0.16",
"emotion": "^10.0.5",
"emotion-server": "^10.0.5",
"formik": "^1.4.2",
"gatsby": "^4.7.2",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-image": "^3.11.0",
"gatsby-link": "^4.7.1",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-catch-links": "^4.7.0",
"gatsby-plugin-emotion": "4",
"gatsby-plugin-fathom": "^2.1.1",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.7.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-postcss": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-plugin-typography": "^4.7.0",
"gatsby-plugin-use-dark-mode": "^1.4.0",
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-remark-responsive-iframe": "^5.7.0",
"gatsby-remark-smartypants": "^5.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"mdx-utils": "0.2.0",
"moment": "^2.29.1",
"polished": "^4.1.4",
"postcss": "^8.4.6",
"prism-react-renderer": "^1.3.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.27.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "~6.1.0",
"react-icons": "^3.4.0",
"react-instantsearch-dom": "^5.4.0",
"react-live": "^2.4.1",
"react-responsive-embed": "^2.1.0",
"react-share": "^4.4.0",
"react-transition-group": "^4.4.2",
"react-twitter-embed": "^4.0.4",
"react-twitter-widgets": "^1.10.0",
"react-typography": "^0.16.20",
"remark-highlight.js": "^7.0.1",
"serve": "^10.1.1",
"tailwind.macro": "^1.0.0-alpha.10",
"tailwindcss": "^3.0.23",
"typography": "^0.16.21",
"typography-theme-wordpress-2016": "^0.16.19",
"use-dark-mode": "^2.3.1",
"yarn": "^1.22.17",
"yup": "^0.26.10"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^2.7.0",
"eslint": "^8.9.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.5.1",
"shortid": "^2.2.16",
"slug": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"newPost": "node ./scripts/new-post.js"
}
}