-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.42 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
{
"name": "dan-goslen-site",
"private": true,
"description": "The blog and home page of Dan Goslen",
"version": "1.0.0",
"author": "@dangoslen",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"acorn": "^8.4.1",
"babel-plugin-remove-graphql-queries": "^4.14.0",
"babel-plugin-styled-components": "^1.10.0",
"clipboard": "^2.0.11",
"codemirror": "^5.58.2",
"gatsby": "^4.25.7",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^4.14.0",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-netlify-cms": "^6.14.0",
"gatsby-plugin-offline": "^5.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-splitbee": "^0.1.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-typography": "^4.14.0",
"gatsby-remark-copy-linked-files": "^5.14.0",
"gatsby-remark-images": "^6.14.0",
"gatsby-remark-responsive-iframe": "^5.14.0",
"gatsby-remark-smartypants": "^5.14.0",
"gatsby-remark-vscode": "^1.0.4",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.0",
"react-media-hook": "^0.4.7",
"react-refresh": "^0.8.3",
"react-share": "^4.4.1",
"react-tooltip": "^4.2.21",
"react-typography": "^0.16.19",
"react-use-flexsearch": "^0.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"request": "^2.88.2",
"styled-components": "^5.1.0",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.54",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.8",
"prettier": "^1.17.0",
"react-social-icons": "^5.0.0"
},
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dangoslen/dangoslen-me-site"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}