-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 1.71 KB
/
package.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.71 KB
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
{
"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 <hello@lekoarts.de>",
"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": {
"@gatsbyjs/reach-router": "^1.3.6",
"@sindresorhus/slugify": "^1.1.0",
"debounce": "^1.2.1",
"gatsby": "^3.4.1",
"gatsby-background-image": "^1.5.3",
"gatsby-optional-chaining": "^1.0.1",
"gatsby-plugin-gatsby-cloud": "^2.4.1",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-no-index": "^1.0.2",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-plugin-styled-components": "^4.5.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-shopify": "rc",
"gatsby-transformer-sharp": "^3.4.0",
"gbimage-bridge": "^0.1.4",
"isomorphic-fetch": "^3.0.0",
"latest": "^0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"normalize.css": "^8.0.1",
"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",
"styled-components": "^5.3.0",
"urql": "^2.0.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0"
}
}