-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.48 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
{
"name": "tabi",
"private": true,
"description": "Photography website for landing page, portfolio, blog and store",
"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.2.1",
"@loadable/component": "^5.12.0",
"@sentry/node": "^5.20.0",
"@sentry/react": "^6.2.1",
"@stripe/stripe-js": "^1.7.0",
"animejs": "^3.2.0",
"babel-plugin-styled-components": "^1.10.7",
"front-matter": "^4.0.2",
"gatsby": "^3.1.0",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-loadable-components-ssr": "^2.1.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-netlify-cms": "^5.0.0",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-nprogress": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-scroll-reveal": "0.0.7",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-plugin-typography": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-table-of-contents": "^1.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-stripe": "^3.1.1",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"netlify-cms-app": "^2.14.26",
"npm": "^6.14.7",
"polished": "^4.1.1",
"postcss": "^8.1.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.0.0",
"react": "^17.0.1",
"react-anime": "^3.0.3",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.0.0",
"react-mailchimp-subscribe": "^2.1.1",
"react-simple-maps": "^2.1.2",
"react-transition-group": "^4.4.1",
"react-typography": "^0.16.19",
"sharp": "^0.27.2",
"stripe": "^8.69.0",
"styled-components": "^5.1.0",
"typography": "^0.16.19",
"typography-theme-moraga": "^0.16.19"
},
"devDependencies": {
"prettier": "2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}