-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.21 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.21 KB
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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gatsby-shopify-starter",
"private": true,
"description": "A simple starter to build a blazing fast Shopify store quickly with Gatsby",
"version": "0.1.0",
"author": "Alexander Hörl <alexander.horl2@live.de>",
"engines": {
"node": "=> 10.13 < 10.11"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@rebass/grid": "^6.0.0",
"dotenv": "^8.0.0",
"gatsby": "^2.13.57",
"gatsby-image": "^2.2.8",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-layout": "^1.1.2",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-source-shopify": "^2.2.2",
"gatsby-transformer-sharp": "^2.2.6",
"js-yaml": "^3.13.1",
"prop-types": "^15.6.2",
"querystringify": "2.1.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.1",
"shopify-buy": "^2.6.1"
},
"keywords": [
"gatsby",
"shopify",
"ecommerce",
"store",
"shop"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"lint": "eslint --fix . && echo 'Lint complete.'",
"lint:css": "stylelint --fix './src/**/*.{js,jsx}'",
"format": "prettier --write 'src/**/*.{js,jsx}'",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"prettier": "^1.18.2",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.1.1",
"stylelint-processor-styled-components": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}