This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.39 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "blog.scottspence.me",
"version": "4.0.394",
"author": "Scott Spence <[email protected]>(https://scottspence.me/)",
"license": "MIT",
"description": "Personal blog made with Gatsby v2",
"scripts": {
"clean": "rm -rf .cache/ && rm -rf public/",
"build": "gatsby build",
"dev": "gatsby develop -p 8899",
"serve": "gatsby serve --verbose",
"buildAndServe": "npm run build && npm run serve",
"format": "pretty-quick",
"release": "release-it"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"resolutions": {},
"dependencies": {
"@mdx-js/mdx": "1.5.5",
"@mdx-js/react": "1.5.5",
"babel-plugin-styled-components": "1.10.7",
"gatsby": "2.19.16",
"gatsby-image": "2.2.40",
"gatsby-plugin-fathom": "1.2.0",
"gatsby-plugin-feed": "2.3.27",
"gatsby-plugin-manifest": "2.2.41",
"gatsby-plugin-mdx": "1.0.71",
"gatsby-plugin-offline": "3.0.34",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-plugin-sitemap": "2.2.27",
"gatsby-plugin-styled-components": "3.1.19",
"gatsby-plugin-twitter": "2.1.19",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-remark-autolink-headers": "2.1.24",
"gatsby-remark-code-titles": "1.1.0",
"gatsby-remark-copy-linked-files": "2.1.37",
"gatsby-remark-embed-video": "1.7.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.1.44",
"gatsby-remark-responsive-iframe": "2.2.32",
"gatsby-remark-smartypants": "2.1.21",
"gatsby-source-filesystem": "2.1.48",
"gatsby-transformer-sharp": "2.3.14",
"prism-react-renderer": "1.0.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-live": "2.2.2",
"react-lottie": "1.2.3",
"react-seo-component": "0.1.16",
"react-utterances": "0.6.4",
"styled-components": "4.4.1",
"victormono": "1.3.1"
},
"devDependencies": {
"husky": "4.2.5",
"prettier": "1.19.1",
"pretty-quick": "2.0.1"
},
"keywords": [
"gatsby",
"personal",
"blog"
],
"repository": {
"type": "git",
"url": "git+https://github.com/spences10/blog.scottspence.me.git"
},
"bugs": {
"url": "https://github.com/spences10/blog.scottspence.me/issues"
},
"homepage": "https://github.com/spences10/blog.scottspence.me#readme"
}