forked from ipatate/gatsby-plugin-snipcart-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "gatsby-plugin-snipcart-advanced",
"main": "gatsby-ssr.js",
"version": "1.0.1",
"description": "Gatsby JS Plugin for Snipcart V3",
"keywords": [
"gatsby",
"gatsby-plugin",
"snipcart"
],
"homepage": "https://github.com/ipatate/gatsby-plugin-snipcart-advanced/blob/master/readme.md",
"author": "Faramaz Patrick <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.9.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"babel-preset-gatsby-package": "^0.4.0",
"cross-env": "^5.2.1"
},
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ipatate/gatsby-plugin-snipcart-advanced"
},
"scripts": {
"clean": "rm -rf store components context.js gatsby-browser.js gatsby-ssr.js",
"build": "npm run clean && babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "npm run clean && babel -w src --out-dir . --ignore \"**/__tests__\""
}
}