-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.19 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
{
"name": "baseball-hack-day",
"version": "1.0.0",
"private": true,
"description": "www.baseballhackday.com is a Community-maintained Baseball Hack Day website. Please contribute!",
"author": "Daigo Fujiwara",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.6.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.6.0",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-plugin-styled-components": "^6.6.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.6.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0"
}
}