forked from livecoders/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "live-coders-website",
"version": "1.0.0",
"description": "Website for the Live Coders Twitch Team",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write src/**/*.{js,md,css}"
},
"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.6.11",
"@mdx-js/react": "^1.6.11",
"date-fns": "^2.15.0",
"gatsby": "^2.24.4",
"gatsby-image": "^2.4.13",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.3.11",
"gatsby-plugin-mdx": "^1.2.27",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-transformer-sharp": "^2.5.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "6.1.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}