This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "gatsby-starter-shopify-app",
"private": false,
"description": "A Gatsby Starter to create a Shopify App",
"version": "0.0.1",
"author": "Gil Greenberg <gilgreenberg@gmail.com>",
"dependencies": {
"@shopify/polaris": "^3.9.0",
"@shopify/react-shopify-app-route-propagator": "^2.0.0",
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.14",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.11",
"axios": "^0.18.0",
"firebase": "^5.9.1",
"gatsby": "^2.1.17",
"gatsby-image": "^2.0.29",
"gatsby-plugin-layout": "^1.0.12",
"gatsby-plugin-manifest": "^2.0.19",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.22",
"gatsby-source-filesystem": "^2.0.22",
"gatsby-transformer-sharp": "^2.1.14",
"graphql-tag": "^2.10.1",
"http-proxy-middleware": "^0.19.1",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"universal-cookie": "^3.0.7"
},
"devDependencies": {
"firebase-tools": "^6.5.0",
"prettier": "^1.16.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}