-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.89 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
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
98
99
100
101
102
103
104
105
106
{
"name": "gatsby-template",
"description": "A Gatsby Template.",
"version": "1.0.0",
"author": "Joe Methven <[email protected]> (https://elementsoftworks.co.uk)",
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/pro-duotone-svg-icons": "^5.12.1",
"@fortawesome/pro-light-svg-icons": "^5.12.1",
"@fortawesome/pro-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.6",
"@popperjs/core": "^2.4.0",
"@reach/router": "^1.3.3",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"buffer": "^5.5.0",
"buffer-from": "^1.1.1",
"date-fns": "^2.10.0",
"escape-html": "^1.0.3",
"eslint-config-react-app": "^5.1.0",
"esm": "^3.2.25",
"formik": "^2.1.4",
"fuzzysearch": "^1.0.3",
"gatsby": "^2.22.4",
"gatsby-image": "^2.2.41",
"gatsby-link": "^2.0.7",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-create-client-paths": "^2.1.17",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-offline": "^2.0.18",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-remove-trailing-slashes": "^2.1.15",
"gatsby-plugin-sass": "^2.0.6",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-prismjs": "^3.1.3",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.0.10",
"gatsby-source-shopify": "^3.0.31",
"gatsby-transformer-json": "^2.2.20",
"gatsby-transformer-json-key-value-to-array": "^0.0.1",
"gatsby-transformer-remark": "^2.1.15",
"gatsby-transformer-sharp": "^2.3.14",
"git-hooks": "^1.1.10",
"html-react-parser": "^0.10.3",
"is-hotkey": "^0.1.6",
"is-url": "^1.2.4",
"md5": "^2.2.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"object-path": "^0.11.4",
"object-path-immutable": "^4.1.0",
"prettier": "^1.19.1",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-animate-height": "^2.0.20",
"react-dom": "^16.5.2",
"react-flexbox-grid": "^2.1.2",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.0",
"react-inlinesvg": "^1.2.0",
"react-input-range": "^1.3.0",
"react-paginate": "^6.3.2",
"react-popper": "^2.2.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-simple-snackbar": "^1.1.10",
"react-slick": "^0.25.2",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"slate": "^0.58.1",
"slate-history": "^0.58.1",
"slate-hyperscript": "^0.58.1",
"slate-react": "^0.58.1",
"slick-carousel": "^1.8.1",
"yup": "^0.27.0"
},
"keywords": [
"gatsby",
"netlify"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"dev": "gatsby develop",
"start": "gatsby develop",
"test": "gatsby build"
},
"devDependencies": {
"node-sass": "^4.10.0",
"raw-loader": "^1.0.0"
}
}