-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.65 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "gatsby-shopify-theme",
"description": "🛒 Simple theme to build a blazing simple and fast store with Gatsby and Shopify.",
"version": "1.0.7",
"author": "Alexis Lepresle <contact@alexislepresle.com>",
"dependencies": {
"@apollo/client": "^3.3.6",
"@apollo/react-hooks": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"bulma": "^0.9.1",
"dotenv": "^8.2.0",
"gatsby": "^2.30.1",
"gatsby-cli": "^2.17.0",
"gatsby-image": "^2.9.0",
"gatsby-plugin-apollo": "^3.0.2",
"gatsby-plugin-apollo-shopify": "^1.1.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-layout": "^1.8.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-modal-routing": "^1.2.0",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-shopify-buy": "0.0.2",
"gatsby-query-params": "^1.2.1",
"gatsby-remark-images-zoom": "^1.1.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-graphql": "^2.12.0",
"gatsby-source-shopify": "^3.8.0",
"gatsby-transformer-sharp": "^2.10.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"isomorphic-fetch": "^3.0.0",
"local-storage": "^2.0.0",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-notifications-component": "^3.0.3",
"rebass": "^4.0.7",
"shopify-buy": "^2.11.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.18",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby",
"shopify",
"gatsbyjs-ecommerce",
"gatsby-theme",
"gatsby-plugin",
"storefront-api",
"gatsby-starter-kit",
"shopify",
"gatsby-site"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexislepresle/gatsby-shopify-theme.git"
},
"bugs": {
"url": "https://github.com/alexislepresle/gatsby-shopify-theme/issues"
},
"homepage": "https://github.com/alexislepresle/gatsby-shopify-theme#readme",
"main": "gatsby-browser.js"
}