-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.29 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
{
"name": "banana-blossom.kitchen",
"private": true,
"description": "banana-blossom.kitchen Gatsby site",
"version": "0.1.0",
"author": "Rob Clayburn <[email protected]>",
"dependencies": {
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@graphql-codegen/typed-document-node": "^2.2.8",
"@graphql-codegen/typescript-react-query": "^3.5.9",
"@reach/dialog": "^0.11.2",
"@reach/tabs": "^0.11.2",
"@reach/visually-hidden": "^0.11.1",
"@sendgrid/mail": "^7.4.2",
"@sentry/gatsby": "^5.27.3",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"axios": "^0.26.1",
"cloudinary-react": "^1.6.8",
"date-fns": "^2.27.0",
"faunadb": "^4.5.2",
"fontfaceobserver": "^2.1.0",
"gatsby": "^4.9.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-netlify-identity": "0.0.3",
"gatsby-plugin-netlify-identity-widget": "^1.1.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-remote-images": "^3.3.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-plugin-stripe": "^1.2.4",
"gatsby-plugin-styled-components": "^5.9.0",
"gatsby-plugin-typescript": "^4.9.1",
"gatsby-react-router-scroll": "^5.10.0",
"gatsby-source-cloudinary": "^0.1.14",
"gatsby-source-faunadb": "^1.0.0",
"gatsby-source-stripe": "^4.0.0",
"gatsby-transformer-sharp": "^4.9.0",
"graphql": "^15.8.0",
"graphql-request": "^4.1.0",
"rc-tooltip": "^5.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.4",
"react-geocode": "^0.2.2",
"react-google-maps": "^9.4.5",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-query": "^2.26.2",
"react-responsive-modal": "^5.2.6",
"react-select": "^3.1.0",
"react-spring": "^8.0.27",
"styled-components": "^5.2.1",
"use-trace-update": "^1.3.0",
"uuid": "^8.3.2",
"validate-promise": "^3.6.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/register": "^7.13.8",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript-graphql-request": "^4.4.3",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@types/axios": "^0.14.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.6",
"@types/react-geocode": "^0.2.0",
"@types/styled-components": "^5.1.4",
"chai": "^4.3.6",
"cypress": "^5.5.0",
"mocha": "^8.2.1",
"prettier": "^2.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "netlify dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"cy:open": " npx cypress open",
"test": "mocha",
"bootstrap": "node ./scripts/bootstrap-fauna-database.js",
"faunasdk-gen": "graphql-codegen"
},
"repository": {
"type": "git",
"url": "https://github.com/pollen8/bananablossom.kitchen/"
},
"bugs": {
"url": "https://github.com/pollen8/bananablossom.kitchen/issues"
}
}