-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.67 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
55
56
{
"name": "mchacks9",
"private": true,
"description": "McHacks website",
"version": "1.12.0",
"author": "HackMcGill @hackmcgill",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.18.16",
"gatsby-image": "^2.2.23",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-sharp": "^2.2.19",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-burger-menu": "^2.6.11",
"react-dom": "^16.10.1",
"react-helmet": "^5.2.1",
"react-stickynode": "^2.1.1",
"sass": "^1.49.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"gatsby-plugin-google-analytics": "^2.1.31",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hackmcgill/mchacks7"
},
"bugs": {
"url": "https://github.com/hackmcgill/mchacks7/issues"
}
}