-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·61 lines (61 loc) · 1.69 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
{
"name": "gatsby-shopify-starter",
"private": true,
"description": "A simple starter to build a blazing fast Shopify store quickly with Gatsby",
"version": "0.1.0",
"author": "Alexander Hörl <alexander.horl2@live.de>",
"engines": {
"node": "=> 10.13 < 10.11"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"gatsby": "^2.1.18",
"gatsby-image": "^2.0.20",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-layout": "^1.0.11",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-shopify": "^3.0.30",
"gatsby-transformer-sharp": "^2.1.8",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"querystringify": "2.0.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-helmet": "^5.2.0",
"react-slideshow-image": "^1.2.0",
"shopify-buy": "^2.0.1"
},
"keywords": [
"gatsby",
"shopify",
"ecommerce",
"store",
"shop"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"prettier": "^1.15.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}