-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "brown-running-club",
"version": "0.1.0",
"homepage": "https://brownrunningclub.com",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@types/gatsby-transformer-remark": "^2.9.0",
"@types/node": "^12.12.37",
"@types/react": "^16.9.34",
"@types/react-helmet": "^6.1.1",
"gatsby": "^3.4.1",
"gatsby-plugin-gatsby-cloud": "^2.4.1",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.4.0",
"react": "^17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-responsive": "^9.0.0-beta.4",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/react-burger-menu": "^2.8.1",
"gatsby-cli": "^3.4.1",
"prettier": "2.2.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/brown-running-club/website"
},
"bugs": {
"url": "https://github.com/brown-running-club/website/issues"
}
}