-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "be-freaking-kind",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"prodserve": "gatsby build && gatsby serve"
},
"dependencies": {
"@chakra-ui/core": "0.8.0",
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@sendgrid/mail": "^6.5.4",
"@stripe/react-stripe-js": "1.0.0-beta.3",
"@stripe/stripe-js": "1.0.0-beta.4",
"apollo-datasource-graphql": "1.3.2",
"apollo-datasource-rest": "^0.6.9",
"apollo-server-lambda": "2.14.2",
"currency-formatter": "1.5.5",
"emotion-theming": "10.0.27",
"es6-promise": "4.2.8",
"gatsby": "^2.25.3",
"gatsby-image": "^2.2.33",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-postcss": "2.1.13",
"gatsby-plugin-purgecss": "4.0.1",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-source-graphql": "2.1.20",
"gatsby-source-printful": "1.2.0",
"gatsby-transformer-sharp": "^2.3.5",
"graphcms-image": "^1.1.0-beta4",
"graphql-hooks": "4.1.1",
"isomorphic-fetch": "2.2.1",
"md5": "^2.2.1",
"query-string": "^6.9.0",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-helmet": "^5.2.1",
"react-hook-form": "4.5.6",
"react-markdown": "^4.3.1",
"react-spring": "^8.0.27",
"react-toastify": "^5.4.1",
"react-use-cart": "1.2.2",
"stripe": "^7.14.0"
},
"devDependencies": {
"dotenv": "8.2.0",
"prettier": "1.18.2"
}
}