-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.11 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
{
"name": "ross-neilson-dev",
"private": true,
"description": "Developer site for Ross Neilson",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/noto-sans-jp": "^4.5.12",
"@fontsource/sacramento": "^4.5.9",
"@loadable/component": "^5.15.2",
"@sentry/react": "^7.31.1",
"babel-plugin-styled-components": "^2.0.7",
"dot-crypto-donate-react": "^1.1.4",
"fs-extra": "^11.1.0",
"gatsby": "^5.4.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-loadable-components-ssr": "^4.3.2",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-netlify-cms": "^7.4.0",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-nprogress": "^5.4.0",
"gatsby-plugin-react-helmet": "^6.4.0",
"gatsby-plugin-scroll-reveal": "0.0.7",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-sitemap": "6.4.0",
"gatsby-plugin-styled-components": "^6.4.0",
"gatsby-plugin-typography": "^5.4.0",
"gatsby-remark-autolink-headers": "^6.4.0",
"gatsby-remark-images": "^7.4.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-transformer-remark": "^6.4.0",
"gatsby-transformer-sharp": "^5.4.0",
"netlify-cms-app": "^2.14.26",
"polished": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.0.0",
"react-mailchimp-subscribe": "^2.1.1",
"react-switch": "^7.0.0",
"react-typography": "^0.16.19",
"styled-components": "^5.3.6",
"typography": "^0.16.19",
"typography-theme-moraga": "^0.16.19"
},
"devDependencies": {
"prettier": "2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/rossneilson/dev"
},
"bugs": {
"url": "https://github.com/rossneilson/dev"
}
}