-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.54 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
52
53
54
{
"name": "gathering.railsgirls.jp",
"private": true,
"description": "gathering.railsgirls.jp",
"version": "0.1.0",
"author": "RailsGirls Japan",
"dependencies": {
"@fontsource/michroma": "^4.5.9",
"@fontsource/ultra": "^4.5.6",
"dotenv": "^16.0.3",
"firebase": "^9.14.0",
"gatsby": "^4.25.7",
"gatsby-plugin-breakpoints": "^1.3.7",
"gatsby-plugin-firebase-v9.0": "^1.0.3",
"gatsby-plugin-google-gtag": "^4.23.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-twitter": "^4.24.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-source-gravatar": "^1.0.2",
"gatsby-transformer-sharp": "^4.21.0",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}