-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·79 lines (79 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·79 lines (79 loc) · 2.32 KB
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
{
"name": "Illustrated.dev",
"description": "unknown",
"version": "1.0.0",
"author": "Maggie Appleton",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@reach/skip-nav": "^0.1.3",
"@reach/visually-hidden": "^0.1.4",
"@sindresorhus/slugify": "^0.9.1",
"@tippy.js/react": "^3.1.1",
"add": "^2.0.6",
"d3": "^5.12.0",
"formik": "^1.5.2",
"gatsby": "^2.17.6",
"gatsby-image": "^2.2.30",
"gatsby-plugin-emotion": "^4.1.13",
"gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-layout": "^1.1.18",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-mdx": "^1.0.54",
"gatsby-plugin-netlify": "^2.3.2",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-printer": "^1.0.8",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^3.1.28",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-remark": "^2.6.32",
"gatsby-transformer-sharp": "^2.4.4",
"intersection-observer": "^0.6.0",
"lodash": "^4.17.15",
"mdx-utils": "^0.1.0",
"polished": "^3.4.1",
"prism-react-renderer": "^0.1.5",
"process-env": "^1.1.0",
"prop-types": "^15.6.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-live": "^2.2.1",
"react-lottie": "^1.2.3",
"react-masonry-component": "^6.2.1",
"react-responsive-embed": "^2.1.0",
"react-scrollmagic": "^2.2.0",
"react-share": "^2.4.0",
"react-transition-group": "^4.3.0",
"react-twitter-embed": "^2.0.8",
"react-typography": "^0.16.18",
"yarn": "^1.19.1",
"yup": "^0.27.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "gatsby clean"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/eggheadio/how-to-egghead"
}
}