forked from faisal212/gatsby-plugin-snipcart
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1005 Bytes
/
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
{
"name": "gatsby-plugin-snipcartv3",
"version": "2.3.0",
"description": "A Gatsby plugin ecommerce with Snipcartv3.",
"keywords": [
"snipcart",
"snipcart v3",
"gatsby-plugin",
"gatsby"
],
"main": "gatsby-ssr.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:danielholdsworth/gatsby-plugin-snipcartv3.git"
},
"author": "Dan Holdsworth <[email protected]>",
"scripts": {
"lint": "standard",
"build": "babel src --out-dir ."
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react": "^15.6.1",
"standard": "^13.1.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"gatsby-ssr.js",
"gatsby-browser.js",
"example/.cache",
"example/public"
]
}
}