-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "gatsby-source-shopify-admin",
"version": "2.0.28",
"description": "Gatsby source plugin for building websites using Shopfiy admin as a data source.",
"scripts": {
"build": "babel src --out-dir .",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "npm run build -- --watch"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"shopify"
],
"author": "Angelo Ashmore",
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"cross-env": "^5.1.4"
},
"dependencies": {
"babel-preset-gatsby-package": "^0.1.4",
"chalk": "^2.4.1",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.0.33",
"graphql-request": "^1.6.0",
"lodash": "^4.17.13",
"p-iteration": "^1.1.7",
"prettyjson": "^1.2.1"
},
"gitHead": "41928aaafcf266f388d8c8a36cd926640adb90e2"
}