forked from joelhooks/joelhooks-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.46 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
{
"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": "10"
},
"dependencies": {
"@aengusm/gatsby-theme-brain": "^1.0.13",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@hot-loader/react-dom": "^16.8.6",
"@mdx-js/mdx": "^0.17.5",
"@mdx-js/tag": "^0.17.5",
"add": "^2.0.6",
"algoliasearch": "^3.32.0",
"axios": "^0.18.0",
"core-js": "^2.6.1",
"date-fns": "^1.30.1",
"egghead-react-player": "^1.0.1",
"emotion": "^10.0.5",
"emotion-server": "^10.0.5",
"formik": "^1.4.2",
"gatsby": "^2.1",
"gatsby-awesome-pagination": "^0.3.3",
"gatsby-image": "^2.0.29",
"gatsby-link": "^2.0.10",
"gatsby-mdx": "^0.4.0",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-catch-links": "^2.0.10",
"gatsby-plugin-emotion": "^4.0.3",
"gatsby-plugin-fathom": "^1.1.0",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-plugin-typography": "^2.2.7",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-images": "^3.0.3",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-remark-responsive-iframe": "^2.0.9",
"gatsby-remark-smartypants": "^2.0.8",
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-remark": "^2.2.4",
"gatsby-transformer-sharp": "^2.1.13",
"mdx-utils": "0.0.2",
"moment": "^2.24.0",
"polished": "^2.3.3",
"prism-react-renderer": "^0.1.5",
"prism-themes": "^1.0.1",
"prismjs": "^1.21.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "~5.2.0",
"react-icons": "^3.4.0",
"react-instantsearch-dom": "^5.4.0",
"react-live": "^1.12.0",
"react-responsive-embed": "^2.1.0",
"react-share": "^2.4.0",
"react-transition-group": "^2.5.3",
"react-twitter-embed": "^2.0.4",
"react-twitter-widgets": "^1.7.1",
"react-typography": "^0.16.18",
"remark-highlight.js": "^5.1.0",
"serve": "^10.1.1",
"tailwind.macro": "^1.0.0-alpha.10",
"tailwindcss": "^1.0.3",
"typography": "^0.16.18",
"typography-theme-wordpress-2016": "^0.16.18",
"use-dark-mode": "^2.3.1",
"yarn": "^1.22.0",
"yup": "^0.26.10"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"babel-eslint": "^10.0.1",
"babel-preset-gatsby": "^0.1.8~",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.16.4",
"shortid": "^2.2.14",
"slug": "^0.9.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"newPost": "node ./scripts/new-post.js"
}
}