-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.5 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.5 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
{
"name": "coding-space-website",
"description": "Custom built website for The Coding Space",
"version": "1.1.3",
"author": "Dashboard Team",
"dependencies": {
"@honeybadger-io/gatsby-plugin-honeybadger": "^0.1.2",
"@honeybadger-io/js": "^3.2.7",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"bulma": "^0.9.0",
"cross-fetch": "^3.1.4",
"formik": "^2.2.8",
"gatsby": "^3.0.0",
"gatsby-cli": "^5.13.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^3.11.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-netlify-cms": "^5.14.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^4.5.0",
"intersection-observer": "^0.12.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"luxon": "^2.0.2",
"moment-timezone": "^0.5.33",
"netlify-cms-app": "^2.15.45",
"netlify-cms-media-library-cloudinary": "^1.3.2",
"netlify-cms-media-library-uploadcare": "^0.5.2",
"netlify-cms-widget-colorpicker": "^1.0.3",
"node-sass": "^9.0.0",
"prop-types": "^15.6.0",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-leaflet": "2.7.0",
"react-share": "^4.4.0",
"remark-html": "^13.0.1",
"uuid": "^7.0.0",
"yup": "^0.32.9"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "yarn run develop",
"build": "yarn run clean && NODE_OPTIONS=--openssl-legacy-provider gatsby build",
"develop": "yarn run clean && NODE_OPTIONS=--openssl-legacy-provider gatsby develop",
"format": "prettier --trailing-comma es5 --arrowParens avoid --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.1",
"prettier": "^2.0.5",
"sass": "^1.42.1",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}