-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.62 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "marguerite-roth-site-and-writing",
"private": true,
"description": "She's Stu.",
"version": "0.1.0",
"author": "Marg",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.6",
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^1.4.5",
"@reach/router": "^1.3.4",
"@ungap/global-this": "^0.3.1",
"@vtex/react-csv-parse": "^3.0.2",
"classnames": "^2.2.6",
"d3": "^5.7.0",
"d3-array": "1.2.4",
"d3-axis": "1.0.12",
"d3-brush": "1.0.6",
"d3-delaunay": "^6.0.2",
"d3-dsv": "^1.0.10",
"d3-geo": "^1.11.1",
"d3-layout-timeline": "^1.0.3",
"d3-scale": "2.1.2",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "1.3.2",
"d3-shape": "1.2.2",
"d3-svg-legend": "2.25.6",
"d3-transition": "1.1.3",
"gatsby": "^3.11.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-canonical-urls": "^3.3.0",
"gatsby-plugin-catch-links": "^3.3.0",
"gatsby-plugin-google-analytics": "^3.3.0",
"gatsby-plugin-layout": "^2.3.0",
"gatsby-plugin-lodash": "^4.3.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-mdx": "^2.3.0",
"gatsby-plugin-parsely-analytics": "^1.0.6",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-sass": "^4.3.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-autolink-headers": "^4.0.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-prismjs": "^5.0.0",
"gatsby-remark-vscode": "^1.2.1",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-source-wordpress": "^5.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"humanize-duration": "^3.20.1",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"moment": "2.24.0",
"node-sass": "^4.12.0",
"prismic-reactjs": "^0.3.2",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"query-string": "^6.14.0",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-d3-axis": "^0.1.1",
"react-dom": "^16.12.0",
"react-ga": "^2.6.0",
"react-geolocated": "^2.4.1",
"react-headroom": "^3.0.0",
"react-helmet": "^6.0.0",
"react-markdown": "^4.0.6",
"react-modal": "^3.11.1",
"react-moment": "^0.9.2",
"react-router-dom": "^5.0.0",
"react-router-hash-link": "^1.2.1",
"react-share": "^3.0.1",
"resize-observer-polyfill": "^1.5.1",
"smooth-scroll": "^16.0.3",
"tinycolor2": "^1.4.1",
"topojson-client": "^3.0.0",
"use-query-params": "^1.1.9"
},
"devDependencies": {
"csv-loader": "^3.0.2",
"gatsby-plugin-remove-trailing-slashes": "^3.3.0",
"prettier": "^1.17.1"
},
"keywords": [
"gatsby",
"design",
"development",
"blog",
"portfolio"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"noIndex": "npm run build && echo 'User-agent: *\nDisallow: /' > public/robots.txt",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"d3-selection": "1.1.0",
"d3-dispatch": "1.0.6",
"d3-brush": "1.1.4"
}
}