-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.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
{
"name": "learning-the-express-way",
"version": "1.0.0",
"private": true,
"description": "Learn web development the easy way.",
"author": "me",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@bonobolabs/gatsby-remark-images-custom-widths": "0.0.6",
"@emotion/core": "^10.1.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/open-sans": "^4.5.10",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/prism": "^0.3.5",
"framer-motion": "^3.1.1",
"gatsby": "^2.29.2",
"gatsby-image": "^2.8.0",
"gatsby-plugin-image": "^0.2.0-next.0",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-theme-ui": "^0.13.1",
"gatsby-remark-autolink-headers": "^2.8.0",
"gatsby-remark-copy-linked-files": "^2.7.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^3.8.1",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-remark-responsive-iframe": "^5.19.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-sharp": "^2.9.0",
"gatsby-transformer-yaml": "^2.8.0",
"path": "^0.12.7",
"prismjs": "^1.28.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hamburger-menu": "^1.2.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-scroll": "^1.8.1",
"theme-ui": "^0.13.1"
}
}