forked from gatsbyjs/store.gatsbyjs.org
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gatsby-store",
"description": "Gatsby store for swag and other Gatsby goodies.",
"version": "1.0.0",
"author": "Jason Lengstorf <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"apollo-boost": "^0.4.9",
"auth0-js": "^9.19.0",
"axios": "^0.27.2",
"emotion": "^11.0.0",
"emotion-server": "^11.0.0",
"gatsby": "^3.1.2",
"gatsby-image": "^2.0.41",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-google-analytics": "^4.18.0",
"gatsby-plugin-image": "^2.18.0",
"gatsby-plugin-layout": "^3.18.0",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-source-shopify": "^5.0.1",
"gatsby-transformer-sharp": "^4.18.0",
"react": "^16.8.6",
"react-apollo": "^2.5.5",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-onclickoutside": "^6.8.0",
"react-router-dom": "^5.0.0",
"react-markdown": "^8.0.3",
"recompose": "^0.30.0",
"shopify-buy": "^2.2.4"
},
"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",
"start": "npm run develop",
"test": "echo \"Error: no test specified\" && exit 0",
"stylelint": "stylelint './src/**/*.js'"
},
"devDependencies": {
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0",
"stylelint-processor-styled-components": "^1.10.0"
},
"prettier": {
"semi": true,
"singleQuote": true
}
}