forked from gatsbyjs/store.gatsbyjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "gatsby-store",
"description": "Gatsby store for swag and other Gatsby goodies.",
"version": "1.0.0",
"author": "Jason Lengstorf <[email protected]>",
"dependencies": {
"auth0-js": "^9.6.1",
"axios": "^0.18.0",
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "^2.0.18",
"gatsby-image": "^2.0.13",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-source-shopify2": "^2.0.6",
"gatsby-transformer-sharp": "^2.1.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"gatsby-plugin-lodash": "^3.0.1",
"lodash": "^4.17.11",
"react-emotion": "^9.1.3",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"react-onclickoutside": "^6.7.1",
"react-router-dom": "^4.3.1",
"recompose": "^0.30.0",
"shopify-buy": "^1.4.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"serve": "gatsby serve",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint": "echo \"Error: no linter specified\" && exit 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"prettier": "^1.12.0"
}
}