forked from medusajs/medusa-contentful-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "gatsby-starter-medusa",
"version": "1.0.0",
"private": true,
"description": "gatsby-starter-medusa",
"author": "Kasper Fabricius Kristensen <[email protected]> (https://www.medusa-commerce.com)",
"keywords": [
"gatsby",
"medusajs",
"e-commerce"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@medusajs/medusa-js": "^1.0.1-canary.1",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"axios": "^0.21.1",
"formik": "^2.2.9",
"gatsby": "^3.6.2",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-source-contentful": "^5.11.1",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.0",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-spinners": "^0.11.0",
"yup": "^0.32.9"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}