|
| 1 | +{ |
| 2 | + "name": "mchacks7", |
| 3 | + "private": true, |
| 4 | + "description": "McHacks website", |
| 5 | + "version": "1.0.0", |
| 6 | + "author": "HackMcGill @hackmcgill", |
| 7 | + "dependencies": { |
| 8 | + "@fortawesome/fontawesome-svg-core": "^1.2.25", |
| 9 | + "@fortawesome/free-brands-svg-icons": "^5.11.2", |
| 10 | + "@fortawesome/free-solid-svg-icons": "^5.11.2", |
| 11 | + "@fortawesome/react-fontawesome": "^0.1.7", |
| 12 | + "babel-plugin-styled-components": "^1.10.6", |
| 13 | + "gatsby": "^2.15.28", |
| 14 | + "gatsby-image": "^2.2.23", |
| 15 | + "gatsby-plugin-manifest": "^2.2.20", |
| 16 | + "gatsby-plugin-offline": "^3.0.11", |
| 17 | + "gatsby-plugin-react-helmet": "^3.1.10", |
| 18 | + "gatsby-plugin-sass": "^2.1.20", |
| 19 | + "gatsby-plugin-sharp": "^2.2.27", |
| 20 | + "gatsby-plugin-styled-components": "^3.1.8", |
| 21 | + "gatsby-source-filesystem": "^2.1.28", |
| 22 | + "gatsby-transformer-sharp": "^2.2.19", |
| 23 | + "node-sass": "^4.12.0", |
| 24 | + "prop-types": "^15.7.2", |
| 25 | + "react": "^16.10.1", |
| 26 | + "react-dom": "^16.10.1", |
| 27 | + "react-hamburger-menu": "^1.1.1", |
| 28 | + "react-helmet": "^5.2.1", |
| 29 | + "styled-components": "^4.4.0" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "prettier": "^1.18.2" |
| 33 | + }, |
| 34 | + "keywords": [ |
| 35 | + "gatsby" |
| 36 | + ], |
| 37 | + "license": "MIT", |
| 38 | + "scripts": { |
| 39 | + "build": "gatsby build", |
| 40 | + "develop": "gatsby develop", |
| 41 | + "format": "prettier --write \"**/*.{js,jsx,json,md}\"", |
| 42 | + "start": "npm run develop", |
| 43 | + "serve": "gatsby serve", |
| 44 | + "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" |
| 45 | + }, |
| 46 | + "repository": { |
| 47 | + "type": "git", |
| 48 | + "url": "https://github.com/gatsbyjs/gatsby-starter-default" |
| 49 | + }, |
| 50 | + "bugs": { |
| 51 | + "url": "https://github.com/gatsbyjs/gatsby/issues" |
| 52 | + } |
| 53 | +} |
0 commit comments