forked from osdc/osdc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 679 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"@octokit/rest": "^15.2.5",
"gatsby": "^1.9.238",
"gatsby-link": "^1.6.39",
"gatsby-plugin-styled-components": "^2.0.9",
"react-helmet": "^5.2.0",
"styled-components": "^3.2.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.1.0"
}
}