-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.63 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.63 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
{
"name": "headless",
"HomePage": "https://headless.us",
"description": "the shopify + gatsby starter theme for digital commerce",
"version": "0.4.5",
"repository": {
"type": "git",
"url": "https://github.com/ecomloop/headless"
},
"dependencies": {
"@fs/gatsby-plugin-drive": "^0.2.1",
"@reach/router": "^1.3.4",
"async-each": "^1.0.3",
"core-js": "^3.6.5",
"dom-form-serializer": "^1.0.8",
"gatsby": "^2.24.91",
"gatsby-cli": "^2.12.113",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.20",
"gatsby-plugin-google-tagmanager": "^2.3.16",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-netlify": "^2.3.25",
"gatsby-plugin-netlify-cms": "^4.3.17",
"gatsby-plugin-nprogress": "^2.3.13",
"gatsby-plugin-offline": "^3.2.38",
"gatsby-plugin-postcss": "^3.0.4",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.22",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-remark-images": "^3.3.40",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-source-dropbox": "^0.2.3",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-source-google-docs": "^2.0.0-beta.30",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-source-shopify": "^3.2.39",
"gatsby-transformer-remark": "^2.8.47",
"gatsby-transformer-sharp": "^2.5.20",
"gatsby-transformer-yaml": "^2.4.15",
"google-map-react": "^2.1.8",
"lodash": "^4.17.20",
"lodash.clonedeep": "^4.5.0",
"modern-normalize": "^1.0.0",
"netlify-cms-app": "^2.13.1",
"netlify-cms-media-library-uploadcare": "^0.5.9",
"node-sass": "^4.14.1",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.2",
"react-photoswipe": "^1.3.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"shopify-buy": "^2.11.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run clean && npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "del-cli .cache public",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"genToken": "gatsby-source-google-docs-token"
},
"devDependencies": {
"del-cli": "^3.0.1",
"prettier": "^2.1.2"
}
}