-
Notifications
You must be signed in to change notification settings - Fork 10.3k
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "gatsby-source-shopify",
"version": "5.3.0-next.2",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
"build": "tsc --outDir .",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-source-shopify"
},
"author": "Sam Slotsky <sam.slotsky@gatsbyjs.com>, Daniel Lew <daniel.lew@gatsbyjs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme",
"dependencies": {
"gatsby-core-utils": "^2.11.0-next.0",
"gatsby-source-filesystem": "^3.11.0-next.0",
"node-fetch": "^2.6.1",
"sharp": "^0.28.3",
"shift-left": "^0.1.5"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.17.4",
"@types/node-fetch": "^2.5.10",
"@types/sharp": "^0.28.3",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.11.0-next.2",
"msw": "^0.30.1",
"prettier": "^2.3.2",
"prettier-check": "^2.0.0",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"gatsby-plugin-image": "^1.1.0"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-shopify",
"shopify"
]
}