-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.91 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
{
"private": true,
"name": "pulse-dose-oxygen",
"version": "0.1.0",
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev": "gatsby clean && gatsby develop",
"preview": "gatsby build && gatsby serve",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"forestry:preview": "gatsby develop -p 8080 -H 0.0.0.0"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/presets": "^0.7.5",
"@theme-ui/prism": "^0.7.5",
"@theme-ui/sidenav": "^0.7.5",
"gatsby": "^2.29.0",
"gatsby-image": "^3.4.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-goatcounter": "^0.4.0",
"gatsby-plugin-mdx": "^2.4.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-remove-trailing-slashes": "^2.10.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-theme-ui": "^0.7.5",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-figure": "^1.0.0",
"gatsby-remark-gifs": "^1.0.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-twemoji-shortcut": "^0.10.1",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.1",
"is-absolute-url": "^3.0.3",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"remark-emoji": "^2.2.0",
"remark-slug": "^6.0.0",
"theme-ui": "0.7.5",
"traverse": "^0.6.6"
}
}