-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.91 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
{
"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 -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"@splidejs/react-splide": "^0.7.12",
"debounce": "^1.2.1",
"dotenv": "^10.0.0",
"fuse.js": "^6.6.2",
"gatsby": "^4.19.0",
"gatsby-plugin-gatsby-cloud": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-fonts-with-attributes": "^1.0.8",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-source-shopify": "^6.0.0",
"gatsby-source-shopify-translations": "github:KevinBritten/gatsby-source-shopify-translations#build",
"gatsby-transformer-sharp": "^4.0.0",
"graphql-request": "^6.1.0",
"hamburger-react": "^2.5.0",
"i18next": "^22.5.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-i18next": "^12.3.1",
"react-icons": "^4.1.0",
"sharp": "^0.32.1",
"shopify-buy": "^2.11.0",
"urql": "^2.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-postcss": "^5.24.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8"
}
}