-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
63 lines (63 loc) · 1.73 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-shopify-starter",
"private": false,
"description": "A simple starter to build a blazing fast Shopify store quickly with Gatsby",
"version": "0.1.0",
"author": "Alexander Hörl <[email protected]>",
"engines": {
"node": "=> 10.13 < 14.9"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"gatsby": "^4.19.2",
"gatsby-plugin-google-analytics": "^4.19.0",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-layout": "^3.19.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-offline": "^5.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-root-import": "^2.0.8",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-source-shopify": "6.10.2",
"gatsby-transformer-sharp": "^4.19.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"querystringify": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"set-value": "^4.1.0",
"shopify-buy": "2.16.1"
},
"keywords": [
"gatsby",
"shopify",
"ecommerce",
"store",
"shop"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"clean": "gatsby clean",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}