-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.99 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.99 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "gatsby-shopify-starter",
"private": false,
"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.28",
"@emotion/styled": "^10.0.22",
"@welldone-software/why-did-you-render": "^4.2.1",
"body-scroll-lock": "^3.0.2",
"classnames": "^2.2.6",
"framer-motion": "^1.11.0",
"gatsby": "^2.21.10",
"gatsby-cli": "^2.12.8",
"gatsby-image": "^2.3.4",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.2.3",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-plugin-typescript": "^2.3.3",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-source-shopify": "^3.1.4",
"gatsby-transformer-sharp": "^2.4.6",
"js-yaml": "^3.13.1",
"lottie-web": "^5.6.8",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"querystringify": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-helmet": "^5.2.1",
"react-slick-teehouse": "0.26.1",
"react-use-dimensions": "^1.2.1",
"set-value": "^2.0.1",
"shopify-buy": "^2.9.3",
"slick-carousel": "^1.8.1"
},
"keywords": [
"gatsby",
"shopify",
"ecommerce",
"store",
"shop"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"lint": "eslint . --ext ts --ext tsx'",
"test": "npm run type-check && npm run lint",
"type-check": "tsc --pretty --noEmit"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/node": "^13.13.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@types/react-slick": "^0.23.4",
"@types/shopify-buy": "^1.11.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0",
"gatsby-plugin-scss-typescript": "^4.0.10",
"prettier": "^1.19.1",
"tslint-react": "^4.2.0",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}