-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·65 lines (65 loc) · 2.01 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
64
65
{
"name": "gatsby-builder-shopify",
"scripts": {
"prettier": "prettier",
"prettier-staged": "git diff --staged --name-only | xargs prettier --write",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "firebase deploy"
},
"dependencies": {
"@builder.io/gatsby": "^1.0.10",
"@builder.io/react": "^1.1.34-10",
"@builder.io/widgets": "^1.2.17",
"@emotion/cache": "^10.0.29",
"@emotion/core": "^10.0.35",
"@loadable/component": "^5.13.2",
"@theme-ui/components": "^0.3.1",
"@theme-ui/preset-base": "^0.3.0",
"@types/cheerio": "^0.22.22",
"@types/react-visibility-sensor": "^5.1.0",
"cheerio": "^1.0.0-rc.3",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby-link": "^2.4.15",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.2.1",
"gatsby-plugin-loadable-components-ssr": "^2.1.0",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typegen": "^2.0.0",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-source-graphql": "^2.1.32",
"gatsby-source-shopify": "^3.2.32",
"gatsby-theme-shopify-manager": "^0.1.8",
"gatsby-theme-style-guide": "^0.3.1",
"gatsby-transformer-sharp": "^2.5.15",
"graphql": "14.6.0",
"normalize.css": "^8.0.1",
"preact": "^10.5.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-visibility-sensor": "^5.1.1",
"theme-ui": "^0.3.1"
},
"resolutions": {
"graphql": "14.6.0"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^6.0.0",
"@types/theme-ui": "^0.3.1",
"gatsby-plugin-ts-config": "^1.1.0",
"gatsby-plugin-tslint": "^0.0.2",
"prettier": "^2.0.2",
"typescript": "^3.8.3",
"yarn": "^1.22.5"
}
}