-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
executable file
·84 lines (84 loc) · 2.6 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
{
"name": "howtoegghead",
"description": "Instructor 101 Guide",
"version": "1.0.0",
"author": "egghead.io",
"homepage": "https://howtoegghead.io",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@reach/accordion": "^0.10.0",
"@sindresorhus/slugify": "^0.11.0",
"@theme-ui/color": "^0.3.1",
"@theme-ui/components": "^0.3.1",
"algoliasearch": "^3.35.1",
"dotenv": "^8.2.0",
"framer-motion": "^1.9.1",
"gatsby": "^2.19.7",
"gatsby-image": "^2.2.39",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-mdx": "^1.0.67",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-sitemap": "^2.2.30",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-redirect-from": "^0.2.1",
"gatsby-remark-autolink-headers": "^2.1.23",
"gatsby-remark-images": "^3.1.42",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.13",
"github-slugger": "^1.3.0",
"lodash": "^4.17.15",
"mdx-table-of-contents": "^0.1.0",
"netlify-shortener": "^2.4.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-instantsearch-dom": "^6.2.0",
"react-responsive-embed": "^2.1.0",
"react-scroll": "^1.7.16",
"react-scrollspy": "^3.4.2",
"react-transition-group": "^4.3.0",
"react-twitter-embed": "3.0.3",
"react-typography": "^0.16.19",
"remark-slug": "^5.1.2",
"remark-toc": "^7.0.0",
"remove-markdown-and-html": "^0.1.0",
"strip-markdown": "^3.1.1",
"theme-ui": "^0.2.52",
"tyjs": "^0.0.2",
"typography-breakpoint-constants": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "NODE_ENV=development gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"shorten": "netlify-shortener"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/eggheadio/how-to-egghead"
}
}