-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.4 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
{
"name": "sakeden",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.2.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@emotion/core": "^10.0.27",
"@mdx-js/react": "^1.5.5",
"disqus-react": "^1.0.10",
"gatsby": "^2.19.25",
"gatsby-image": "^2.2.39",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-graphql-codegen": "^2.2.2",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-sitemap": "^2.4.10",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typescript": "^2.1.27",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-plugin-webfonts": "^1.1.2",
"gatsby-source-contentful": "^2.1.88",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-source-shopify": "^3.0.43",
"gatsby-transformer-sharp": "^2.3.13",
"mailgun-js": "^0.22.0",
"moment": "^2.24.0",
"pdfkit": "^0.11.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-countdown": "^2.2.1",
"react-day-picker": "^7.4.0",
"react-dom": "^16.12.0",
"react-facebook-pixel": "^0.1.3",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.1",
"react-parallax": "^3.0.3",
"react-select": "^3.1.0",
"react-share": "^4.0.1",
"react-use-scroll-position": "^2.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"shopify-buy": "^2.9.0",
"theme-ui": "^0.3.1",
"use-persisted-state": "0.3.0",
"use-query-params": "^0.6.0"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.0",
"@types/qrcode.react": "^1.0.0",
"@types/query-string": "^5.0.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/react-modal": "^3.10.4",
"@types/react-select": "^3.0.10",
"@types/theme-ui": "^0.3.0",
"@types/use-persisted-state": "^0.3.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-simple-import-sort": "^5.0.1",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-remove-trailing-slashes": "^2.3.10",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
},
"keywords": [
"gatsby"
],
"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",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint:app": "eslint \"src/**/*.tsx\"",
"lint:gatsby": "eslint \"gatsby-*.js\"",
"postinstall": "sh postinstall.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}