-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
66 lines (66 loc) · 1.88 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
{
"name": "gatsby-starter-medusa",
"description": "A starter to get you started with building your e-commerce site with Medusa and Gatsby",
"version": "2.0.0",
"author": "Kasper Fabricius Kristensen <kasper@medusajs.com>",
"dependencies": {
"@headlessui/react": "^1.4.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@medusajs/medusa-js": "^1.1.1",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.21.2",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "^10.4.0",
"formik": "^2.2.9",
"gatsby": "^4.0.2",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-postcss": "^5.0.0",
"gatsby-plugin-purgecss": "^6.1.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.1",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-medusa": "^0.0.41",
"gatsby-transformer-sharp": "^4.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"babel-loader": "^8.2.3",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.1"
},
"resolutions": {
"deepmerge": "^4.2.2"
},
"keywords": [
"gatsby",
"medusa",
"e-commerce",
"medusa-storefront"
],
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/gatsby-starter-medusa"
},
"bugs": {
"url": "https://github.com/medusajs/gatsby-starter-medusa/issues"
}
}