-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.82 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.82 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
{
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public -b master",
"travis-deploy": "gatsby build --prefix-paths && gh-pages -d public -b master -r https://$GH_TOKEN@github.com/otto-project/otto-project.github.io.git"
},
"dependencies": {
"@emotion/core": "10.0.22",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@mdx-js/mdx": "1.5.1",
"@mdx-js/react": "1.5.1",
"@theme-ui/presets": "0.2.44",
"@theme-ui/prism": "0.2.46",
"@theme-ui/sidenav": "0.2.46",
"gatsby": "2.15.29",
"gatsby-plugin-mdx": "1.0.47",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "3.1.10",
"gatsby-plugin-redirects": "1.0.0",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-theme-ui": "0.2.43",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "2.1.29",
"is-absolute-url": "3.0.3",
"lerna": "3.16.4",
"prismjs": "^1.17.1",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-helmet": "5.2.1",
"react-syntax-highlighter": "^11.0.2",
"remark-emoji": "2.0.2",
"remark-slug": "5.1.2",
"sharp": "^0.23.3",
"styled-components": "^4.4.1",
"theme-ui": "0.2.46"
},
"devDependencies": {
"gatsby": "2.15.29",
"gh-pages": "^2.1.1",
"react": "16.10.2",
"react-dom": "16.10.2"
},
"peerDependencies": {
"gatsby": "^2.15.24",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"resolutions": {
"react": "16.10.2",
"react-dom": "16.10.2"
}
}