forked from gatsbyjs/gatsby-starter-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.33 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
{
"name": "gatsby-starter-shopify",
"version": "1.0.0",
"private": true,
"description": "A Gatsby starter using the latest Shopify plugin showcasing a store with product overview, individual product pages, and a cart.",
"author": "LekoArts <[email protected]>",
"license": "0BSD",
"keywords": [
"gatsby",
"shopify",
"starter",
"ecommerce",
"e-commerce"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"debounce": "^1.2.1",
"dotenv": "^10.0.0",
"gatsby": "^4.0.2",
"gatsby-plugin-gatsby-cloud": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-shopify": "^6.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"shopify-buy": "^2.11.0",
"urql": "^2.0.2"
}
}