-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.66 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.66 KB
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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"classnames": "^2.2.6",
"flexboxgrid": "^6.3.1",
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"gatsby-plugin-catch-links": "^1.0.24",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-google-tagmanager": "^1.0.19",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-remark-copy-linked-files": "^1.5.37",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"moment": "^2.22.2",
"react-disqus-comments": "git+https://github.com/theplatapi/react-disqus-thread.git",
"react-router-scroll": "github:ytase/react-router-scroll#build",
"styled-components": "^2.4.1",
"warning": "^3.0.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"gatsby-plugin-sass": "^1.0.26",
"gh-pages": "^1.2.0",
"style-loader": "^0.18.2",
"unist-util-select": "^1.5.0",
"url-loader": "^0.5.9"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "rm -rf public .cache && gatsby build",
"deploy": "gh-pages -d public -b master",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"pages/*.js\" \"utils/*.js\" \"wrappers/*.js\" \"html.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}