forked from livecoders/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "live-coders-website",
"version": "1.0.0",
"description": "Website for the Live Coders Twitch Team",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livecoders/website.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/livecoders/website/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/react": "^1.5.7",
"date-fns": "^2.11.0",
"gatsby": "^2.19.43",
"gatsby-image": "^2.2.43",
"gatsby-plugin-mdx": "^1.0.82",
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-sharp": "^2.4.12",
"gatsby-source-filesystem": "^2.1.55",
"gatsby-transformer-sharp": "^2.3.18",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "6.0.0-beta.2"
}
}