-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 737 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 737 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
25
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^1.9.250",
"gatsby-link": "^1.6.40",
"gatsby-plugin-glamor": "^1.6.13",
"gatsby-plugin-netlify-cms": "^2.0.1",
"gatsby-plugin-typography": "^1.7.18",
"gatsby-source-filesystem": "^1.5.35",
"gatsby-transformer-remark": "^1.7.40",
"glamorous": "^4.13.0",
"netlify-cms": "^1.7.0",
"typography": "^0.16.17",
"typography-theme-fairy-gates": "^0.15.11",
"typography-theme-kirkham": "^0.16.3",
"typography-theme-twin-peaks": "^0.15.11"
}
}