-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"name": "live-coders-website",
"version": "1.0.0",
"description": "Website for the Live Coders Twitch Team",
"scripts": {
"d": "gatsby develop",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"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": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"canvas": "^2.11.2",
"date-fns": "^2.30.0",
"gatsby": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-google-analytics": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "6.1.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.11"
},
"devDependencies": {
"prettier": "^2.8.8"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0"
}
}
}