-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 3.47 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"private": true,
"name": "bgoonz.dev",
"title": "bgoonz.dev",
"homepage": "https://bgoonz.dev",
"description": "bgoonz Riebesell's blog3",
"version": "1.0.0",
"author": "bgoonz Riebesell <[email protected]>",
"repository": "https://github.com/bgoonz/blog3",
"license": "MIT",
"dependencies": {
"@google/markerclustererplus": "^5.1.3",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"algoliasearch": "^4.5.1",
"babel-plugin-styled-components": "^1.11.1",
"disqus-react": "^1.0.10",
"exifreader": "^3.12.3",
"gatsby": "^4.19.2",
"gatsby-cli": "^4.19.0",
"gatsby-image": "2.4.21",
"gatsby-plugin-algolia": "^0.12.1",
"gatsby-plugin-catch-links": "2.3.15",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-google-analytics": "2.3.17",
"gatsby-plugin-lodash": "^3.3.13",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-mdx": "^1.2.46",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-sharp": "2.6.40",
"gatsby-plugin-sitemap": "^2.4.15",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-embed-video": "3.0.10",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-images": "3.3.33",
"gatsby-remark-katex": "^3.3.14",
"gatsby-remark-responsive-iframe": "2.4.17",
"gatsby-remark-smartypants": "2.3.13",
"gatsby-remark-sub-sup": "^1.0.0",
"gatsby-remark-vscode": "^3.1.0",
"gatsby-source-filesystem": "2.3.34",
"gatsby-transformer-sharp": "2.5.17",
"gatsby-transformer-yaml": "2.4.14",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"mdx": "silvenon/vscode-mdx",
"plotly.js": "^1.56.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.7.0",
"react-loadable": "^5.5.0",
"react-plotly.js": "^2.5.0",
"react-spring": "^8.0.23",
"sharp": "0.26.1",
"styled-components": "^5.2.0",
"styled-icons": "^10.22.0",
"vscode-styled-components": "styled-components/vscode-styled-components"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-mdx": "^1.8.2",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2",
"prop-types": "^15.7.2"
},
"scripts": {
"dev": "gatsby develop -o -H 0.0.0.0",
"serve": "gatsby build && gatsby serve -o -H 0.0.0.0",
"deploy": "gatsby build && netlify deploy",
"clean": "gatsby clean && gatsby build && gatsby serve -o -H 0.0.0.0"
},
"keywords": [
"bgoonz riebesell",
"personal blog3",
"portfolio",
"physics",
"machine learning",
"web development",
"science",
"nature",
"gatsby",
"styled-components"
],
"eslintIgnore": [
"node_modules",
".cache",
"public"
],
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 85,
"arrowParens": "avoid"
}
}