forked from telepresenceio/telepresence.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"description": "The https://telepresence.io/ website",
"private": true,
"engines": {
"npm": "Please use yarn instead of npm",
"yarn": "^v1.3.2",
"node": ">=15.0.0"
},
"dependencies": {
"@fontsource/inter": "^4.4.5",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdx-js/mdx": "^1.6.4",
"@mdx-js/react": "^1.6.4",
"@mdx-js/runtime": "^1.6.4",
"@reach/dialog": "^0.15.0",
"classnames": "^2.3.1",
"gatsby": "^2.24.2",
"gatsby-plugin-extract-schema": "^0.2.0",
"gatsby-plugin-google-tagmanager": "^2.3.12",
"gatsby-plugin-less": "^3.2.2",
"gatsby-plugin-mdx": "1.2.11",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "2.3.7",
"jquery": "^3.6.0",
"less": "^3.11.3",
"mermaid": "^8.10.2",
"nanoid": "^3.1.20",
"netlify-redirect-parser": "^5.1.1",
"prism-react-renderer": "^1.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-intersection-observer": "^8.32.0",
"react-scroll": "^1.8.2",
"slick-carousel": "^1.8.1",
"typescript": "^2.8.0",
"webpack": "^4.44.1"
}
}